8080] /solr/#/tracks
Why is this?
--
View this message in context:
http://lucene.472066.n3.nabble.com/Odd-behaviour-for-case-insensitive-searches-tp4021171.html
Sent from the Solr - User mailing list archive at Nabble.com.
Hi,
I would recommend starting with the Tutorial at
http://lucene.apache.org/solr/tutorial.html and try indexing and searching
those documents. All of those use case insensitive searches. Study the example
schema.xml and you'll see that we commonly use the LowerCaseTokenFilterFactory
in
Hello all
According to the docs, I need to use solr.LowerCaseTokenizerFactory
Does anyone have any experience with it? Can anyone comment on pitfalls or
things to beware of?
Does anyone know of any examples I can look at?
Thanks
Mark
patible
>> with returning multi-term facets like "John Smith" so about all you can
>> do is to copyfield to an un-analyzed field and facet on that... Note that
>> you do NOT have to store the field you facet on BTW.
>>
>> Best
>> Erick
>>
>>
u can
> do is to copyfield to an un-analyzed field and facet on that... Note that
> you do NOT have to store the field you facet on BTW.
>
> Best
> Erick
>
> On Tue, Jun 21, 2011 at 12:53 PM, Jamie Johnson wrote:
> > Is it possible to do case insensitive searches but return
copyfield to an un-analyzed field and facet on that... Note that
you do NOT have to store the field you facet on BTW.
Best
Erick
On Tue, Jun 21, 2011 at 12:53 PM, Jamie Johnson wrote:
> Is it possible to do case insensitive searches but return the original
> case? So for instance the o
Is it possible to do case insensitive searches but return the original
case? So for instance the original field is:
John Smith
I need to be able to do case insensitive searches tokenized searches, but
when the value is returned for faceting I'd like the value to be just "John
Smith&q