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
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
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
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
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