Re: Lucene appreciation

2005-01-06 Thread Sven Duzont
Hello,

Nice work, this mail is just to say that you already have a french concurrent ;)
www.keljob.com

For now, it's a sql server search engine, but we are planning to implement 
lucene in two or three months.
Of course, we don't handle the same jobs volume (165,000 jobs vs
1,756,000) so it's reasonably  fast,
Concerning the crawler, we use a proprietary robot made in C/C++, we
plan to move to a java  open src solution this year.
we already have a nice experience with lucene (with jakarta James)
implemented for a recruiter tool (emailed job applications management)
Also planning to implement it (maybe in association with Carrot²) in a
resume search engine.
Lot of work to be done this year so :)

-- 
 Sven Duzont[EMAIL PROTECTED]

38, rue du Sentier / 75002 Paris
Tél. : 00 33 (1) 40 13 63 30
Fax  : 00 33 (1) 40 13 01 84

En Octobre 2004 le Groupe Keljob c’est : 
* Le 1er acteur du e-recrutement,
* 477 000 abonnements à l'alerte email, 
* 125 000 CV de moins de 6 mois,
* 6 300 000 annonces lues,
* 2 488 599 visites.


jeudi 16 décembre 2004, 17:26:22, vous avez écrit:


RK Hello fellow Lucene users,

RK I'd like to introduce myself and say thanks. We've recently launched
RK http://www.indeed.com, a search engine for jobs based on Lucene.  I'm
RK consistently impressed with the quality, professionalism and support of the
RK Lucene project and the Lucene community. This mailing list has been a great
RK help. I'd also like to give mention to some of the consultants who had a big
RK hand in making our project a reality ... Thank you Otis, Aviran, Sergiu 
RK Dawid.

RK As for our project, we're in beta and would love to get your feedback. The
RK index size is currently ~1.8m jobs. My personal email address is rony a_t
RK indeed.com. If you are interested in Lucene work you can set up an rss feed
RK or email alert from here:
RK http://www.indeed.com/search?q=lucenesort=date 

RK Is it possible to be added to the Wiki Powered By page?

RK Thanks Everyone,
RK Rony


RK Indeed.com - one search. all Jobs.
RK http://www.indeed.com


