User Tools

Site Tools


en:user:searching

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
en:user:searching [2018/07/31 01:36] – [Cross-collection searching] kjdonen:user:searching [2019/02/04 23:06] kjdon
Line 17: Line 17:
  
 These indexers are available: These indexers are available:
-  * **[[http://www.nzdl.org/html/mg.html|MG]]**: MG the original indexer used by Greenstone, developed mainly by Alistair Moffat and described in the classic book [[http://www.cs.mu.oz.au/mg/|Managing Gigabytes]]. It does section level indexing, and searches can be boolean or ranked (not both at once). For each index specified in the collection, a separate physical index is created. For phrase searching, Greenstone does an "AND" search on all the terms, then scans the resulting hits to see if the phrase is present. It has been extensively tested on very large collections (many GB of text).  +  * **MG**: MG the original indexer used by Greenstone, developed mainly by Alistair Moffat and described in the classic book [[http://www.cs.mu.oz.au/mg/|Managing Gigabytes]]. It does section level indexing, and searches can be boolean or ranked (not both at once). For each index specified in the collection, a separate physical index is created. For phrase searching, Greenstone does an "AND" search on all the terms, then scans the resulting hits to see if the phrase is present. It has been extensively tested on very large collections (many GB of text).  
-  * **[[http://files.greenstone.org/technical/mgpp_user.pdf|MGPP]]**: MGPP (MG plus plus), the new version of MG, was developed by the New Zealand Digital Library Project. It does word level indexing, which allows fielded, phrase and proximity searching to be handled by the indexer. Boolean searches can be ranked. Only a single index is created for a Greenstone collection: document/section levels and text/metadata fields are all handled by the one index. For collections with many indexes, this results in a smaller collection size than using MG. For large collections, searching may be a bit slower due to the index being word level rather than section level.  +     * [[http://www.nzdl.org/html/mg.html|MG website]] 
-  * **[[http://lucene.apache.org/core/|Lucene]]**: Lucene was developed by the Apache Software Foundation. It handles field and proximity searching, but only at a single level (e.g. complete documents or individual sections, but not both). Therefore document and section indexes for a collection require two separate indexes. It provides a similar range of search functionality to MGPP with the addition of single-character wildcards and range searching. It was added to Greenstone to facilitate [[incremental building | incremental collection building]], which MG and MGPP can't provide. +     * [[nzdl:mg | More info about MG ]] 
 +  * **MGPP**: MGPP (MG plus plus), the new version of MG, was developed by the New Zealand Digital Library Project. It does word level indexing, which allows fielded, phrase and proximity searching to be handled by the indexer. Boolean searches can be ranked. Only a single index is created for a Greenstone collection: document/section levels and text/metadata fields are all handled by the one index. For collections with many indexes, this results in a smaller collection size than using MG. For large collections, searching may be a bit slower due to the index being word level rather than section level.  
 +      * [[http://files.greenstone.org/technical/mgpp_user.pdf|MGPP user guide]] 
 +  * **Lucene**: Lucene was developed by the Apache Software Foundation. It handles field and proximity searching, but only at a single level (e.g. complete documents or individual sections, but not both). Therefore document and section indexes for a collection require two separate indexes. It provides a similar range of search functionality to MGPP with the addition of single-character wildcards and range searching. It was added to Greenstone to facilitate [[incremental building | incremental collection building]], which MG and MGPP can't provide.  
 +    * [[  |lucene web site]] 
 +    * [[en:user_advanced:lucene| More info about Lucene]]
  
 +  * **SOLR**: 
 +      * [[en:user_advanced:solr| More info about SOLR ]]
 +    * 
 Changing the indexer affects how the indexes are built, and may affect search functionality.  Changing the indexer affects how the indexes are built, and may affect search functionality. 
 The following table compares the indexers' features, which are explained in the sections below. The following table compares the indexers' features, which are explained in the sections below.
en/user/searching.txt · Last modified: 2023/03/13 01:46 by 127.0.0.1