SOLR-1553: mark experimental

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1070879 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2011-02-15 13:10:29 +00:00
parent 5691bea096
commit 39de6aabc8
2 changed files with 2 additions and 1 deletions

View File

@ -279,7 +279,7 @@ New Features
* SOLR-1553: New dismax parser implementation (accessible as "edismax")
that supports full lucene syntax, improved reserved char escaping,
fielded queries, improved proximity boosting, and improved stopword
handling. (yonik)
handling. Note: status is experimental for now. (yonik)
* SOLR-1574: Add many new functions from java Math (e.g. sin, cos) (yonik)

View File

@ -48,6 +48,7 @@ import java.io.IOException;
/**
* An advanced multi-field query parser.
* @lucene.experimental
*/
public class ExtendedDismaxQParserPlugin extends QParserPlugin {
public static final String NAME = "edismax";