|
Overview |
|
NeoRef Metadata Search applies Apache Lucene as the search middleware, which provides a rich query language. |
|
|
|
Simple
Search |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
A query is broken up into terms and operators. There are two types of terms: Single Terms and Phrases. A Single Term is a single word such as "test" or "hello". A Phrase is a group of words surrounded by double quotes such as "hello dolly". Multiple terms can be combined together with Boolean operators to form a more complex query. Boolean operators allow terms to be combined through logic operators. Lucene supports AND, "+", OR, NOT and "-" as Boolean operators(Note: Boolean operators must be ALL CAPS). The OR operator is the default conjunction operator. This means that if there is no Boolean operator between two terms, the OR operator is used. Examples: 1. information AND retrieval 2. +“digital library” -profit |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Term
Modifiers |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
NeoRef Metadata Search supports
modifying query terms to provide a wide range of searching options.
|
|
Advanced
Search |
|
Type any term or phrases into the appropriate fields you want, and if there are two or more fields for the query, they will be applied as AND Boolean operator. |
|
|