Re: Problems with Lucene and Solr

2014-01-24 Thread Doug Turnbull
Hey Vishnu, I'm trying to understand what you're trying to accomplish (cc'ing Lucene user group to solicit additional advice) Are you trying to extract all the terms for a given document? If so, you might just want to enable term vectors to analyze the index terms for the document. -Doug On Fri

Re: Problems with Lucene 3.0.2 and Java 1.6.0_12

2010-08-19 Thread Michael McCandless
Phew... thanks for bringing closure! And, good sleuthing. So the takeaway is JRE 1.6.0_12 = BAD and JRE 1.6.0_21 = GOOD. Mike On Wed, Aug 18, 2010 at 10:48 PM, Nader, John P wrote: > > This is a follow up related to my original post Term browsing performance > problems with our upgrade to Luc

Re: Problems with Lucene

2006-06-02 Thread Alberto Marquÿffffe9s
Impossible to make it work nor if it wants invoking to the SearchFiles class main of demo. Nobody to worked with JSF + Lucene, as soon as is a class of the IndexReader type to reader = IndexReader.open(index) any class of Lucene. >> Problems with Lucene executing from Web with jsf. I do no

Re: Problems with Lucene

2006-06-01 Thread N Hira
Alberto, It might be helpful if you would provide the full stack-trace. We use Lucene with our web application like many other projects. I can assure you that there is no basic incompatibility, but you may indeed be experiencing something specific to your environment. -h Alberto Marqu�ff

Re: Problems with Lucene

2006-06-01 Thread Erik Hatcher
Rest assured that Lucene has no incompatibilities with JSF or any other Java web technology. I don't have specific advice for you since I do not use JSF, but all Java web applications require dependent libraries be in WEB-INF/lib. Again, the error message you've shown has nothing that poi

Re: Problems with Lucene

2006-06-01 Thread Alberto Marquÿffffe9s
The code works with a Java class main(). But to the being executed from JSF this not saying to me that there are problems of mutual incompatibility when recommending to me Erik Hatcher <[EMAIL PROTECTED]> escribió: On Jun 1, 2006, at 4:29 AM, Alberto Marquÿe9s wrote: > That is truth but whe

Re: Problems with Lucene

2006-06-01 Thread Alberto Marquÿffffe9s
I cosay works with a Java class main(). But to the being executed from JSF this not saying to me that there are problems of mutual incompatibility when recommending to me Tapestry. Erik Hatcher <[EMAIL PROTECTED]> escribió: On Jun 1, 2006, at 4:29 AM, Alberto Marquÿe9s wrote: > That is trut

Re: Problems with Lucene

2006-06-01 Thread Erik Hatcher
On Jun 1, 2006, at 4:29 AM, Alberto Marquÿe9s wrote: That is truth but when executing from jsf it gives east error. I want to know if pués is some subject of mutual incompatibility from a class main works these sentences are the adapted ones to execute from an application Web? There i

Re: Problems with Lucene

2006-06-01 Thread Alberto Marquÿffffe9s
That is truth but when executing from jsf it gives east error. I want to know if pués is some subject of mutual incompatibility from a class main works these sentences are the adapted ones to execute from an application Web? Erik Hatcher <[EMAIL PROTECTED]> escribió: This is not a Lucene issue..

Re: Problems with Lucene

2006-06-01 Thread Erik Hatcher
This is not a Lucene issue... the stack trace mentions nothing about Lucene. Erik On Jun 1, 2006, at 3:33 AM, Alberto Marquÿe9s wrote: Problems with Lucene executing from Web with jsf. I do not understand because perhaps Lucene cannot be used in applications Web? This is the

Re: problems with lucene on a webhost account

2005-09-16 Thread Daniel Naber
On Friday 16 September 2005 23:32, Gasi wrote: > After uploading these on a real webserver , it didn't work because for > every search I had null results. So I found a solution-not a good > one-but it works: I indexed my data on the webhostingaccount. There must have been a different problem. Lu