Re: wildcard query question

2008-02-21 Thread Chris Hostetter
: the record is found. I was wondering how the colon character affects : the search, and if there is another way to write a wildcard query. most likely the issue is that your analyzer is striping out the colon character, hence your normal phrase search works (because the colon is striped out

wildcard query question

2008-02-12 Thread Alessandro Senserini
I have indexed a field called courseTitle of 'text' type (as in the schema.xml but without the stemming factory) that contains COBOL: Data Structure Searching with a wildcard query like courseTitle:cobol\:* AND courseTitle:data* AND courseTitle:structure* (the colon character ":" i