Re: Lucene and JSON

2008-12-20 Thread Paul Libbrecht
Thom, Lucene support binaries and arbitrary strings... this is far enough to store JSON or XML... (much independently of its size!). E.g. we store some objects in JSON using xStream serialization (that is we add a field which is stored containing the object serialization... it could be XM

Lucene and JSON

2008-12-19 Thread Thomas J. Buhr
Lucene, Is there JSON support in Lucene? JSON is more fat-free compared to XML and would be preferred. Digester works well for indexing XML but something along the same lines for JSON would be even sweeter. Best, Thom - To