update docs

This commit is contained in:
kimchy 2010-08-02 09:39:17 +03:00
parent fdb0c14a17
commit 38fe6860d8
1 changed files with 2 additions and 2 deletions

View File

@ -49,12 +49,12 @@ public interface RangeFacet extends Facet, Iterable<RangeFacet.Entry> {
String getValueFieldName(); String getValueFieldName();
/** /**
* An ordered list of geo distance facet entries. * An ordered list of range facet entries.
*/ */
List<Entry> entries(); List<Entry> entries();
/** /**
* An ordered list of geo distance facet entries. * An ordered list of range facet entries.
*/ */
List<Entry> getEntries(); List<Entry> getEntries();