Hi all,
I have a problem with delimiter when index: I define like below code in
schema.xml:

<filter class="solr.WordDelimiterFilterFactory" generateWordParts="0"
generateNumberParts="0" catenateWords="1" catenateNumbers="1"
catenateAll="0" splitOnCaseChange="1"/>

But I want to delimiter with general delimiters and other different
delimiters, such as "_", ";",  and others defined cases.

example: input: hello_world => I want: index {"hello", "world"} instead of
index {"hello_world"}.

I search on internet and I see types="wdfftypes.txt", but I don't know how
to define delimiter in types="wdfftypes.txt".

Help me solve this problem!







-----
Phat T. Dong
--
View this message in context: 
http://lucene.472066.n3.nabble.com/Define-index-and-query-with-many-delimiter-tp4108870.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to