RE: lucene Input and Output format

2017-08-09 Thread Uwe Schindler
[mailto:ian@gmail.com] > Sent: Wednesday, August 2, 2017 10:42 AM > To: java-user@lucene.apache.org > Subject: Re: lucene Input and Output format > > What are the full package names for these interfaces? I don't think they > are org.apache.lucene. > > > -- &g

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: http://lucene.472066.n3.nabble.com/lucene-Input-and-Output-format-tp4348370p4349824.htm

Re: lucene Input and Output format

2017-08-02 Thread Ian Lea
nt: Tuesday, August 01, 2017 7:23 PM > To: java-user@lucene.apache.org > Cc: Vadiraj Muradi > Subject: Re: lucene Input and Output format > > Which part of the index do you want to learn about? Here are some > descriptions of the file formats: > - terms dict: > http://lucene.apache.org/cor

RE: lucene Input and Output format

2017-08-02 Thread Ranganath B N
ssage- From: Adrien Grand [mailto:jpou...@gmail.com] Sent: Tuesday, August 01, 2017 7:23 PM To: java-user@lucene.apache.org Cc: Vadiraj Muradi Subject: Re: lucene Input and Output format Which part of the index do you want to learn about? Here are some descriptions of the file formats: - terms

Re: lucene Input and Output format

2017-08-01 Thread Adrien Grand
Which part of the index do you want to learn about? Here are some descriptions of the file formats: - terms dict: http://lucene.apache.org/core/6_6_0/core/org/apache/lucene/codecs/blocktree/BlockTreeTermsWriter.html - postings: http://lucene.apache.org/core/6_6_0/core/index.html?org/apache/lucene