mirror of
https://github.com/apache/lucene.git
synced 2025-02-07 10:38:40 +00:00
87768c51c6
Added "queries" contrib module for various new query/filter classes. This area is also intended to consolidate existing query classes so have moved a copy of MoreLikeThis into here. Probably need to remove "similarity" module as a result, if no one objects. git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@380874 13f79535-47bb-0310-9956-ffa450edef68
11 lines
217 B
XML
11 lines
217 B
XML
<?xml version="1.0"?>
|
|
|
|
<project name="queries" default="default">
|
|
|
|
<description>
|
|
Queries - various query object exotica not in core
|
|
</description>
|
|
|
|
<import file="../contrib-build.xml"/>
|
|
</project>
|