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
: 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
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.
>>
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.
>
> --
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.
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
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
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.
>
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