Lucene to ES index migration

Hi All,

We are migrating from Lucene to ES. The only piece that is not coming
together is the pain associate with having to reindex all the indexes out
there.

Want to know if anyone has solved the problem of migrating Lucene indexes
to ES. We have the documents stored with indexes.

Thanks
Vijai

--
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+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Vijai,

You will have to reindex. Although, Elasticsearch is using Lucene library,
it relies on a certain special fields (such as uid for example) to be
indexed in a certain way. So, it's unlikely that your index in its current
state will be compatible with Elasticsearch.

Igor

On Thursday, May 30, 2013 6:09:24 PM UTC-4, Vijai Singh wrote:

Hi All,

We are migrating from Lucene to ES. The only piece that is not coming
together is the pain associate with having to reindex all the indexes out
there.

Want to know if anyone has solved the problem of migrating Lucene indexes
to ES. We have the documents stored with indexes.

Thanks
Vijai

--
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+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Thanks Igor.

On Friday, May 31, 2013 7:19:58 AM UTC+5:30, Igor Motov wrote:

Vijai,

You will have to reindex. Although, Elasticsearch is using Lucene library,
it relies on a certain special fields (such as uid for example) to be
indexed in a certain way. So, it's unlikely that your index in its current
state will be compatible with Elasticsearch.

Igor

On Thursday, May 30, 2013 6:09:24 PM UTC-4, Vijai Singh wrote:

Hi All,

We are migrating from Lucene to ES. The only piece that is not coming
together is the pain associate with having to reindex all the indexes out
there.

Want to know if anyone has solved the problem of migrating Lucene indexes
to ES. We have the documents stored with indexes.

Thanks
Vijai

--
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+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.