Re: How to apply filters to stored data

2011-09-26 Thread Jithin
documents long before the > schema is ever even consulted. > > -Hoss > > > -- > If you reply to this email, your message will be added to the discussion > below: > > http://lucene.472066.n3.nabble.com/How-to-apply-filters-to-stored-data-tp3366230p3371110.htm

Re: How to apply filters to stored data

2011-09-26 Thread Chris Hostetter
: Hi Erick, The problem I am trying to solve is to filter invalid entities. : Users might mispell or enter a new entity name. This new/invalid entities : need to pass through a KeepWordFilter so that it won't pollute our : autocomplete result. how are you doing autocomplete? if you are using th

Re: How to apply filters to stored data

2011-09-25 Thread Erik Hatcher
t >>> of known good words. Couldn't you use that file as your base for the >>> autosuggest component? >>> >> >> I think that is possible. >> But is there any other mechanism within solr/lucene to preprocess stored >> data. >> >> -- >> View this message in context: >> http://lucene.472066.n3.nabble.com/How-to-apply-filters-to-stored-data-tp3366230p3367158.html >> Sent from the Solr - User mailing list archive at Nabble.com. >>

Re: How to apply filters to stored data

2011-09-25 Thread Erick Erickson
r, that implies that you have a list >> of known good words. Couldn't you use that file as your base for the >> autosuggest component? >> > > I think that is possible. > But is there any  other mechanism within solr/lucene to preprocess stored > data. > > --

Re: How to apply filters to stored data

2011-09-25 Thread Jithin
osuggest component? > I think that is possible. But is there any other mechanism within solr/lucene to preprocess stored data. -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-apply-filters-to-stored-data-tp3366230p3367158.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: How to apply filters to stored data

2011-09-25 Thread Erick Erickson
sult of > application of all filters or unmodified one? happens to the raw input, not the result of your analysis chain. And you can't chain directives, i.e. would not put the contents of "field1" into "field3" Best Erick > > -- > View this message in contex

Re: How to apply filters to stored data

2011-09-25 Thread Jithin
y use case, but is Luke something I can use in a production setup? Also when does happens? Is the data being copied a result of application of all filters or unmodified one? -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-apply-filters-to-stored-data-tp3366230p3366987.html

Re: How to apply filters to stored data

2011-09-25 Thread Erick Erickson
trieved > is the stored data. Is it possible to get the data that is indexed as > against the stored one? > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/How-to-apply-filters-to-stored-data-tp3366230p3366230.html > Sent from the Solr - User mailing list archive at Nabble.com. >

How to apply filters to stored data

2011-09-25 Thread drogon
data(querying solr) I find that the content retrieved is the stored data. Is it possible to get the data that is indexed as against the stored one? -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-apply-filters-to-stored-data-tp3366230p3366230.html Sent from the Solr - User ma