User:OrenBochman/Search/Conf
From MediaWiki.org
< User:OrenBochman | Search
|
||||||||||||||||||||||
Contents |
[edit] Overview
[edit] Configuration Management
Configuration of search will require similar functino as before. Lucene-Search extension is configured by supplying it with access to the mediawiki installation folder. It then generates a local setting.conf & a global settings.conf. This type of configuration is then good for a single standalon configuration.
How it works.
The Config class parses localsettings.conf as well as other files. Update (incrmental or not) assume that OIA repository
[edit] Requirments
[edit] Indexing
- . Map: Wikidatabase.NameSpace <-> Analysis <-> Solr.Index.Shard
- . Reindex how.
[edit] Search
- . Search Map: [Query,Pref] <-> Wiki.Search.Front.App <-> SOLR.Searcher <-> Index.Shards <-> Doc List.
- . Search Box: [UserText,Pref] <-> Wiki.Search.Front.App <-> SOLR.Searcher <-> Index.Shards <-> Doc List.
using a single top level analyzer would simplify thing to no end.
[edit] Ganglia
- JMX reporting