Dear Wiki user, You have subscribed to a wiki page or wiki category on "Blur Wiki" for change notification.
The "DataStructure" page has been changed by AaronMcCurry: http://wiki.apache.org/blur/DataStructure?action=diff&rev1=1&rev2=2 Blur will follow Lucene’s data structure as closely as possible. - * A Document contains 1 or more fields, with a String as the name and a byte[] (ByteBuffer in thrift) as the value with a Type to define to data that is being passed in the given field. + * A Document contains 1 or more fields, with a String as the name and a byte[] (ByteBuffer in thrift) as the value with a Type to define the data that is being passed in the given field. * Document(s) can be added, updated, and deleted in a table. While the documents are being added or updated within a single call (Thrift or MapReduce), they will be guaranteed to exist within the same Lucene segment. This will be used during some specialized queries. See the Lucene IndexWriter for more details.
