X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=source%2Fmircoders%2Fsearch%2FIndexUtil.java;fp=source%2Fmircoders%2Fsearch%2FIndexUtil.java;h=2716aa2ece53805605eb9ecf2b425867cd04c9fc;hb=c9ac8fa71b679f8d967aac901bbef945c13b94c9;hp=55104c5d10d8deac86c8c87fbbe0bc754020c966;hpb=d63595f89aaa4b6a524dc0b4af9e0eef888f4c6b;p=mir.git diff --git a/source/mircoders/search/IndexUtil.java b/source/mircoders/search/IndexUtil.java index 55104c5d..2716aa2e 100755 --- a/source/mircoders/search/IndexUtil.java +++ b/source/mircoders/search/IndexUtil.java @@ -30,13 +30,14 @@ package mircoders.search; -import java.io.IOException; import java.io.File; +import java.io.IOException; + +import mircoders.entity.EntityContent; import org.apache.lucene.index.IndexReader; import org.apache.lucene.index.Term; import org.apache.lucene.store.FSDirectory; -import mircoders.entity.EntityContent; /** * Some utility functions for article (un)indexing