Fwd: create index through db for System Admin

2006-06-14 Thread Adam Adam
-- Forwarded message -- From: Adam Saeed <[EMAIL PROTECTED]> Date: Jun 14, 2006 2:39 PM Subject: create index through db for System Admin To: java-user@lucene.apache.org How could we create index through database, in lucene as a System Admin point of view, using PHP,

Ordered Proximity searching, does it exist?

2006-11-21 Thread Adam
would give the above record when it wasn't in context. This is the reason for wanting results in order to stop these incorrect results. Any help would be greatly appreciated. R Adam _ Be one of the first to try Windows Live Mail

Question: find term by position and document id

2018-04-05 Thread Adam Hornacek
on. Yours sincerely, Adam Hornáček - To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org

Re: Class_for_HighFrequencyTerms

2010-05-11 Thread adam . saltiel
Sounds like your path is messed up and you're not using maven correctly. Start with the jar version that contains the class you require and use maven pom to correctly resolve dependencies Adam Sent using BlackBerry® from Orange -Original Message- From: manjula wijewickrema Date

Re: Using Lucene to search live, being-edited documents

2010-12-29 Thread adam . saltiel
This is interesting. What are we driving at here? A single user? That doesn't make sense to unless you want to flag certain things as they construct the document. Or else why don't they know what is in their own document? There must be other ways apart from Lucene. It seems to me you want each l

Re: Using Lucene to search live, being-edited documents

2010-12-29 Thread adam . saltiel
What has this to do with Lucene? You're thinking its index would be faster than your own search algorithm. Would it though? Do you really need an index or a good pattern matcher? I can't see what the stream buffer being flushed by the user has to do with it? Don't you have to control that behavi

RE: MultiFieldQueryParser doesn't properly filter out documents when the query string specifies to exclude certain terms

2006-12-20 Thread Adam Fleming
days and a big Thank You to the active list users, Adam Fleming _ Try amazing new 3D maps http://maps.live.com/?wip=51 - To unsubscribe, e-mail: [EMAIL PROTECTED] F

RE: Rebuilding index on a regular basis

2006-12-21 Thread Adam Fleming
x27;s about the limit. Thanks, Adam > Date: Wed, 20 Dec 2006 10:58:43 -0500 > From: [EMAIL PROTECTED] > To: java-user@lucene.apache.org > Subject: Re: MultiFieldQueryParser doesn't properly filter out documents when > the query st

RE: Rebuilding index on a regular basis

2006-12-21 Thread Adam Fleming
ough there shouldn't be a problem. Thoughts? I'm curious if this solution reflects a misunderstanding about the way Lucene works. Thanks, Adam > Date: Wed, 20 Dec 2006 22:11:33 -0500 > From: [EMAIL PROTECTED] > To: java-user@lucen

RE: Clustering Lucene with 40 Servers

2006-12-27 Thread Adam Fleming
Hello, I saw that Doug Cutting had an interesting solution for his Technorati website: http://www.mail-archive.com/lucene-user@jakarta.apache.org/msg12709.html It sounds like it's a single-writer, many readers type of system, but quite robust and efficient. Cheers,

How to boost a document based on a field in the document

2007-09-05 Thread Adam Ruggles
I'm trying to find a query that would boost a document based on a field in the document. I have a simple index with title, description, date, ... I also have a field called vote. I want items that have been voted higher to be ranked as higher in the search results. Is there a query and or filte

Re: How to boost a document based on a field in the document

2007-09-05 Thread Adam Ruggles
about boosting the relevant > parts of the document at *index* time based on the value > of vote > > Erick > > On 9/5/07, Adam Ruggles <[EMAIL PROTECTED]> wrote: >> >> >> I'm trying to find a query that would boost a document based on a field >>

Re: How to boost a document based on a field in the document

2007-09-05 Thread Adam Ruggles
. > > Since you're massaging the sort however you want, > negative votes should be do-able. > > Best > Erick > > On 9/5/07, Adam Ruggles <[EMAIL PROTECTED]> wrote: >> >> >> Well a sort would remove the relevance portion of the query, whic

Assert / NPE using MultiFieldQueryParser

2013-03-24 Thread Adam Rauch
t;http://labkey.org/study/xml"; without the quotes). I'd like to either turn off regex parsing altogether or detect the syntax error at parse time so I can provide my standard syntax guidance back to the user. Thanks, Adam

