Hello,<div><br></div><div>Do xapian has analyzer like EdgeNGram to use it for autocomplete.</div><div><br></div><div>I am trying to use the auto completion using xapian.</div><div>For example:</div><div>e</div><div>ex</div>
<div>exa</div><div>exam</div><div>example </div><div>etc..</div><div>so that we can get it. </div><div>I tried to use using the Partial flag but it dose not work Xapian::Query query = parser.parse_query(&quot;m*&quot;,parser.FLAG_PARTIAL);</div>
<div>Do you have any example or any tutorial is appreciated.</div><div><br></div><div>--Naveen. </div>