mirror of https://github.com/apache/lucene.git
LUCENE-3001 -- moving TrieFieldHelper out of lucene
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1086708 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f6ddf2723a
commit
591f3b5ea9
|
@ -14,7 +14,7 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.apache.lucene.util;
|
||||
package org.apache.solr.schema;
|
||||
|
||||
import java.util.Date;
|
||||
|
||||
|
@ -25,6 +25,9 @@ import org.apache.lucene.document.Fieldable;
|
|||
|
||||
/**
|
||||
* Helper class to make TrieFields compatible with ones written in solr
|
||||
*
|
||||
* TODO -- Something like this should be in in lucene
|
||||
* see: LUCENE-3001
|
||||
*/
|
||||
public class TrieFieldHelper {
|
||||
|
Loading…
Reference in New Issue