Tracing through indexing or query parsing is... a challenge. Start with something simpler like the analysis admin API.

See:
http://lucene.apache.org/solr/4_9_0/solr-core/org/apache/solr/handler/FieldAnalysisRequestHandler.html

-- Jack Krupansky

-----Original Message----- From: Alexandre Rafalovitch
Sent: Saturday, July 12, 2014 9:59 AM
To: dev@lucene.apache.org
Subject: Hints on constructing/running Solr analyzer chains standalone

Hello,

I am interested in creating and running Solr analyzer chains outside
of normal process (no live Solr). Just construct a chain, feed it
tokens and see what happens.

I would appreciate any hints on what that takes and whether there are
any hidden/weird dependencies (e.g. for resource discoveries). I tried
tracing through FieldAnalysis calls, but can't actually seem to find
the point where the actual analysis is done. Just getting lost in sets
of NamedList<NamedList<... all alike.

Regards,
  Alex.
Personal: http://www.outerthoughts.com/ and @arafalov
Solr resources: http://www.solr-start.com/ and @solrstart
Solr popularizers community: https://www.linkedin.com/groups?gid=6713853

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to