[jira] Commented: (LUCENE-874) Automatic reopen of IndexSearcher/IndexReader

2007-05-07 Thread JIRA
[ https://issues.apache.org/jira/browse/LUCENE-874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12494026 ] João Fonseca commented on LUCENE-874: - > I would consider a JMS solution on top of NotifiableIndex (or your own

Re: Nightly javadocs not being updated?

2007-05-07 Thread Grant Ingersoll
On Apr 30, 2007, at 3:43 PM, Chris Hostetter wrote: : The main site link has been updated, but I suppose bookmarks, etc. : have not. I have put in a redirect but it might take a little while : to go live. Not sure why I didn't before. The cron is still sorry, it didn't even occur to be to

Scope-based crawling and indexing

2007-05-07 Thread Vikas
Hi All: Can I make nutch to crawl and create separate indices based on scope , where scope is determined from the querystring? For example: Let's assume that I'm having URL like: http://localhost/admin/orchindex/crawl.asp?lCrpID=0&lPrjID=609&lStrtID=3605&l then, lCrpId=0 is one scope lCorpi

Re: Nightly javadocs not being updated?

2007-05-07 Thread Doug Cutting
Grant Ingersoll wrote: I'm confused ... why only copy the forrest generated files and not the javadoc generated files? ... i thought the plan was to rely on real flat files on lucene.apache.org to keep the URLs nice and clean and protect ourselves against the possibility of Hudson (or the whole l

Re: Nightly javadocs not being updated?

2007-05-07 Thread Grant Ingersoll
On May 7, 2007, at 12:21 PM, Doug Cutting wrote: Grant Ingersoll wrote: I'm confused ... why only copy the forrest generated files and not the javadoc generated files? ... i thought the plan was to rely on real flat files on lucene.apache.org to keep the URLs nice and clean and protect ou

Various Ideas from ApacheCon

2007-05-07 Thread Grant Ingersoll
Hey Gang, Back from ApacheCon in Amsterdam, and thought I would give a bit of a report on a few things that were interesting related to Lucene. First off, there was a very high level of interest in Lucene and Solr, which was great to see. In doing a training and a talk, couple of things t

Re: Various Ideas from ApacheCon

2007-05-07 Thread robert engels
I think the 'updating documents' issue is almost always related to unique document updates, where there exists some "primary unique key" for the document. Is this true? If so, maybe a de-facto standard like a indexed/stored/non-tokenized field of OID should be used. if so, it would be eas

Re: Various Ideas from ApacheCon

2007-05-07 Thread Ian Holsman
Grant Ingersoll wrote: 2. How does Lucene search compare w/ using built in DB search? Has anyone done a study comparing Lucene performance/quality to the likes of MySQL/Postgres/Oracle? Related question is always on how to integrate the two. Hi Grant. when we initially investigated using

Re: Nightly javadocs not being updated?

2007-05-07 Thread Chris Hostetter
: I don't see that nightly builds need to be on lucene.apache.org. : lucene.zones.apache.org is a fine host for such build artifacts. No one : should rely on nightly builds. These are not releases, and, for legal : reasons, we should not not make them look like releases. i have no opinion about

[jira] Commented: (LUCENE-873) nightly builds depend on clover

2007-05-07 Thread Michael Pelz-Sherman (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12494161 ] Michael Pelz-Sherman commented on LUCENE-873: - Verified this today. Thanks, Nigel! :-) > nightly builds

Re: Various Ideas from ApacheCon

2007-05-07 Thread Grant Ingersoll
Yep, my advice always is use a db for what a db is designed for (set manipulation) and use Lucene for what it is good for, but some people were commenting that DB text search is improving in terms of quality. I could see that if flex. indexing gets implemented, that we could implement other

Re: Various Ideas from ApacheCon

2007-05-07 Thread Chris Hostetter
: I think the 'updating documents' issue is almost always related to : unique document updates, where there exists some "primary unique key" : for the document. Is this true? : if so, it would be easy to add the following to IndexModifer: : : addDocument(Document) : updateDocument(Document) the

Re: Various Ideas from ApacheCon

2007-05-07 Thread Chris Hostetter
: Yep, my advice always is use a db for what a db is designed for (set : manipulation) and use Lucene for what it is good for, but some people careful how you word that advice ... Solr's first use case was faceted browsing because using Lucene to generate BitSets and computing the intersection co

Re: Various Ideas from ApacheCon

2007-05-07 Thread robert engels
I am not sure I agree with that. Document management systems are quite common these days, and people are used to "checking out" a document, making changes, and checking the entire document back in. In many ways Lucene can be viewed as a self-contained document mngt system if you store eve

Re: Various Ideas from ApacheCon

2007-05-07 Thread Chris Hostetter
: I am not sure I agree with that. i don't think i understand what part you don't agree with :) : Document management systems are quite common these days, and people : are used to "checking out" a document, making changes, and checking : the entire document back in. : : In many ways Lucene can b