f the db data is required I'd suggest storing it in the index.
--
Ian.
On Wed, Sep 1, 2010 at 1:43 PM, Sertic Mirko, Bedag
wrote:
> Hi
>
>
>
> I need to implement sorting and pagination of lucene search results.
> This is quite easy, but I have to combine Data from
Hi
I need to implement sorting and pagination of lucene search results.
This is quite easy, but I have to combine Data from the index with data
from a database. The index has the fulltext data plus a unique
identifier for a record from the database. The database stores
additional data. Fulltext
: NFS, Stale File Handle Problem and my thoughts
You only have to create the deletion policy (merging uses it).
Mike
On Wed, Jan 20, 2010 at 11:27 AM, Sertic Mirko, Bedag
wrote:
> Ok, so does the merging go thru the IndexDeletionPolicy, or do I have to deal
> with the MergePolicy t
, Sertic Mirko, Bedag
wrote:
> Mike
>
> Thank you so much for your feedback!
>
> Will the new IndexDeletionPolicy also be considered when segments are merged?
> Does merging also affect the NFS problem?
>
> Should I use IndexReader.reOpen() or just create a new IndexReader?
>
n Wed, Jan 20, 2010 at 9:05 AM, Sertic Mirko, Bedag
wrote:
> Hi Mike
>
> Thank you for your feedback!
>
> So I would need the following setup:
>
> a) Machine A with custom IndexDeletionPolicy and single IndexReader instance
> b) Machine B with custom IndexDeletionPolicy a
Hi
Did you ever think about a Content Repository, like JackRabbit or Alfresco?
Alfresco generates also a Lucene Index for documents stored in its repository.
The content repository itself
is backed by a database or a filesystem...
Regards
Mirko
-Ursprüngliche Nachricht-
Von: Darren Hart
#x27;s no good to make queries pay that
cost and the deletion policy is better.
Mike
On Wed, Jan 20, 2010 at 8:29 AM, Sertic Mirko, Bedag
wrote:
> h...@all
>
>
>
> We are using Lucene 2.4.1 on Debian Linux with 2 boxes. The index is
> stored on a common NFS share. Every box has
h...@all
We are using Lucene 2.4.1 on Debian Linux with 2 boxes. The index is
stored on a common NFS share. Every box has a single IndexReader
instance, and one Box has an IndexWriter instance, adding new documents
or deleting existing documents at a given point in time. After adding or
deletin
h...@all
I'd like to do a fuzzy search with german special characters. For instance I
want to query for "müller", but also terms like "mueller" should be respected,
as ü can also be written as ue. How could this be done? At index creation time,
I could convert ü to ue, and just use the ue ve
Hi
You can also use a tool called "antiword" to extract the text from a .doc file,
and then
give the text to lucene.
See here : http://en.wikipedia.org/wiki/Antiword
Regards
Mirko
-Ursprüngliche Nachricht-
Von: dipesh [mailto:[EMAIL PROTECTED]
Gesendet: Mittwoch, 12. November 2008 04:
though, it works just
like the non phrase/span aware Highlighter.
- Mark
Sertic Mirko, Bedag wrote:
> Hi
>
> Thank you for your response.
> Are there examples available?
>
> Regards
> Mirko
>
> -Ursprüngliche Nachricht-
> Von: Mark Miller [mailto:[EMAIL PROT
SpanScorer.
- Mark
On Nov 10, 2008, at 8:25 AM, "Sertic Mirko, Bedag" <[EMAIL PROTECTED]
> wrote:
> [EMAIL PROTECTED]
>
>
>
> I am searching for a solution to make the Highlighter run property in
> combination with phrase queries.
>
>
>
> I want to hi
[EMAIL PROTECTED]
I am searching for a solution to make the Highlighter run property in
combination with phrase queries.
I want to highlight text with a phrase query like "windows printserver",
the following highlighted:
"windows printservers" are good blah blah "windows" manages
"print
ds AND
>> phrases using the new span support) and highlights those.
>> To do anything else would require the higlighter to faithfully re-implement
>> much of the logic in all of the different query types (fuzzy, wildcard,
>> regex etc etc) which is much more challenging
that version to
the highlighter - see the package javadocs.
http://lucene.apache.org/java/2_2_0/api/org/apache/lucene/search/highlight/package-summary.html#package_description
Cheers
Mark
- Original Message
From: "Sertic Mirko, Bedag" <[EMAIL PROTECTED]>
To: java-u
-user@lucene.apache.org
Betreff: Re: Search with multiple wildcards
Of course you can construct your own BooleanQuery
programmatically.
It's relatively easy, just try it.
On Wed, Sep 10, 2008 at 11:52 AM, Sertic Mirko, Bedag <[EMAIL PROTECTED]
> wrote:
> Jep, this is what i have read.
s as you want.
See the query documentation for how to submit phrase queries.
Best
Erick
On Wed, Sep 10, 2008 at 10:11 AM, Sertic Mirko, Bedag <[EMAIL PROTECTED]
> wrote:
> Hi
>
> Thank you for your quick response:-)
>
> Of course I need to use the * character :-) But I ha
t's in the docs.
And use * rather than % .
But wildcards are tricky, especially the TooManyClauses
exception. You might want to peruse the archive for wildcard
posts...
Best
Erick
On Wed, Sep 10, 2008 at 9:06 AM, Sertic Mirko, Bedag
<[EMAIL PROTECTED]>wrote:
> [EMAIL PROTECTED]
>
[EMAIL PROTECTED]
Is it possible to do a search with multiple wildcards in one query, for
instance "%MANAGE%" AND "CORE%"? Is there a code example available?
Thanks a lot
Mirko
19 matches
Mail list logo