RE: lucene Input and Output format

2017-08-09 Thread wz00000
Hi, Do you means use lucene as hadoop input and output source? It seems that there are no implementation, you can do it by yourself. you may refer to elasticsearch-hadoop -- View this message in context:

RE: lucene Input and Output format

2017-08-09 Thread Uwe Schindler
Hi, There is no such class in Lucene, it's part of your code or some other software that just uses Lucene. Just to give you a hint: Lucene is just the library that can take plain text from a java Reader and index it by tokenizing and normalizing the tokens. It cannot read any special file