Expand description
These types are not used for generating Index
es. They are provided to help with
creating compatible JSON structures for configuring the JavaScript search
function.
Reference: http://elasticlunr.com/docs/configuration.js.html
Structs§
- Search
Options - The search configuration map which is passed to the
elasticlunr.js
Index.search()
function. - Search
Options Field - Used to set the search configuration for a specific field.
When
expand
orbool
isNone
, elasticlunr.js will use the value from the global configuration. Theboost
field, if present, increases the importance of this field when ordering search results.
Enums§
- Search
Bool - Sets which boolean model is used for searching with
multiple terms. Defaults to
Or
.