RK -
RK To unsubscribe, e-mail: [EMAIL PROTECTED]
RK For additional commands, e-mail:
RK [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



NegativeArraySizeException when creating a new IndexSearcher

2004-08-23 Thread Sven
 Hi Doug!

Thank you very much for your answer! It solved the problem. I found an
1.3-version next to the 1.4-version and after removing the old one it works
for fine now, as you said. Thanks again!
Sven
Date: Fri, 20 Aug 2004 14:08:57 -0700
From: Doug Cutting [EMAIL PROTECTED]
Subject: NegativeArraySizeException when creating a new IndexSearcher
Content-Type: text/plain; charset=us-ascii; format=flowed

Looks to me like you're using an older version of Lucene on your Linux
box.  The code is back-compatible, it will read old indexes, but Lucene
1.3 cannot read indexes created by Lucene 1.4, and will fail in the way
you describe.

Doug

Sven wrote:
 Hi!

 I have a problem to port a Lucene based knowledgebase from Windows to
Linux.
 On Windows it works fine whereas I get a NegativeArraySizeException on
Linux
 when I try to initialise a new IndexSearcher to search the index. Deleting
 and rebuilding the index didn't help. I checked permissions, file path and
 lock_dir but as far as I can say they seem to be all right. As I couldn't
 find another one with the same problem I guess I've overlooked sth, but
I've
 run out of ideas. I use lucene-1.4-rc2 and tomcat 5.0.18. Can someone help
 me please with this or has an idea?

 Kind regards,
 Sven

 java.lang.NegativeArraySizeException
  at

org.apache.lucene.index.TermInfosReader.readIndex(TermInfosReader.java:106)
  at
org.apache.lucene.index.TermInfosReader.init(TermInfosReader.java:82)
  at org.apache.lucene.index.SegmentReader.init(SegmentReader.java:141)
  at org.apache.lucene.index.SegmentReader.init(SegmentReader.java:120)
  at org.apache.lucene.index.IndexReader$1.doBody(IndexReader.java:118)
  at org.apache.lucene.store.Lock$With.run(Lock.java:148)
  at org.apache.lucene.index.IndexReader.open(IndexReader.java:111)
  at org.apache.lucene.index.IndexReader.open(IndexReader.java:99)
  at org.apache.lucene.search.IndexSearcher.init(IndexSearcher.java:75)
  at

com.sykon.knowledgebase.action.ListQueryResultAction.act(ListQueryResultActi
 on.java:134)
  at

org.apache.cocoon.components.treeprocessor.sitemap.ActTypeNode.invoke(ActTyp
 eNode.java:159)
  at

org.apache.cocoon.components.treeprocessor.sitemap.ActionSetNode.call(Action
 SetNode.java:121)
  at

org.apache.cocoon.components.treeprocessor.sitemap.ActSetNode.invoke(ActSetN
 ode.java:98)
  at

org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invo
 keNodes(AbstractParentProcessingNode.java:84)
  at

org.apache.cocoon.components.treeprocessor.sitemap.PreparableMatchNode.invok
 e(PreparableMatchNode.java:165)
  at

org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invo
 keNodes(AbstractParentProcessingNode.java:107)
  at

org.apache.cocoon.components.treeprocessor.sitemap.PipelineNode.invoke(Pipel
 ineNode.java:162)
  at

org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invo
 keNodes(AbstractParentProcessingNode.java:107)
  at

org.apache.cocoon.components.treeprocessor.sitemap.PipelinesNode.invoke(Pipe
 linesNode.java:136)
  at

org.apache.cocoon.components.treeprocessor.TreeProcessor.process(TreeProcess
 or.java:371)
  at

org.apache.cocoon.components.treeprocessor.TreeProcessor.process(TreeProcess
 or.java:312)
  at

org.apache.cocoon.components.treeprocessor.sitemap.MountNode.invoke(MountNod
 e.java:133)
  at

org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invo
 keNodes(AbstractParentProcessingNode.java:84)
  at

org.apache.cocoon.components.treeprocessor.sitemap.PreparableMatchNode.invok
 e(PreparableMatchNode.java:165)
  at

org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invo
 keNodes(AbstractParentProcessingNode.java:107)
  at

org.apache.cocoon.components.treeprocessor.sitemap.PipelineNode.invoke(Pipel
 ineNode.java:162)
  at

org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invo
 keNodes(AbstractParentProcessingNode.java:107)
  at

org.apache.cocoon.components.treeprocessor.sitemap.PipelinesNode.invoke(Pipe
 linesNode.java:136)
  at

org.apache.cocoon.components.treeprocessor.TreeProcessor.process(TreeProcess
 or.java:371)
  at

org.apache.cocoon.components.treeprocessor.TreeProcessor.process(TreeProcess
 or.java:312)
  at org.apache.cocoon.Cocoon.process(Cocoon.java:656)
  at
org.apache.cocoon.servlet.CocoonServlet.service(CocoonServlet.java:1112)
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
  at

org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
 FilterChain.java:284)
  at

org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
 ain.java:204)
  at

org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.
 java:742)
  at

org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDis
 patcher.java:506)
  at

org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatch
 er.java:443

NegativeArraySizeException when creating a new IndexSearcher

2004-08-18 Thread Sven
Hi!

I have a problem to port a Lucene based knowledgebase from Windows to Linux.
On Windows it works fine whereas I get a NegativeArraySizeException on Linux
when I try to initialise a new IndexSearcher to search the index. Deleting
and rebuilding the index didn't help. I checked permissions, file path and
lock_dir but as far as I can say they seem to be all right. As I couldn't
find another one with the same problem I guess I've overlooked sth, but I've
run out of ideas. I use lucene-1.4-rc2 and tomcat 5.0.18. Can someone help
me please with this or has an idea?

Kind regards,
Sven

