2 Apr
2003
2 Apr
'03
1:33 p.m.
--On Mittwoch, 2. April 2003 15:27 Uhr +0200 Thierry FLORAC <thierry.florac@onf.fr> wrote:
Hi,
I use TextIndexNG with french stemmers to index my documents in "full-text" mode. My questions are : - how are TextIndexNG results sorted ?
Sorting is up to the application.
- how are results stored when a TextIndexNG is mixed with other indexes (fieldindexes,...) in a single query ?
same as above (except you specify sort_on on the ZCatalog level)
- is there a "rank" or "score" value available in TextIndexNG query results to be able to sort results manually ?
TextIndexNG does no ranking, ZCTextIndexNG does
- does ZCTextIndex solves these problems ??
Casey? -aj