Is there any schemata that explains which class is responsible for which level of processing my data to the index?
My example was: I have categorized, whether something is cheap or expensive. Let's say I didn't do that on the fly, but with the help of the UpdateRequestProcessor. Imagine there is a query like "harry potter dvd-collection cheap" or "cheap Harry Potter dvd-collection". How can I customize, that, if there is something said about the category "cheap", Solr uses a facetting query on "cat:cheap"? To do so, I have to alter the original query - how can I do that? Erik Hatcher-4 wrote: > > > On Jan 11, 2010, at 7:33 AM, MitchK wrote: >> Is the UpdateProcessor something that comes froms Lucene itself or >> from >> Solr? > > It's at the Solr level - > <http://lucene.apache.org/solr/api/org/apache/solr/update/processor/UpdateRequestProcessor.html > > > > > Erik > > > -- View this message in context: http://old.nabble.com/Custom-Analyzer-Tokenizer-works-but-results-were-not-saved-tp27026739p27111504.html Sent from the Solr - User mailing list archive at Nabble.com.