Displaying 1 result from an estimated 1 matches for "edgengram".
2012 Oct 04
1
Auto completion using xapian
Hello,
Do xapian has analyzer like EdgeNGram to use it for autocomplete.
I am trying to use the auto completion using xapian.
For example:
e
ex
exa
exam
example
etc..
so that we can get it.
I tried to use using the Partial flag but it dose not work Xapian::Query
query = parser.parse_query("m*",parser.FLAG_PARTIAL);
Do you have any...