Re: Use Solr to process/analyze docs without indexing

2011-12-14 Thread tesnick
Thanks iorixxx! I think that's exactly what I was looking. -- View this message in context: http://lucene.472066.n3.nabble.com/Use-Solr-to-process-analyze-docs-without-indexing-tp3585263p3585522.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Use Solr to process/analyze docs without indexing

2011-12-14 Thread Ahmet Arslan
> I would use Solr to analyze / process documents using > stemming analyzers, > stopwordsfilters, etc. and then return the results instead > of indexing. > There is already some api service out-of-box to do this? It > would be easy to > implement? > > I'm thinking of using a RequestHandler to re

Use Solr to process/analyze docs without indexing

2011-12-14 Thread tesnick
e the documents, process them with analyzers specified in the schema.xml and return the results without going through the index... is this possible? someone has done? Thanks!! -- View this message in context: http://lucene.472066.n3.nabble.com/Use-Solr-to-process-analyze-docs-without-ind