From 4a18d00b70a86500f051d51893e7cd261b3e0a1a Mon Sep 17 00:00:00 2001
From: Otis Gospodnetic
diff --git a/docs/contributions.html b/docs/contributions.html
index f9668431f03..bf85451955d 100644
--- a/docs/contributions.html
+++ b/docs/contributions.html
@@ -873,7 +873,7 @@
diff --git a/docs/demo.html b/docs/demo.html
index 14f66229f8d..b4f5f6b90a0 100644
--- a/docs/demo.html
+++ b/docs/demo.html
@@ -221,7 +221,7 @@ result and ask you whether you want more results.
diff --git a/docs/demo2.html b/docs/demo2.html
index 1dc754b35e8..b401da80012 100644
--- a/docs/demo2.html
+++ b/docs/demo2.html
@@ -248,7 +248,7 @@ a collection of Documents called "Hits" which is then iterated through and displ
diff --git a/docs/demo3.html b/docs/demo3.html
index 7f109d17d83..23fc686a7e2 100644
--- a/docs/demo3.html
+++ b/docs/demo3.html
@@ -263,7 +263,7 @@ If you want to know more about how this web app works or how to customize it the
diff --git a/docs/demo4.html b/docs/demo4.html
index ffd65933e80..89c4d166124 100644
--- a/docs/demo4.html
+++ b/docs/demo4.html
@@ -320,7 +320,7 @@ Thanks for understanding.
diff --git a/docs/fileformats.html b/docs/fileformats.html
index 2489b864d01..03ad0b70a6f 100644
--- a/docs/fileformats.html
+++ b/docs/fileformats.html
@@ -435,7 +435,7 @@
bytes, high-order bytes first.
- UInt32 --> <Byte>4 + UInt32 --> <Byte>4
@@ -453,7 +453,7 @@ 64-bit unsigned integers are written as eight bytes, high-order bytes first. -UInt32 --> <Byte>8 +
UInt32 --> <Byte>8
@@ -1071,13 +1071,13 @@ segment.- Segments --> SegCount, <SegName, SegSize>SegCount + Segments --> SegCount, <SegName, SegSize>SegCount
- SegCount, SegSize --> UInt32 + SegCount, SegSize --> UInt32
- SegName --> String + SegName --> String
SegName is the name of the segment, and is used as the file name prefix @@ -1147,12 +1147,12 @@ file may not be deleted while it is still open.
- Deleteable --> DelableCount, + Deleteable --> DelableCount, <DelableName>DelableCount
-DelableCount --> UInt32 +
DelableCount --> UInt32
-DelableName --> +
DelableName --> String
@@ -1191,17 +1191,17 @@FieldInfos - (.fnm) --> FieldsCount, <FieldName, + (.fnm) --> FieldsCount, <FieldName, FieldBits>FieldsCount
- FieldsCount --> VInt + FieldsCount --> VInt
- FieldName --> String + FieldName --> String
- FieldBits --> Byte + FieldBits --> Byte
Currently only the low-order bit is used of FieldBits is used. It is @@ -1231,7 +1231,7 @@
FieldIndex - (.fdx) --> + (.fdx) --> <FieldValuesPosition>SegSize
FieldValuesPosition @@ -1257,22 +1257,22 @@
- FieldData (.fdt) --> + FieldData (.fdt) --> <DocFieldData>SegSize
-DocFieldData --> +
DocFieldData --> FieldCount, <FieldNum, Bits, Value>FieldCount
-Count --> +
Count --> VInt
-FieldNum --> +
FieldNum --> VInt
-Bits --> +
Bits --> Byte
-Value --> +
Value --> String
Currently @@ -1306,23 +1306,23 @@ TermInfoFile (.tis)--> TermCount, TermInfos
-TermCount --> +
TermCount --> UInt32
-TermInfos --> +
TermInfos --> <TermInfo>TermCount
-TermInfo --> +
TermInfo --> <Term, DocFreq, FreqDelta, ProxDelta>
-Term --> +
Term --> <PrefixLength, Suffix, FieldNum>
-Suffix --> +
Suffix --> String
PrefixLength,
- DocFreq, FreqDelta, ProxDelta
--> VInt
+ DocFreq, FreqDelta, ProxDelta
--> VInt
This file is sorted by Term. Terms are ordered first lexicographically @@ -1376,13 +1376,13 @@ TermInfoIndex (.tii)--> IndexTermCount, TermIndices
-IndexTermCount --> +
IndexTermCount --> UInt32
-TermIndices --> +
TermIndices --> <TermInfo, IndexDelta>IndexTermCount
-IndexDelta --> +
IndexDelta --> VInt
IndexDelta @@ -1410,16 +1410,16 @@ which contain each term, along with the frequency of the term in that document.
-FreqFile (.frq) --> +
FreqFile (.frq) --> <TermFreqs>TermCount
-TermFreqs --> +
TermFreqs --> <TermFreq>DocFreq
-TermFreq --> +
TermFreq --> DocDelta, Freq?
-DocDelta,Freq --> +
DocDelta,Freq --> VInt
TermFreqs @@ -1440,7 +1440,7 @@ and three times in document eleven would be the following sequence of VInts:
-15, +
15, 22, 3
@@ -1459,16 +1459,16 @@ The .prx file contains the lists of positions that each term occurs at within documents. -ProxFile (.prx) --> +
ProxFile (.prx) --> <TermPositions>TermCount
-TermPositions --> +
TermPositions --> <Positions>DocFreq
-Positions --> +
Positions --> <PositionDelta>Freq
-PositionDelta --> +
PositionDelta --> VInt
TermPositions @@ -1489,7 +1489,7 @@ fifth and ninth term in a subsequent document, would be the following sequence of VInts:
-4, +
4, 5, 4
@@ -1509,7 +1509,7 @@ into the score for hits on that field:Norms - (.nrm) --> <Byte>SegSize + (.nrm) --> <Byte>SegSize
Each byte encodes a floating point value. Bits 0-2 contain the 3-bit @@ -1557,12 +1557,12 @@ optional, and only exists when a segment contains deletions:
Deletions - (.del) --> ByteCount,BitCount,Bits + (.del) --> ByteCount,BitCount,Bits
-ByteSize,BitCount --> +
ByteSize,BitCount --> Uint32
-Bits --> +
Bits --> <Byte>ByteCount
ByteCount @@ -1644,7 +1644,7 @@
- HTTP Crawler + HTTP Crawler
Supports the AbstractCrawler options as well as: @@ -610,7 +610,7 @@
- UInt32 --> <Byte>4 + UInt32 --> <Byte>4
@@ -283,7 +283,7 @@ bytes, high-order bytes first. -UInt32 --> <Byte>8 +
UInt32 --> <Byte>8
@@ -690,15 +690,15 @@- Segments --> SegCount, <SegName, SegSize>SegCount + Segments --> SegCount, <SegName, SegSize>SegCount
- SegCount, SegSize --> UInt32 + SegCount, SegSize --> UInt32
- SegName --> String + SegName --> String
@@ -758,13 +758,13 @@
- Deleteable --> DelableCount, + Deleteable --> DelableCount, <DelableName>DelableCount
-DelableCount --> UInt32 +
DelableCount --> UInt32
-DelableName --> +
DelableName --> String
@@ -785,20 +785,20 @@FieldInfos - (.fnm) --> FieldsCount, <FieldName, + (.fnm) --> FieldsCount, <FieldName, FieldBits>FieldsCount
- FieldsCount --> VInt + FieldsCount --> VInt
- FieldName --> String + FieldName --> String
- FieldBits --> Byte + FieldBits --> Byte
@@ -833,7 +833,7 @@
FieldIndex - (.fdx) --> + (.fdx) --> <FieldValuesPosition>SegSize
FieldValuesPosition @@ -859,22 +859,22 @@
- FieldData (.fdt) --> + FieldData (.fdt) --> <DocFieldData>SegSize
-DocFieldData --> +
DocFieldData --> FieldCount, <FieldNum, Bits, Value>FieldCount
-Count --> +
Count --> VInt
-FieldNum --> +
FieldNum --> VInt
-Bits --> +
Bits --> Byte
-Value --> +
Value --> String
Currently @@ -900,23 +900,23 @@ TermInfoFile (.tis)--> TermCount, TermInfos
-TermCount --> +
TermCount --> UInt32
-TermInfos --> +
TermInfos --> <TermInfo>TermCount
-TermInfo --> +
TermInfo --> <Term, DocFreq, FreqDelta, ProxDelta>
-Term --> +
Term --> <PrefixLength, Suffix, FieldNum>
-Suffix --> +
Suffix --> String
PrefixLength,
- DocFreq, FreqDelta, ProxDelta
--> VInt
+ DocFreq, FreqDelta, ProxDelta
--> VInt
This file is sorted by Term. Terms are ordered first lexicographically @@ -970,13 +970,13 @@ TermInfoIndex (.tii)--> IndexTermCount, TermIndices
-IndexTermCount --> +
IndexTermCount --> UInt32
-TermIndices --> +
TermIndices --> <TermInfo, IndexDelta>IndexTermCount
-IndexDelta --> +
IndexDelta --> VInt
IndexDelta @@ -996,16 +996,16 @@ which contain each term, along with the frequency of the term in that document.
-FreqFile (.frq) --> +
FreqFile (.frq) --> <TermFreqs>TermCount
-TermFreqs --> +
TermFreqs --> <TermFreq>DocFreq
-TermFreq --> +
TermFreq --> DocDelta, Freq?
-DocDelta,Freq --> +
DocDelta,Freq --> VInt
TermFreqs @@ -1026,7 +1026,7 @@ and three times in document eleven would be the following sequence of VInts:
-15, +
15, 22, 3
@@ -1036,16 +1036,16 @@ The .prx file contains the lists of positions that each term occurs at within documents. -ProxFile (.prx) --> +
ProxFile (.prx) --> <TermPositions>TermCount
-TermPositions --> +
TermPositions --> <Positions>DocFreq
-Positions --> +
Positions --> <PositionDelta>Freq
-PositionDelta --> +
PositionDelta --> VInt
TermPositions @@ -1066,7 +1066,7 @@ fifth and ninth term in a subsequent document, would be the following sequence of VInts:
-4, +
4, 5, 4
@@ -1076,7 +1076,7 @@ into the score for hits on that field:Norms - (.nrm) --> <Byte>SegSize + (.nrm) --> <Byte>SegSize
Each byte encodes a floating point value. Bits 0-2 contain the 3-bit @@ -1118,14 +1118,14 @@
Deletions - (.del) --> ByteCount,BitCount,Bits + (.del) --> ByteCount,BitCount,Bits
-ByteSize,BitCount --> +
ByteSize,BitCount --> Uint32
-Bits --> +
Bits --> <Byte>ByteCount
diff --git a/xdocs/luceneplan.xml b/xdocs/luceneplan.xml index 825bf563a98..2e023b8e5fb 100644 --- a/xdocs/luceneplan.xml +++ b/xdocs/luceneplan.xml @@ -215,7 +215,7 @@- HTTP Crawler + HTTP Crawler
Supports the AbstractCrawler options as well as: