Like, building the index lazily? Very interesting idea... -Russ On Friday, April 25, 2014, BlackJack76 <[email protected]> wrote:
> Sure thing. Basically, I am attempting to index a document. When I find > the > document, I want to insert the tokens directly back into the table. I want > to do it directly from the seek routine so that I don't need to return > anything back to the client. > > For example, seek may locate the document that has the following sentence: > > The quick brown fox > > From there, I tokenize the document and want to insert the individual > tokens > back into tokens back into Accumulo (i.e., The, quick, brown, and fox all > as > separate mutations). > > > > -- > View this message in context: > http://apache-accumulo.1065345.n5.nabble.com/Write-to-table-from-Accumulo-iterator-tp9412p9414.html > Sent from the Users mailing list archive at Nabble.com. >
