How to get all terms with a special field and document after indexed

2008-08-25 Thread Beijing2008
When a document add to index, fields data will split to many terms and saved into index. Now, How can I get these terms with special field and special document from index. -- View this message in context: http://www.nabble.com/How-to-get-all-terms-with-a-special-field-and-document-after-indexe

Re: How to get all terms with a special field and document after indexed

2008-08-25 Thread Beijing2008
ery pool, maybe my artical can not easy to understand, so sorry... 过佳 wrote: > > I like your nick name. > > For the question, I think you must iterate all the terms in index with > TermEnum and see if term will satisfy any of your concerns. > > Best > > 2008/8/26 Bei