Apache Lucene case insensitive search.
Lucene Reference
Single or independent mutiple word searching.
Default multi-word operator is OR. Muti-word phrases using quotes (case insensitive).
Use full word with/without wildcards or use exact multi-word in quote.
Use * for any character sequence, Use ? for any single character.
Boolean AND and OR operators with logic bracketing () permitted.
Resulting hits are listed in ascending order based on a scoring significance algorithm.
Examples: religio*, an?, *ious, philosoph*, (religio* AND philoso*) OR void, "warts and cataracts", "human wants" AND hap*
Use
Pub to search content in all publications.
Use
Meta to search information about publications.