RE: finding exact case insensitive matches on single and multiword values

2010-12-05 Thread PeterKerk
-insensitive-matches-on-single-and-multiword-values-tp2012207p2022834.html Sent from the Solr - User mailing list archive at Nabble.com.

RE: finding exact case insensitive matches on single and multiword values

2010-12-04 Thread Jonathan Rochkind
Is there some tool where I can add and remove the filters to quickly see what the output will be? (without having to reload schema.xml and do reimport? -- View this message in context: http://lucene.472066.n3.nabble.com/finding-exact-case-insensitive-matches-on-single-and-multiword-values-tp201220

Re: finding exact case insensitive matches on single and multiword values

2010-12-04 Thread Ahmet Arslan
> Then to the solution of tweaking the fieldtype for me to > work. > I have this right now: >     >     class="solr.TextField" sortMissingLast="true" > omitNorms="true"> >     >         class="solr.KeywordTokenizerFactory"/> >         class="solr.LowerCaseFilterFactory"/> >     >    

Re: finding exact case insensitive matches on single and multiword values

2010-12-04 Thread PeterKerk
emove the filters to quickly see what the output will be? (without having to reload schema.xml and do reimport? -- View this message in context: http://lucene.472066.n3.nabble.com/finding-exact-case-insensitive-matches-on-single-and-multiword-values-tp2012207p2017851.html Sent from the Solr - User mai

Re: finding exact case insensitive matches on single and multiword values

2010-12-03 Thread Erick Erickson
host:8983/solr/db/select/?indent=on&facet=true&fq=city:(den > > haag)&q=*:*&start=0&rows=25&fl=id,title,friendlyurl,city&facet.field=city > > > > Then I get: > > > > > >city:den city:haag > > > > > > And still 0 results > > > > But as you can see the query is split up into 2 separate words, I dont > > think > > that is what I need? > > > > > > -- > > View this message in context: > > > http://lucene.472066.n3.nabble.com/finding-exact-case-insensitive-matches-on-single-and-multiword-values-tp2012207p2012509.html > > Sent from the Solr - User mailing list archive at Nabble.com. > > >

Re: finding exact case insensitive matches on single and multiword values

2010-12-03 Thread Geert-Jan Brits
out +): > http://localhost:8983/solr/db/select/?indent=on&facet=true&fq=city:(den > haag)&q=*:*&start=0&rows=25&fl=id,title,friendlyurl,city&facet.field=city > > Then I get: > > >city:den city:haag > > > And still 0 results > > But as you ca

Re: finding exact case insensitive matches on single and multiword values

2010-12-03 Thread PeterKerk
q=*:*&start=0&rows=25&fl=id,title,friendlyurl,city&facet.field=city Then I get: city:den city:haag And still 0 results But as you can see the query is split up into 2 separate words, I dont think that is what I need? -- View this message in context: http://lucene.472

Re: finding exact case insensitive matches on single and multiword values

2010-12-03 Thread Erick Erickson
only return match on that and not other > cities like "den bosch". > > How can I achieve this? > > I think I need a new fieldtype in my schema.xml, but am not sure which > tokenizers and analyzers I need, here's what I tried: > > positionIncrementGap="10

finding exact case insensitive matches on single and multiword values

2010-12-03 Thread PeterKerk
can I achieve this? I think I need a new fieldtype in my schema.xml, but am not sure which tokenizers and analyzers I need, here's what I tried: Help is really appreciated! -- View this message in context: http://lucene.472066.n3.nabble.com/finding-exact-case-insensitive-matches-on-single-and-multiword-values-tp2012207p2012207.html Sent from the Solr - User mailing list archive at Nabble.com.