DocValues and SearcherManager

2017-10-20 Thread Chris and Helen Bamford
Hi, I am using Lucene 4.10.3 and have a problem retrieving a DocValue field of a document using SearcherManager after I have updated a stored field value. The document has two key values: 'state' (stored Field) and 'id' (BinaryDocValue). After the document is indexed, it undergoes the foll

Size of Document

2018-07-04 Thread Chris and Helen Bamford
Hi there, How can I calculate the total size of a Lucene Document that I'm about to write to an index so I know how many bytes I am writing please?  I need it for some external metrics collection. Thanks - Chris - To unsubs