Re: How to use DocumentAnalysisRequestHandler in java

2015-08-22 Thread Xavier Tannier
id, in order to see what has been indexed exactly. It seems that DocumentAnalysisRequestHandler does that, but I couldn't figure out how to use it in java. The doc says I must provide a contentstream but the available init() method only takes a NamedList as a parameter. https://lucene.

Re: How to use DocumentAnalysisRequestHandler in java

2015-08-20 Thread Upayavira
On Thu, Aug 20, 2015, at 04:34 PM, Jean-Pierre Lauris wrote: > Hi, > I'm trying to obtain indexed tokens from a document id, in order to see > what has been indexed exactly. > It seems that DocumentAnalysisRequestHandler does that, but I couldn't > figure out how to use

Re: How to use DocumentAnalysisRequestHandler in java

2015-08-20 Thread Alexandre Rafalovitch
, Jean-Pierre Lauris wrote: > Hi, > I'm trying to obtain indexed tokens from a document id, in order to see > what has been indexed exactly. > It seems that DocumentAnalysisRequestHandler does that, but I couldn't > figure out how to use it in java. > > The doc says

How to use DocumentAnalysisRequestHandler in java

2015-08-20 Thread Jean-Pierre Lauris
Hi, I'm trying to obtain indexed tokens from a document id, in order to see what has been indexed exactly. It seems that DocumentAnalysisRequestHandler does that, but I couldn't figure out how to use it in java. The doc says I must provide a contentstream but the available init() m

Re: DocumentAnalysisRequestHandler

2015-03-12 Thread Jack Krupansky
Yes, the admin handlers are deprecated because they are now implicit - no need to specify them in solrconfig. Yeah, the doc is very unclear on that point, but in CHANGES.TXT: "*AdminHandlers is deprecated , /admin/* are implicitly defined, /get ,/replication and handlers are also implicitly registe

Re: DocumentAnalysisRequestHandler

2015-03-12 Thread Dmitry Kan
>> What is the modern equivalent of Luke? It is same Luke, but polished: http://github.com/DmitryKey/luke On Thu, Mar 12, 2015 at 11:03 AM, wrote: > Hello, > > my solr logs say: > > INFO - 2015-03-12 08:49:34.900; org.apache.solr.core.RequestHandlers; > created /analysis/document: solr.Docume

DocumentAnalysisRequestHandler

2015-03-12 Thread phiroc
Hello, my solr logs say: INFO - 2015-03-12 08:49:34.900; org.apache.solr.core.RequestHandlers; created /analysis/document: solr.DocumentAnalysisRequestHandler WARN - 2015-03-12 08:49:34.919; org.apache.solr.core.SolrResourceLoader; Solr loaded a deprecated plugin/analysis class [solr.admin.Ad

Re: DocumentAnalysisRequestHandler

2015-02-03 Thread melb
Thx, It worked -- View this message in context: http://lucene.472066.n3.nabble.com/DocumentAnalysisRequestHandler-tp4183449p4183736.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: DocumentAnalysisRequestHandler

2015-02-02 Thread Erik Hatcher
ument Analysis Handler that can do that but I don't > know how to use it > Can someone help me to use it or redirect me to some tutorials > I am using ruby > > > regards, > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/DocumentAnalysisRequestHandler-tp4183449.html > Sent from the Solr - User mailing list archive at Nabble.com.

DocumentAnalysisRequestHandler

2015-02-02 Thread melb
gards, -- View this message in context: http://lucene.472066.n3.nabble.com/DocumentAnalysisRequestHandler-tp4183449.html Sent from the Solr - User mailing list archive at Nabble.com.