Displaying 1 result from an estimated 1 matches for "understamd".
Did you mean:
understad
2005 Dec 30
1
Query Parser, filenames and compound words
When I submit a filename to the query parser it breaks it up
Example:
/home/user/file_name.ext
becomes
Xapian::Query((home:(pos=1) PHRASE 5 user:(pos=2) PHRASE 5 file:(pos=3) PHRASE
5 name:(pos=4) PHRASE 5 ext:(pos=5)))
which does not find the document.
If I do an single term query not using the query parser then I find the
document.
The Query Parser also breaks up hyphenated terms