diff --git a/docs/fileformats.html b/docs/fileformats.html index e7a3fc7d53b..6ad34cb1fee 100644 --- a/docs/fileformats.html +++ b/docs/fileformats.html @@ -477,7 +477,7 @@ document.write("Last Published: " + document.lastModified); tokenized, but sometimes it is useful for certain identifier fields to be indexed literally.
-See the Field java docs for more information on Fields.
+See the Field java docs for more information on Fields.
@@ -638,7 +638,7 @@ document.write("Last Published: " + document.lastModified);
Term Vectors. For each field in each document, the term vector (sometimes called document vector) may be stored. A term vector consists of term text and term frequency. To add Term Vectors to your index see the - Field + Field constructors
@@ -1463,7 +1463,7 @@ document.write("Last Published: " + document.lastModified); segments_N files are present it's because they temporarily cannot be deleted, or, a writer is in the process of committing, or a custom - IndexDeletionPolicy + IndexDeletionPolicy is in use). This file lists each segment by name, has details about the separate norms and deletion files, and also contains the diff --git a/src/site/src/documentation/content/xdocs/fileformats.xml b/src/site/src/documentation/content/xdocs/fileformats.xml index b7e95257ee3..2e5d7810f60 100644 --- a/src/site/src/documentation/content/xdocs/fileformats.xml +++ b/src/site/src/documentation/content/xdocs/fileformats.xml @@ -127,7 +127,7 @@ tokenized, but sometimes it is useful for certain identifier fields to be indexed literally. -See the Field java docs for more information on Fields.
+See the Field java docs for more information on Fields.
Term Vectors. For each field in each document, the term vector (sometimes called document vector) may be stored. A term vector consists of term text and term frequency. To add Term Vectors to your index see the - Field + Field constructors
@@ -878,7 +878,7 @@ segments_N files are present it's because they temporarily cannot be deleted, or, a writer is in the process of committing, or a custom - IndexDeletionPolicy + IndexDeletionPolicy is in use). This file lists each segment by name, has details about the separate norms and deletion files, and also contains the