-insensitive-matches-on-single-and-multiword-values-tp2012207p2022834.html
Sent from the Solr - User mailing list archive at Nabble.com.
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
> 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"/>
>
>
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
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.
> >
>
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
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
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
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.