Re: Lucene equivalent of grep -A -B command

2007-09-18 Thread Chris Hostetter
: Is there a way we can get contents of the file surrounding to the term (head : 10 lines and tail 10 lines) we are searching through a lucene indexed file? FAQ: Is there a way to get a text summary of an indexed document with Lucene (a.k.a. a "snippet" or "fragment") to display along with the

Lucene equivalent of grep -A -B command

2007-09-18 Thread Ashish Parikh
Is there a way we can get contents of the file surrounding to the term (head 10 lines and tail 10 lines) we are searching through a lucene indexed file? -- View this message in context: http://www.nabble.com/Lucene-equivalent-of-grep--A--B-command-tf4475418.html#a12760645 Sent from the Lucene