Hi, Could I please ask another question regarding Lucene "under the hood" / performance.
I wondered how "AND" queries are implemented? Say we query for "+hello +world". Would Lucene simply find 2 lists of documents ("documents containing HELLO", and "documents containing WORLD"), and then intersect them (yielding documents with both words)? Or does Lucene do smarter tricks? And in regards to performance, is there any importance to query order ( "+hello +world" as opposed to "+world +hello")? Thanks :) --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org