java.lang.NegativeArraySizeException
 at
org.apache.lucene.index.TermInfosReader.readIndex(TermInfosReader.java:106)
 at org.apache.lucene.index.TermInfosReader.init(TermInfosReader.java:82)
 at org.apache.lucene.index.SegmentReader.init(SegmentReader.java:141)
 at org.apache.lucene.index.SegmentReader.init(SegmentReader.java:120)
 at org.apache.lucene.index.IndexReader$1.doBody(IndexReader.java:118)
 at org.apache.lucene.store.Lock$With.run(Lock.java:148)
 at org.apache.lucene.index.IndexReader.open(IndexReader.java:111)
 at org.apache.lucene.index.IndexReader.open(IndexReader.java:99)
 at org.apache.lucene.search.IndexSearcher.init(IndexSearcher.java:75)
 at
com.sykon.knowledgebase.action.ListQueryResultAction.act(ListQueryResultActi
on.java:134)
 at
org.apache.cocoon.components.treeprocessor.sitemap.ActTypeNode.invoke(ActTyp
eNode.java:159)
 at
org.apache.cocoon.components.treeprocessor.sitemap.ActionSetNode.call(Action
SetNode.java:121)
 at
org.apache.cocoon.components.treeprocessor.sitemap.ActSetNode.invoke(ActSetN
ode.java:98)
 at
org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invo
keNodes(AbstractParentProcessingNode.java:84)
 at
org.apache.cocoon.components.treeprocessor.sitemap.PreparableMatchNode.invok
e(PreparableMatchNode.java:165)
 at
org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invo
keNodes(AbstractParentProcessingNode.java:107)
 at
org.apache.cocoon.components.treeprocessor.sitemap.PipelineNode.invoke(Pipel
ineNode.java:162)
 at
org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invo
keNodes(AbstractParentProcessingNode.java:107)
 at
org.apache.cocoon.components.treeprocessor.sitemap.PipelinesNode.invoke(Pipe
linesNode.java:136)
 at
org.apache.cocoon.components.treeprocessor.TreeProcessor.process(TreeProcess
or.java:371)
 at
org.apache.cocoon.components.treeprocessor.TreeProcessor.process(TreeProcess
or.java:312)
 at
org.apache.cocoon.components.treeprocessor.sitemap.MountNode.invoke(MountNod
e.java:133)
 at
org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invo
keNodes(AbstractParentProcessingNode.java:84)
 at
org.apache.cocoon.components.treeprocessor.sitemap.PreparableMatchNode.invok
e(PreparableMatchNode.java:165)
 at
org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invo
keNodes(AbstractParentProcessingNode.java:107)
 at
org.apache.cocoon.components.treeprocessor.sitemap.PipelineNode.invoke(Pipel
ineNode.java:162)
 at
org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invo
keNodes(AbstractParentProcessingNode.java:107)
 at
org.apache.cocoon.components.treeprocessor.sitemap.PipelinesNode.invoke(Pipe
linesNode.java:136)
 at
org.apache.cocoon.components.treeprocessor.TreeProcessor.process(TreeProcess
or.java:371)
 at
org.apache.cocoon.components.treeprocessor.TreeProcessor.process(TreeProcess
or.java:312)
 at org.apache.cocoon.Cocoon.process(Cocoon.java:656)
 at org.apache.cocoon.servlet.CocoonServlet.service(CocoonServlet.java:1112)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
 at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
FilterChain.java:284)
 at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
ain.java:204)
 at
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.
java:742)
 at
org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDis
patcher.java:506)
 at
org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatch
er.java:443)
 at
org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher
.java:359)
 at
org.apache.jasper.runtime.PageContextImpl.doForward(PageContextImpl.java:712
)
 at
org.apache.jasper.runtime.PageContextImpl.forward(PageContextImpl.java:682)
 at
org.apache.jsp.knowlegebase.controller_jsp._jspService(controller_jsp.java:8
44)
 at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:133)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
 at
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:3
11)
 at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:301)
 at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:248)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:856