Thanks Kim, 

Just to update the procedure for elasticsearch 1.0.1 and latest luke-4.7.0 

1. Get the luke from github.com:tarzanek/luke.git
git clone g...@github.com:tarzanek/luke.git

2. Edit the build.xml to add
           <unjar dest="${build.dir}">
               <fileset dir="lib" includes="elasticsearch-*.jar"/>
           </unjar>

3. Get lucene 4.7.0 tgz archive and extract lucene-suggest-4.7.0.jar to the 
luke lib directory

4. Copy the elasticsearch-1.0.1.jar to the luke lib directory

5. Build with ant dist

6. Edit dist/lukeall-4.7.0.jar with vi and then edit the following file
META-INF/services/org.apache.lucene.codecs.PostingsFormat

Then add the following lines and save :
org.elasticsearch.index.codec.postingsformat.BloomFilterPostingsFormat
org.elasticsearch.index.codec.postingsformat.Elasticsearch090PostingsFormat
org.elasticsearch.search.suggest.completion.Completion090PostingsFormat

ben


-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elasticsearch+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/81909f57-3110-4eea-8490-56c169746cae%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to