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

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
Combining with https://lucene.apache.org/solr/4_2_0/solr-core/org/apache/solr/handler/FieldAnalysisRequestHandler.html, here’s a Ruby example. I used the *field* analysis request handler as that is perhaps more likely wha