Re: KeepwordFilter issue

2015-06-12 Thread Erik Hatcher
I detailed using a JavaScript update processor to run code through (the KeepWordFilter too) analysis and setting the stored field values to the extracted tokens here: http://www.slideshare.net/erikhatcher/solr-indexing-and-analysis-tricks

Re: KeepwordFilter issue

2015-06-12 Thread Ahmet Arslan
Hi, Then, you need to perform filtering in an update processor for example. https://cwiki.apache.org/confluence/display/solr/Update+Request+Processors Ahmet On Friday, June 12, 2015 9:26 AM, vineet yadav wrote: Hi, I am using keepword filter to identify key phrases. I have made following sc

Re: KeepwordFilter issue

2015-06-12 Thread Upayavira
Facets use indexed terms, search results return stored terms before analysis. If you want to *store* the results of analysis, then you'll need to do it in an analysis chain. I do recall Chris Hosstetter (Hossman) giving a presentation about how to do this, but I don't recall where that was :-( Hope

KeepwordFilter issue

2015-06-11 Thread vineet yadav
Hi, I am using keepword filter to identify key phrases. I have made following schema changes in schema.xml When I am using facet query on keyphrase field( http://localhost:8983/solr/core1/select?q=*%3A