mirror of
https://github.com/apache/lucene.git
synced 2025-02-07 10:38:40 +00:00
57ce49d49a
as their new home is under contrib/queries. This means contrib/similarity is not completely empty. I am leaving it in SVN for now, as it seems like it could be a nice warm home for custom Similarity implementations. git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@480200 13f79535-47bb-0310-9956-ffa450edef68
11 lines
179 B
XML
Executable File
11 lines
179 B
XML
Executable File
<?xml version="1.0"?>
|
|
|
|
<project name="similarity" default="default">
|
|
|
|
<description>
|
|
Custom Similarities
|
|
</description>
|
|
|
|
<import file="../contrib-build.xml"/>
|
|
</project>
|