RE: SOLR matching keywords with / without whitespace

2013-08-03 Thread Markus Jelsma
> > > >> maxShingleSize="3" outputUnigrams="true"/> > >> pattern="\W+" > > replacement=""/> > > > > > > > > > > > maxShingleSize="99" outputUnigrams="true"/> > > > replacement=""/> > > > > > > > > > > > > > > > > > > > > -- > > View this message in context: > > http://lucene.472066.n3.nabble.com/SOLR-matching-keywords-with-without-whitespace-tp4082244.html > > Sent from the Solr - User mailing list archive at Nabble.com. > > >

Re: SOLR matching keywords with / without whitespace

2013-08-03 Thread Erick Erickson
maxShingleSize="99" outputUnigrams="true"/> >replacement=""/> > > > > > > > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/SOLR-matching-keywords-with-without-whitespace-tp4082244.html > Sent from the Solr - User mailing list archive at Nabble.com. >

SOLR matching keywords with / without whitespace

2013-08-02 Thread SolrLover
I am wrong? -- View this message in context: http://lucene.472066.n3.nabble.com/SOLR-matching-keywords-with-without-