[jira] [Commented] (LUCENE-3108) Land DocValues on trunk

2011-05-17 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13035017#comment-13035017 ] Michael McCandless commented on LUCENE-3108: This is an awesome change! Phew

[jira] [Commented] (LUCENE-3104) Hook up Automated Patch Checking for Lucene/Solr

2011-05-17 Thread allen fu (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13035021#comment-13035021 ] allen fu commented on LUCENE-3104: -- hi,Grant Ingersoll,I got a question about

[jira] [Commented] (LUCENE-3104) Hook up Automated Patch Checking for Lucene/Solr

2011-05-17 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13035028#comment-13035028 ] Grant Ingersoll commented on LUCENE-3104: - Allen, please ask your questions on

Fuzzy search always returning docs sorted by the highest match

2011-05-17 Thread Guilherme Aiolfi
I'm re-sending my first message because I've just received the mailing-list confirmation. If it's a duplicated, forget about this one. Hi, I want to do a fuzzy search and always return documents no matter what the score. So, to do this, I'm tried sorting by strdist() in solr 3.1. It worked great

[jira] [Commented] (SOLR-2193) Re-architect Update Handler

2011-05-17 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2193?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13035051#comment-13035051 ] Mark Miller commented on SOLR-2193: --- If we go with this separate softAutoCommit as an

Fuzzy search always returning docs sorted by the highest match

2011-05-17 Thread Guilherme Aiolfi
Hi, I want to do a fuzzy search and always return documents no matter what the score. So, to do this, I'm tried sorting by strdist() in solr 3.1. It worked great and does ALMOST exactly what I wanted. The problem is that the algorithms supported jw, ngram and edit are not the best fit for my

[jira] [Issue Comment Edited] (SOLR-1395) Integrate Katta

2011-05-17 Thread Jamie Johnson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13034887#comment-13034887 ] Jamie Johnson edited comment on SOLR-1395 at 5/17/11 9:23 PM: --

[jira] [Commented] (SOLR-2500) TestSolrCoreProperties sometimes fails with no such core: core0

2011-05-17 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13035070#comment-13035070 ] Uwe Schindler commented on SOLR-2500: - I get crazy with that test... It passes

[jira] [Commented] (SOLR-2193) Re-architect Update Handler

2011-05-17 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2193?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13035075#comment-13035075 ] Grant Ingersoll commented on SOLR-2193: --- Crazy idea: drop the notion of commits all

Building from Eclipse

2011-05-17 Thread Daniel Serodio (lists)
I'm a newbie Solr user, and I'm trying to build Solr 3.1.0 from Eclipse. On the Solr wiki I found Paolo Castagna's .classpath and .project files for setting up Eclipse, but I couldn't build Lucene because it's missing src/demo/ I removed this source folder from .classpath but now it's missing

Re: Building from Eclipse

2011-05-17 Thread Tom Hill
try just doing ant eclipse To generate the project for eclipse. Tom On Tue, May 17, 2011 at 3:40 PM, Daniel Serodio (lists) daniel.lis...@xxx.com.br wrote: I'm a newbie Solr user, and I'm trying to build Solr 3.1.0 from Eclipse. On the Solr wiki I found Paolo Castagna's .classpath and

[jira] [Updated] (LUCENE-3104) Hook up Automated Patch Checking for Lucene/Solr

2011-05-17 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll updated LUCENE-3104: Attachment: LUCENE-3104.patch Totally non-working patch, likely located in the wrong

[jira] [Commented] (SOLR-2193) Re-architect Update Handler

2011-05-17 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2193?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13035112#comment-13035112 ] Hoss Man commented on SOLR-2193: bq. I think that commitWithin should mean soft commit.

Re: Apache Jenkins emails

2011-05-17 Thread Marvin Humphrey
On Tue, May 17, 2011 at 04:01:41PM -0400, Robert Muir wrote: If you don't care about tests at all, you can easily filter this stuff with your email client by looking for [JENKINS]. Yeah, it's just one more straw. My real problem is that I try to consume this list via an email client rather

Re: Building from Eclipse

2011-05-17 Thread Daniel Serodio
It created a .classpath, but not a .project file. Regards, Daniel Serodio Tom Hill wrote: try just doing ant eclipse To generate the project for eclipse. Tom On Tue, May 17, 2011 at 3:40 PM, Daniel Serodio (lists) daniel.lis...@xxx.com.br wrote: I'm a newbie Solr user, and I'm trying to

[jira] [Created] (SOLR-2523) SolrJ QueryResponse doesn't support range facets

2011-05-17 Thread Martijn van Groningen (JIRA)
SolrJ QueryResponse doesn't support range facets Key: SOLR-2523 URL: https://issues.apache.org/jira/browse/SOLR-2523 Project: Solr Issue Type: Improvement Components: clients - java

[jira] [Updated] (SOLR-2523) SolrJ QueryResponse doesn't support range facets

2011-05-17 Thread Martijn van Groningen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martijn van Groningen updated SOLR-2523: Description: It is possible to get date facets and pivot facets in SolrJ.

Re: Building from Eclipse

2011-05-17 Thread Minh Doan
Hi Daniel, You can try svn in eclipse. And then run ant eclipse, and right click the project, choose refresh On Tue, May 17, 2011 at 4:02 PM, Daniel Serodio dsero...@mandic.com.brwrote: It created a .classpath, but not a .project file. Regards, Daniel Serodio Tom Hill wrote: try just

[jira] [Created] (SOLR-2524) Adding grouping to Solr 3x

2011-05-17 Thread Martijn van Groningen (JIRA)
Adding grouping to Solr 3x -- Key: SOLR-2524 URL: https://issues.apache.org/jira/browse/SOLR-2524 Project: Solr Issue Type: New Feature Affects Versions: 3.2 Reporter: Martijn van Groningen Grouping

[jira] [Updated] (LUCENE-3104) Hook up Automated Patch Checking for Lucene/Solr

2011-05-17 Thread allen fu (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] allen fu updated LUCENE-3104: - Comment: was deleted (was: hi,Grant Ingersoll,I got a question about

[jira] [Commented] (LUCENE-3102) Few issues with CachingCollector

2011-05-17 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13035188#comment-13035188 ] Shai Erera commented on LUCENE-3102: Committed revision 1104680 (3x). Committed

Re: Building from Eclipse

2011-05-17 Thread Varun Thacker
I used this page to get started. http://wiki.apache.org/solr/HowToContribute#Development_Environment_Tips Hope this helps On Wed, May 18, 2011 at 4:54 AM, Minh Doan daywed...@gmail.com wrote: Hi Daniel, You can try svn in eclipse. And then run ant eclipse, and right click the project,

[jira] [Updated] (LUCENE-2091) Add BM25 Scoring to Lucene

2011-05-17 Thread Shrinath (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2091?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shrinath updated LUCENE-2091: - Comment: was deleted (was: Hi, Don't be harsh if I am asking this in a wrong place, but could

[jira] [Created] (SOLR-2525) Date Faceting or Range Faceting with offset doesn't convert timezone

2011-05-17 Thread Rohit Gupta (JIRA)
Date Faceting or Range Faceting with offset doesn't convert timezone Key: SOLR-2525 URL: https://issues.apache.org/jira/browse/SOLR-2525 Project: Solr Issue Type: Bug

<    1   2