mirror of https://github.com/apache/lucene.git
fix for a typo in a javadoc comment
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150589 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
31fdebb91c
commit
38fb6ab76d
|
@ -583,7 +583,7 @@ public abstract class IndexReader {
|
|||
* Get a list of unique field names that exist in this index, are indexed, and have
|
||||
* the specified term vector information.
|
||||
*
|
||||
* @param tvSpec specifies which term vector information shoul dbe available for the fields
|
||||
* @param tvSpec specifies which term vector information should be available for the fields
|
||||
* @return Collection of Strings indicating the names of the fields
|
||||
*/
|
||||
public abstract Collection getIndexedFieldNames(Field.TermVector tvSpec);
|
||||
|
|
Loading…
Reference in New Issue