It is still not working after reindexing. Below you can find the output
of the filed analysis. Any idea what can be wrong?
Index Analyzer
org.apache.solr.analysis.HTMLStripCharFilterFactory
{luceneMatchVersion=LUCENE_35}
text"123 456"
org.apache.solr.analysis.KeywordTokenizerFactory
{luce
Did you rebuild the index? That would help since the index analyzer has
been changed.
On Tue, Jan 31, 2012 at 9:53 AM, Arkadi Colson wrote:
> The text field in the schema configuration looks like this. I changed
> catenateNumbers to 0 but it still doesn't work as aspected.
>
>
>
>
>
>
>
>
The text field in the schema configuration looks like this. I changed
catenateNumbers to 0 but it still doesn't work as aspected.
generateNumberParts="1" catenateWords="1" catenateNumbers="1"
catenateAll="0" splitOnCaseChange="1"/>
protected="protwords.txt"/>
ignoreCase="true" e
Unless you provide your schema configuration, there's
not much to go on here. Two things though:
1> look at the admin/analysis page to see how your
data is broken up into tokens.
2> at a guess you have WordDelimiterFilterFactory
in your chain and perhaps catenateNumbers="1"
Best
Erick
Hi
I'm using the pecl PHP class to query SOLR and was wondering how to
query for a part of a sentence exactly.
There are 2 data items index in SOLR
1327497476: 123 456 789
1327497521. 1234 5678 9011
However when running the query, both data items are returned as you can
see below. Any idea w
Hi
I'm using the pecl PHP class to query SOLR and was wondering how to
query for a part of a sentence exactly.
There are 2 data items index in SOLR
1327497476: 123 456 789
1327497521. 1234 5678 9011
However when running the query, both data items are returned as you can
see below. Any idea w