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:
Ryan McKinley 2011-03-29 20:09:59 +00:00
parent f6ddf2723a
commit 591f3b5ea9
1 changed files with 4 additions and 1 deletions

View File

@ -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 {