[jira] Created: (SOLR-1278) Near Realtime Search

2009-07-14 Thread Jason Rutherglen (JIRA)
Near Realtime Search Key: SOLR-1278 URL: https://issues.apache.org/jira/browse/SOLR-1278 Project: Solr Issue Type: New Feature Components: replication (java), search, update Affects Versions: 1.4

[jira] Closed: (SOLR-564) Realtime search in Solr

2009-07-14 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-564?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen closed SOLR-564. - Resolution: Invalid Realtime search in Solr --- Key: SOLR

Re: Realtime Search for Social Networks Collaboration

2008-09-03 Thread Jason Rutherglen
interested in realtime search to get involved as it may be something that is difficult for one company to have enough resources to implement to a production level. I think this is where open source collaboration is particularly useful. Cheers, Jason Rutherglen [EMAIL PROTECTED] On Wed, Sep 3, 2008 at 4

[jira] Updated: (SOLR-564) Realtime search in Solr

2008-06-02 Thread Jason Rutherglen (JIRA)
. Depends on SOLR-568, SOLR-567, Lucene contrib InstantiatedIndex, LUCENE-1289, jdom, commons-io, commons-lang, geoapi-nogenerics-2.1-M2.jar, gt2-referencing-2.3.2.jar. Not sure what to do with heavily modified net.sourceforge.jsorter code (it is Apache license). Realtime search in Solr

Re: [jira] Updated: (SOLR-564) Realtime search in Solr

2008-06-02 Thread Noble Paul നോബിള്‍ नोब्ळ्
. Depends on SOLR-568, SOLR-567, Lucene contrib InstantiatedIndex, LUCENE-1289, jdom, commons-io, commons-lang, geoapi-nogenerics-2.1-M2.jar, gt2-referencing-2.3.2.jar. Not sure what to do with heavily modified net.sourceforge.jsorter code (it is Apache license). Realtime search in Solr

Re: Realtime search

2008-05-22 Thread Grant Ingersoll
On May 11, 2008, at 9:31 AM, Jason Rutherglen wrote: It would be best to merge the Ocean code into Solr. +1. Looks like an interesting and needed idea, and no sense in duplicating efforts, if you're willing to help out here (which it seems you already are!) -Grant

[jira] Commented: (SOLR-564) Realtime search in Solr

2008-05-20 Thread Jason Rutherglen (JIRA)
will be placed in SOLR-567. The Ocean Solr code patch will be attached to this issue. Realtime search in Solr --- Key: SOLR-564 URL: https://issues.apache.org/jira/browse/SOLR-564 Project: Solr Issue Type: New

[jira] Commented: (SOLR-564) Realtime search in Solr

2008-05-16 Thread Hoss Man (JIRA)
. this sounds akin to LUCENE-831 .. it should probably be dealt with at the Lucene level before attempting any big hoop jumping in Solr Realtime search in Solr --- Key: SOLR-564 URL: https://issues.apache.org/jira/browse/SOLR-564

[jira] Commented: (SOLR-564) Realtime search in Solr

2008-05-10 Thread Otis Gospodnetic (JIRA)
!) Realtime search in Solr --- Key: SOLR-564 URL: https://issues.apache.org/jira/browse/SOLR-564 Project: Solr Issue Type: New Feature Components: replication, search Affects Versions: 1.3

[jira] Created: (SOLR-564) Realtime search in Solr

2008-05-06 Thread Jason Rutherglen (JIRA)
Realtime search in Solr --- Key: SOLR-564 URL: https://issues.apache.org/jira/browse/SOLR-564 Project: Solr Issue Type: New Feature Components: replication, search Affects Versions: 1.3 Reporter

[jira] Updated: (SOLR-564) Realtime search in Solr

2008-05-06 Thread Jason Rutherglen (JIRA)
in realtime search because after every update the doclists are no longer valid. The doclist caching and handling is default in SolrCore. Ocean relies on a custom threaded MultiSearcher rather than a single IndexSearcher is a difficulty. DirectUpdateHandler2 works directly on IndexWriter