Odd behaviour for case insensitive searches

2012-11-19 Thread shemszot
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.

Re: case insensitive searches

2011-10-31 Thread Jan Høydahl
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

case insensitive searches

2011-10-30 Thread Mark Juszczec
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

Re: case insensitive searches but return original case

2011-06-21 Thread Erick Erickson
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 >> >>

Re: case insensitive searches but return original case

2011-06-21 Thread Jamie Johnson
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

Re: case insensitive searches but return original case

2011-06-21 Thread Erick Erickson
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

case insensitive searches but return original case

2011-06-21 Thread Jamie Johnson
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