Search returns the list of IDs matching the given terms.
(terms []string)
| 104 | |
| 105 | // Search returns the list of IDs matching the given terms. |
| 106 | Search(terms []string) (ids []string, err error) |
| 107 | |
| 108 | // DocCount returns the number of document in the index. |
| 109 | DocCount() (uint64, error) |
no outgoing calls
no test coverage detected