RE: Assert / NPE using MultiFieldQueryParser

2013-03-25 Thread Adam Rauch
Thanks, Simon. You've obviously seen (and fixed!) the issue already, but for the record: https://issues.apache.org/jira/browse/LUCENE-4878 Adam -Original Message- From: Simon Willnauer [mailto:simon.willna...@gmail.com] Sent: Sunday, March 24, 2013 9:28 AM To: java

OOM when using Lucene 5.X's group facet collectors on unsharded index

2015-07-06 Thread Adam Rosenwald
Hello all, When using Lucene 5.X's group facet collectors (i.e. *AbstractGroupFacetCollector* and the provided concrete implementation, *TermGroupFacetCollector*), I repeatedly encounter OOM errors after running a few search requests on an unsharded index consisting of a few million docum

Re: OOM when using Lucene 5.X's group facet collectors on unsharded index

2015-07-06 Thread Adam Rosenwald
Correction. The three facet fields used to initialize the TermGroupFacetCollectors are SortedDVs - not SortedNumericDVs. On 07/06/2015 04:56 PM, Adam Rosenwald wrote: Hello all, When using Lucene 5.X's group facet collectors (i.e. *AbstractGroupFacetCollector* and the provided con

German 'ue' -> 'u' conversion

2012-11-19 Thread Dyga, Adam
Hello, I have two questin regarding handling German umlauts in Lucene: 1. I'm trying to find a way to convert German Umlauts written as 'ue', 'ae', etc to folded form 'u', 'a' and so on. This is done by GermanAnalyzer (and German2StemFilter used by it), but unfortunately it also does stemming w

RE: German 'ue' -> 'u' conversion

2012-11-19 Thread Dyga, Adam
output[outputPos++] = 'a'; > break; > > for the characters you want to replace. > > > Best Regards > > Lutz Fechner > > > > > -Original Message- > From: Dyga, Adam [mailto:adam.d...@beumergroup.com] > Sent: Montag, 19. Nove

RE: German 'ue' -> 'u' conversion

2012-11-19 Thread Dyga, Adam
Yes, that would solve my question 2. I can convert all umlauts to 'ue', 'ae', etc form before the tokens get to other filters and it should work fine. Thanks, Adam -Original Message- From: Igal @ getRailo.org [mailto:i...@getrailo.org] Sent: 19 listopada 2012

TextField constructors

2013-01-20 Thread Adam Rauch
"java-user" instead of "solr-user." Thanks, Adam

similar ArrayIndexOutOfBoundsException on searching and optimizing

2006-04-21 Thread Adam Constabaris
This is a puzzler, I'm not sure if I'm doing something wrong or whether I have a poisoned document, a corrupted index (failing to close my IndexModifier properly?) or what. The setup is this: I have two processes (the backend and frontend of a CMS) that run in two different VMs -- both use Luc

Re: [Spam:5.0] Re: similar ArrayIndexOutOfBoundsException on searching and optimizing

2006-05-23 Thread Adam Constabaris
Patrick Kimber wrote: Hi Adam We are getting the same error. Did you manage to work out what was causing the problem? Thanks Patrick I can't say anything definitive about this, but I think it was due to a corrupted index; on the hunch that the index creation/update threads were rel

lucene-web demo is not working?

2006-06-05 Thread Adam Saeed
Generated servlet error: The method parse(String) in the type QueryParser is not applicable for the arguments (String, String, Analyzer) I am not a java guy, i modified the QueryParser object at result.jsp, but not get the result. Thanks Adam

lucene with mysql integration

2006-06-05 Thread Adam Saeed
Can some body help me to integrate without coding all the stuff ; lucene with mysql. is there any startup document for a Newbie Java person for lucene with mysql? Thanks Adam - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: lucene-web demo is not working?

2006-06-05 Thread Adam Saeed
Thanks, its running fine now. Thanks again Adam Daniel Naber wrote: On Montag 05 Juni 2006 19:16, Adam Saeed wrote: Generated servlet error: The method parse(String) in the type QueryParser is not applicable for the arguments (String, String, Analyzer) There's a bug in that

create index through db for System Admin

2006-06-14 Thread Adam Saeed
How could we create index through database, in lucene as a System Admin point of view? Thanks Adam - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

create index through db for System Admin

2006-06-14 Thread Adam Saeed
How could we create index through database, in lucene as a System Admin point of view, using PHP, MYSQL? Thanks Adam - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]