/lucene-tools

Apache License 2.0Apache-2.0

lucene-tools

In Process ...

Will provide in console:

  • index document ** index {"field1":"value_of_field1","field2":{"type":"int","value":"value_of_field2"}}
  • get doc ids of term in field ** getdocs term:=
  • delete doc id in term ** deldoc term:=
  • add doc id in term ** adddoc term:=