Span Queries also return positional information
On Dec 11, 2006, at 12:12 PM, Steven Rowe wrote:
abdul aleem wrote:
How to actually retrieve the content of search,
Most of the examples in Lucene in Action
Searcher gives the results found in number of
documents
but i coudln't find an API to r
abdul aleem wrote:
> How to actually retrieve the content of search,
>
> Most of the examples in Lucene in Action
> Searcher gives the results found in number of
> documents
>
> but i coudln't find an API to retrieve the line or
> paragraph where the search is matched
Hi Abdul,
I don't know w
sort this out.
> > >
> > > The latest version in SVN has changed the
> default
> > > QueryParser behaviour to use RangeFilters
> instead of
> > > RangeQuerys
> > >
> > >
> > >
> > > - Original Message
> > &
g
> Sent: Monday, 11 December, 2006 1:35:47 PM
> Subject: RE: Using Lucene to search log files
>
> I would use a RangeFilter instead of using the
> default Boolean query as
> this will always break at some point with Too many
> Boolean clauses.
> Extend QueryParser to sort thi
angeQuerys
> >
> >
> >
> > - Original Message ----
> > From: Mike Streeton
> > <[EMAIL PROTECTED]>
> > To: java-user@lucene.apache.org
> > Sent: Monday, 11 December, 2006 1:35:47 PM
> > Subject: RE: Using Lucene to search log files
Original Message
> From: Mike Streeton
> <[EMAIL PROTECTED]>
> To: java-user@lucene.apache.org
> Sent: Monday, 11 December, 2006 1:35:47 PM
> Subject: RE: Using Lucene to search log files
>
> I would use a RangeFilter instead of using the
> default Boolean query as
&
2006 1:35:47 PM
Subject: RE: Using Lucene to search log files
I would use a RangeFilter instead of using the default Boolean query as
this will always break at some point with Too many Boolean clauses.
Extend QueryParser to sort this out. As far as extracting information
from log files I w
contents and indexing it appropriately.
Hope this helps
Mike
www.ardentiasearch.com the home of NetSearch
-Original Message-
From: abdul aleem [mailto:[EMAIL PROTECTED]
Sent: 11 December 2006 12:04
To: java-user@lucene.apache.org
Subject: Using Lucene to search log files
Hi All,
Im a
Many thanks Grant,
I will now dirty my hands with Lucene to get our
requirements
regards,
Abdul
--- Grant Ingersoll <[EMAIL PROTECTED]> wrote:
> See below
>
> On Dec 11, 2006, at 7:04 AM, abdul aleem wrote:
>
> > Hi All,
> >
> > Im a Lucene newbie,
> >
> >
> > Requirement :
> > ==
As far as the appropriateness of Lucene, it's an open question, but I think
it'd be fine. If it isn't, you have an "interesting" problem .
About timestamps. This has been discussed a LOT on the thread, since they're
not as straight-forward as you might assume. See the thread *"Date ranges -
getti
See below
On Dec 11, 2006, at 7:04 AM, abdul aleem wrote:
Hi All,
Im a Lucene newbie,
Requirement :
==
a) Build a log viewer tool, search log files for
keywords and time stamp
b) files in production approx 200 logs per day and
each log file may range from 1MB - 5MB
Lucene
Hi All,
Im a Lucene newbie,
Requirement :
==
a) Build a log viewer tool, search log files for
keywords and time stamp
b) files in production approx 200 logs per day and
each log file may range from 1MB - 5MB
Lucene
We wanted to utilize Lucene's search capabilities
espec
12 matches
Mail list logo