flâneur

Creating an Index - odinson

lum.ai · 113 words · saved by 1 readers

Once you have created Odinson Documents, you can create an Odinson index, the data structure that Odinson uses for executing queries.

Indexing Odinson Documents Once you have created Odinson Documents, you can create an Odinson index, the data structure that Odinson uses for executing queries. Configuration Once again, you will specify the configurations in extra/src/main/resources/application.conf. Ensure odinson.docDir directory contains annotated ai.lum.odinson.Documents (.json or .json.gz). Ensure odinson.indexDir is pointing to where you want to create the index. Note again, if you are using the typical directory structure (see above), you can simply ensure that odinson.dataDir = path/to/your/dataDir and the…

saved by

related reading