You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2009/07/09 20:16:47 UTC

[Lucene-java Wiki] Update of "LuceneFAQ" by HossMan

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Lucene-java Wiki" for change notification.

The following page has been changed by HossMan:
http://wiki.apache.org/lucene-java/LuceneFAQ

The comment on the change is:
note about LUCENE-1727

------------------------------------------------------------------------------
  ==== What is the order of fields returned by Document.fields()? ====
  
  Fields are returned in the same order they were added to the document.
+ 
+ '''NOTE:'''This functionality was broken in 2.4 and 2.4.1, see [https://issues.apache.org/jira/browse/LUCENE-1727 LUCENE-1727]
  
  
  ==== How does one determine which documents do not have a certain term? ====