: I read some documentation on the WordDelimterFilter. Just to clarify my
: thinking, I understand that if I use WordDelimiterFilter and search for a
: term like axd100 it will break it into two tokens "axd" and "100". But then
: when I do my search should Solr match the documents containing b
Hi Yonik,
I read some documentation on the WordDelimterFilter. Just to clarify my
thinking, I understand that if I use WordDelimiterFilter and search for a
term like axd100 it will break it into two tokens "axd" and "100". But then
when I do my search should Solr match the documents containin
On Sun, Mar 16, 2008 at 5:43 PM, solr_user <[EMAIL PROTECTED]> wrote:
> Removing the WordDelimiterFilter did the trick. Now I am able to get
> results back for alphanumeric search. What other side effect will removing
> the WordDelimiterFilter cause.
It all depends on what type of matching y
Hi Yonik,
Removing the WordDelimiterFilter did the trick. Now I am able to get
results back for alphanumeric search. What other side effect will removing
the WordDelimiterFilter cause.
Thanks
Yonik Seeley wrote:
>
> On Fri, Mar 14, 2008 at 10:15 PM, solr_user <[EMAIL PROTECTED]> wrote:
>>
On Fri, Mar 14, 2008 at 10:15 PM, solr_user <[EMAIL PROTECTED]> wrote:
> No this index was not generated using Solr. I just have the index files
> without access to the source that generated those files. Is there a way
> that I can change my Solr schema so that it wont split axd110 into two
>
Hi Yonik,
No this index was not generated using Solr. I just have the index files
without access to the source that generated those files. Is there a way
that I can change my Solr schema so that it wont split axd110 into two
tokens.
Yonik Seeley wrote:
>
> Was this index generated with S
Was this index generated with Solr? If so, what does the index
analyzer look like for that field?
WordDelimiterFilter would split axd110 into two tokens, so it must
have been indexed in a compatible way (see the example schema.xml).
-Yonik
On Fri, Mar 14, 2008 at 8:51 PM, solr_user <[EMAIL PROTE