IndexOne indexes one document, for the given ID. If the document already exist, it replaces it.
(id string, texts []string)
| 97 | // IndexOne indexes one document, for the given ID. If the document already exist, |
| 98 | // it replaces it. |
| 99 | IndexOne(id string, texts []string) error |
| 100 | |
| 101 | // IndexBatch start a batch indexing. The returned indexer function is used the same |
| 102 | // way as IndexOne, and the closer function complete the batch insertion. |
no outgoing calls
no test coverage detected