[xwiki-devs] Lucene search enhancements
I've entered two bugs (XWIKI-1734 and XWIKI-1735) which relate to extending the Lucene Plugin search API. I would like to try getting them into the 1.1.1 version. The first is to allow Lucene to return the results in reverse order (one of the results columns we want to sort by is reverse alphabetical). The second is to index the creation and modification dates of the wiki pages (to allow "recently changed" type of searches limited by other criteria). The first is more important, but the second looks easy. David [email protected] --
+1 for me. On 9/12/07, David Ward <[email protected]> wrote:
I've entered two bugs (XWIKI-1734 and XWIKI-1735) which relate to extending the Lucene Plugin search API.
I would like to try getting them into the 1.1.1 version.
The first is to allow Lucene to return the results in reverse order (one of the results columns we want to sort by is reverse alphabetical).
The second is to index the creation and modification dates of the wiki pages (to allow "recently changed" type of searches limited by other criteria).
The first is more important, but the second looks easy.
David [email protected] --
Sergiu -- http://purl.org/net/sergiu
I'd like us to consider extracting the Lucene plugin out of the core (same as we've done for the scheduler plugin recently) and releasing it separately. I don't think the core is depending on it so it should be fairly easy to do. If we agree I can try doing it. Thanks -Vincent On Sep 11, 2007, at 11:36 PM, Sergiu Dumitriu wrote:
+1 for me.
On 9/12/07, David Ward <[email protected]> wrote:
I've entered two bugs (XWIKI-1734 and XWIKI-1735) which relate to extending the Lucene Plugin search API.
I would like to try getting them into the 1.1.1 version.
The first is to allow Lucene to return the results in reverse order (one of the results columns we want to sort by is reverse alphabetical).
The second is to index the creation and modification dates of the wiki pages (to allow "recently changed" type of searches limited by other criteria).
The first is more important, but the second looks easy.
David [email protected] --
Sergiu -- http://purl.org/net/sergiu _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
participants (3)
-
David Ward -
Sergiu Dumitriu -
Vincent Massol