Displaying 1 result from an estimated 1 matches for "backendforluceneformatindexes".
2013 Aug 25
2
Backend for Lucene format indexes-How to get doclength
...ss! I've started to look through the pull
request and made some comments via github.
> This is a patch of Lucene 3.6.2 backend, it is just support Lucene3.6.2,
> and not fully tested, I send this patch for wandering if it works for the
> idea http://trac.xapian.org/wiki/ProjectIdeas#BackendforLuceneformatindexes.
> until now, fewer features supported, includes:
> 1. Single term search.
> 2. 'AND' search supported, but performance needed to be optimize.
> 3. Multiple segments.
> 4. Doc length. Using .nrm instead.
>
> Additonally:
> 1. xxx_lower_bound, xxx_upper_bound, total...