dchaffin-hgo
-
1/31/2014 2:02:04 AM
RE:Leading Wildcard in Lucene Search
I am using Kentico 7 and I changed my index over to subset and still have one question - does this not work with field names? For example, I have a Name field and an Industries field. Here is some sample data (simplified) I'm searching:
Name Industries Mike 4|5|11|6 Mike 8|3|4|9|11|6
Sample searches: Mike --- finds both ike --- finds first one (not sure why this is - there are other "mikes" that it does find) +Industries:4* ---finds first one +Mike +Industries:4* --- finds first one
Of course, if I try to put +Industries:*4*, it says it can't parse that. If I just put +Industries:4 (like I thought the Subset Analyzer would allow me to do), it finds neither of the records.
Am I not using the subset analyzer correctly or is it just not compatible with field queries like that?
Any help/suggestions would be greatly appreciated.
Thanks! Delford
|