Re: How to capture number of page e number of line in file pdf indexed?

2014-07-06 Thread Arlei Ferreira Farnetani Junior
o from there. > There's nothing OOB that does what you want. > > Best, > Erick > > On Sun, Jul 6, 2014 at 7:28 AM, Arlei Ferreira Farnetani Junior > wrote: > > I'm building a new system where I will have several pdf files. > > > > The content you will

How to capture number of page e number of line in file pdf indexed?

2014-07-06 Thread Arlei Ferreira Farnetani Junior
I'm building a new system where I will have several pdf files. The content you will have to have in my indexes are: 1. Name 2. No. of Pages 3. Data File 4. Archive When I run the search by the system, I will be typing full names that are stored within the file in the index, then I need that syste

Re: Example phrase query with lucene version 4

2013-03-12 Thread Arlei Ferreira Farnetani Junior
rect_hits.3F > . > > > -- > Ian. > > > On Tue, Mar 12, 2013 at 12:45 AM, Arlei Ferreira Farnetani Junior > wrote: > > Hello, could someone give me an example of how to conduct a search in an > > already built index with Lucene 4 mode phrase query using a specific

Re: Doing the lucene remove character \n (break line)

2008-11-23 Thread farnetani
and if it ends in a hyphen get the next token and return the > concatenation of the two. I don't believe that there's a pre-existing > filter that does this, but you might want to check because I haven't > looked at them an a while. > > Best > Erick > > On S

Doing the lucene remove character \n (break line)

2008-11-23 Thread farnetani
I need to do lucene find the sentence: ARLEI FERREIRA FARNETANI JUNIOR [arlei] [ferreira] [farnetani] [junior](1) and too: ARLEI FERREIRA FAR- NETANI JUNIOR I'm using the Brazilian Analyzer, but the result is: [ARLEI] [FERREIRA] [FAR] [NETANI] [JUNIOR] I have to do that the l