Boosting hits based on a value in a field, without that field contributing to the search

2007-12-07 Thread Tom Emerson
indexing time is no longer an option. Many thanks in advance for your thoughts, -tree -- Tom Emerson [EMAIL PROTECTED] http://www.dreamersrealm.net/~tree

Re: Rewrite one phrase to another in search query

2007-12-07 Thread Tom Emerson
vestigate? > > > > Thanks. > > > > --------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Tom Emerson [EMAIL PROTECTED] http://www.dreamersrealm.net/~tree

Re: Boosting hits based on a value in a field, without that field contributing to the search

2007-12-07 Thread Tom Emerson
would a custom sort work? > > -Grant > > On Dec 7, 2007, at 1:42 PM, Tom Emerson wrote: > > > Hello, > > > > I'm looking for suggestions on how to deal with the following > > (simplified) > > scenario (Lucene 2.2.0): > > > > Documents in my ind

Re: Boosting hits based on a value in a field, without that field contributing to the search

2007-12-07 Thread Tom Emerson
ing a BooleanClause to a BooleanQuery) > that expressed > (your original query) AND (field:foo^boost1 OR field:bar^boost2 OR > field:baz^boost3) > should do the trick. Or I'm just not understanding what you're doing at > all > > Erick > > On Dec 7, 2007 1:42 PM, T

Re: Rewrite one phrase to another in search query

2007-12-07 Thread Tom Emerson
Bleh, never mind this, I've replied to the wrong thread... mea culpa. On Dec 7, 2007 4:21 PM, Tom Emerson <[EMAIL PROTECTED]> wrote: > Hi Mark, > > Thanks for the pointer, but for my application I already have a custom > query parser, and I think the use of a functional qu

Re: Lucene sorting case-sensitive by default?

2008-01-11 Thread Tom Emerson
hile sorting. > Can someone shed some light on this as to while this is happening and > how to fix it? > > > > Thanks in advance for your help! > > > > Alex > > > > > > -- Tom Emerson [EMAIL PROTECTED] http://www.dreamersrealm.net/~tree <http://www.dreamersrealm.net/%7Etree>

Re: Prioiritze new documents

2008-01-11 Thread Tom Emerson
[EMAIL PROTECTED] > > --------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Tom Emerson [EMAIL PROTECTED] http://www.dreamersrealm.net/~tree

Re: CustomScoreQuery Not Returning Value in Index

2008-01-28 Thread Tom Emerson
#x27; but > the 'valSrcScore' passed to the customScore method is '8.614598'. > What am I missing? The examples seem easy enough. > > Thanks for your time, > > Briggs. > > > -- > "Conscious decisions by conscious minds are what make reality real" > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Tom Emerson [EMAIL PROTECTED] http://www.dreamersrealm.net/~tree

Filter operation

2006-04-26 Thread Tom Emerson
ivial filter? -- Tom Emerson [EMAIL PROTECTED] http://www.dreamersrealm.net/~tree

How are results merged from a multisearcher?

2006-05-18 Thread Tom Emerson
-- Tom Emerson [EMAIL PROTECTED] http://www.dreamersrealm.net/~tree

Re: problem with eclipse and lucene 1.9.1

2006-05-18 Thread Tom Emerson
ternal dependencies so simply configure a new project with src/java for the source code. Erik - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Tom Emerson [EMAIL PROTECTED] http://www.dreamersrealm.net/~tree

Re: How are results merged from a multisearcher?

2006-05-18 Thread Tom Emerson
k correctly. Regards Daniel -- http://www.danielnaber.de - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Tom Emerson [EMAIL PROTECTED] http://www.dreamersrealm.net/~tree

Re: How are results merged from a multisearcher?

2006-05-19 Thread Tom Emerson
Daniel, Thanks for the clarification. What then is the difference between a MultiSearcher and using an IndexSearcher on a MultiReader? On 5/18/06, Daniel Naber <[EMAIL PROTECTED]> wrote: On Donnerstag 18 Mai 2006 23:26, Tom Emerson wrote: > OK, but what does "merged corre

Re: How are results merged from a multisearcher?

2006-05-23 Thread Tom Emerson
Doug, Thanks much for the clarification. That helps put everything in the right frame for me! -tree On 5/22/06, Doug Cutting <[EMAIL PROTECTED]> wrote: Tom Emerson wrote: > Thanks for the clarification. What then is the difference between a > MultiSearcher and using an IndexS

Re: Highligher Example

2006-09-12 Thread Tom Emerson
more stable than Stellent, and it has a JNI interface that works quite well. It is still quite expensive, however. PDFBox works, but we found it to be really really slow. YMMV, -tree -- Tom Emerson [EMAIL PROTECTED] http://www.dreamersrealm.net/~tree

Re: getCurrentVersion question

2006-09-12 Thread Tom Emerson
rence, "Reads version number from segments files. The version number is initialized with a timestamp and then increased by one for each change of the index." So, to get the date of this, I should be doing something like this: date=1157817833085-1; Any thoughts? tia -- Tom