Grant Ingersoll wrote:
Hi Tod,
Lucene doesn't know anything you don't tell it about your
documents/metadata. You would need to create fields for the metadata
for a document and then index them. You could just do something like a
document with fields:
text
author
createDate
...
These all c
Hi Tod,
Lucene doesn't know anything you don't tell it about your documents/
metadata. You would need to create fields for the metadata for a
document and then index them. You could just do something like a
document with fields:
text
author
createDate
...
These all can be "separate" when