The proper answer to all of these questions is the same and very simple: If you want "internal" details, read the source code first. If you have specific questions then, fine, ask specific questions - but only after you've checked the code first.

Also, questions or issues related to "internals" aren't appropriate on "user" lists.

-- Jack Krupansky

-----Original Message----- From: sri krishna
Sent: Tuesday, November 27, 2012 12:36 PM
To: java-user@lucene.apache.org
Subject: How does lucene handle the wildcard and fuzzy queries ?

How does lucene handle the prefix queries(wild card) and fuzzy queries
internally?

Lucene stores date in in for of inverted index in segments, i.e term->doc
id's. How does it search a word in the term list efficiently? And how does
it handle the adv queries on same the inverted index?


Thanks

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to