[jira] Commented: (SOLR-1395) Integrate Katta

2009-10-25 Thread pravin karne (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12769917#action_12769917 ] pravin karne commented on SOLR-1395: Hi, i have integrate above path successfully.But wh

Re: Another RC

2009-10-25 Thread Chris Hostetter
: I've recently tested the latest stable Jetty (6.1.21) ... so we can : avoid some duplication, has anyone tested with the latest tomcat, : resin, or other popular servlet containers? I've done some basic testing on apache-tomcat-6.0.20 -- nothing strenuous, but basic functionality all seemed to

Re: svn commit: r829663 - in /lucene/solr/trunk: site/tutorial.html site/tutorial.pdf src/site/src/documentation/content/xdocs/tutorial.xml

2009-10-25 Thread Chris Hostetter
Whoa ... Typos are nothing new to the Solr documentation, but i think this is the first time I've been the one to notice a type in something someone else wrote... : +We can facet multile ways at the same time. The following example adds in a facet on the Also, the URLs in the highlighti

Re: Another RC

2009-10-25 Thread Bill Au
So far so good on Resin 3.0.x (that's not the latest version of Resin). Bill On Sun, Oct 25, 2009 at 6:07 PM, Ryan McKinley wrote: > I've been testing with jetty 7.0.0.v20091005, and everything works good so > far.. > > > > On Oct 25, 2009, at 3:59 PM, Yonik Seeley wrote: > > If all goes well

Re: Funny Null checking in ReplicationHandler

2009-10-25 Thread Yonik Seeley
done. r829682 -Yonik http://www.lucidimagination.com On Sun, Oct 25, 2009 at 8:36 AM, Yonik Seeley wrote: > On Sun, Oct 25, 2009 at 8:28 AM, Mark Miller wrote: >> >>        RefCounted s = core.getNewestSearcher(false); >>        try { >>          IndexReader reader = s==null ? null : s.get()

[jira] Updated: (SOLR-236) Field collapsing

2009-10-25 Thread Martijn van Groningen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martijn van Groningen updated SOLR-236: --- Attachment: field-collapse-5.patch I have attached a new patch which includes a major r

Re: Another RC

2009-10-25 Thread Ryan McKinley
I've been testing with jetty 7.0.0.v20091005, and everything works good so far.. On Oct 25, 2009, at 3:59 PM, Yonik Seeley wrote: If all goes well in lucene-land 2.9.1 should start a vote on Monday sometime... I've recently tested the latest stable Jetty (6.1.21) ... so we can avoid some

Re: Another RC

2009-10-25 Thread Yonik Seeley
If all goes well in lucene-land 2.9.1 should start a vote on Monday sometime... I've recently tested the latest stable Jetty (6.1.21) ... so we can avoid some duplication, has anyone tested with the latest tomcat, resin, or other popular servlet containers? -Yonik http://www.lucidimagination.com

Re: Funny Null checking in ReplicationHandler

2009-10-25 Thread Yonik Seeley
On Sun, Oct 25, 2009 at 8:28 AM, Mark Miller wrote: > >        RefCounted s = core.getNewestSearcher(false); >        try { >          IndexReader reader = s==null ? null : s.get().getReader(); >          if (reader!=null && reader.getIndexCommit() != null && > reader.getIndexCommit().getGeneratio

Funny Null checking in ReplicationHandler

2009-10-25 Thread Mark Miller
RefCounted s = core.getNewestSearcher(false); try { IndexReader reader = s==null ? null : s.get().getReader(); if (reader!=null && reader.getIndexCommit() != null && reader.getIndexCommit().getGeneration() != 1L) { If getNewestSearcher(false) happens to return