[Lucene.Net] [jira] [Created] (LUCENENET-431) Spatial.Net Cartesian won't find docs in radius in certain cases

2011-07-05 Thread Olle Jacobsen (JIRA)
Spatial.Net Cartesian won't find docs in radius in certain cases Key: LUCENENET-431 URL: https://issues.apache.org/jira/browse/LUCENENET-431 Project: Lucene.Net Issue Type:

[jira] [Commented] (LUCENE-1768) NumericRange support for new query parser

2011-07-05 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13059707#comment-13059707 ] Uwe Schindler commented on LUCENE-1768: --- Hi Adriano, I will also review the patch

[jira] [Commented] (LUCENE-3228) build should allow you (especially hudson) to refer to a local javadocs installation instead of downloading

2011-07-05 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13059709#comment-13059709 ] Steven Rowe commented on LUCENE-3228: - I propose switching to the oracle.com link

[jira] [Commented] (LUCENE-3228) build should allow you (especially hudson) to refer to a local javadocs installation instead of downloading

2011-07-05 Thread Chris Male (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13059712#comment-13059712 ] Chris Male commented on LUCENE-3228: +1 build should allow you (especially hudson)

[jira] [Created] (SOLR-2633) Make SolrDispatchFilter testable and add tests

2011-07-05 Thread Edoardo Tosca (JIRA)
Make SolrDispatchFilter testable and add tests -- Key: SOLR-2633 URL: https://issues.apache.org/jira/browse/SOLR-2633 Project: Solr Issue Type: Improvement Components: search Affects

[jira] [Commented] (LUCENE-3273) Convert Lucene Core tests over to a simple MockQueryParser

2011-07-05 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13059823#comment-13059823 ] Michael McCandless commented on LUCENE-3273: Thanks Chris! Patch looks

Re: Issues with Grouping

2011-07-05 Thread Michael McCandless
You can purge entries from the field cache before your test finishes? Ie call FieldCache.DEFAULT.purge(IR). The problem is that will mask any real problems where insanity is unexpectedly being created. Or, maybe switch test over to using per-segment faceting? Then (I think?) no insanity should

[jira] [Updated] (LUCENE-2793) Directory createOutput and openInput should take an IOContext

2011-07-05 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker updated LUCENE-2793: -- Attachment: LUCENE-2793.patch Made the necessary changes and hopefully addressed all the

[jira] [Commented] (LUCENE-3275) SamplingAccumulatorTest hangs on Java 1.6.0u26

2011-07-05 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13059827#comment-13059827 ] Michael McCandless commented on LUCENE-3275: I wasn't able to get a hang on

Re: revisit naming for grouping/join?

2011-07-05 Thread Michael McCandless
On Mon, Jul 4, 2011 at 3:38 PM, Chris Hostetter hossman_luc...@fucit.org wrote: : Maybe modules/nesteddocuments (I think that's more descriptive than : subdocuments)? either way ... subdocuments has the advantage of being a shorter directory name. Yeah both are rather long... Maybe

[jira] [Commented] (SOLR-2633) Make SolrDispatchFilter testable and add tests

2011-07-05 Thread Edoardo Tosca (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2633?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13059833#comment-13059833 ] Edoardo Tosca commented on SOLR-2633: - As a first step i'm going to write some tests to

[jira] [Updated] (SOLR-2633) Make SolrDispatchFilter testable and add tests

2011-07-05 Thread Edoardo Tosca (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2633?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Edoardo Tosca updated SOLR-2633: Affects Version/s: (was: 4.0) 3.3 Make SolrDispatchFilter testable and

[jira] [Commented] (LUCENE-2208) Token div exceeds length of provided text sized 4114

2011-07-05 Thread Ahmet Arslan (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13059836#comment-13059836 ] Ahmet Arslan commented on LUCENE-2208: -- Hello, I am using very recent trunk, I

[jira] [Updated] (LUCENE-2793) Directory createOutput and openInput should take an IOContext

2011-07-05 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker updated LUCENE-2793: -- Attachment: LUCENE-2793.patch Made some more changes... Directory createOutput and

[jira] [Commented] (SOLR-2331) Refactor CoreContainer's SolrXML serialization code and improve testing

2011-07-05 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13059855#comment-13059855 ] Mark Miller commented on SOLR-2331: --- bq. one step further and pull out the load

[jira] [Resolved] (SOLR-2453) Solr should not wrap TokenStreams in a caching filter when using usePhraseHighlighter=true

2011-07-05 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller resolved SOLR-2453. --- Resolution: Duplicate Solr should not wrap TokenStreams in a caching filter when using

[jira] [Commented] (SOLR-2633) Make SolrDispatchFilter testable and add tests

2011-07-05 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2633?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13059877#comment-13059877 ] Mark Miller commented on SOLR-2633: --- bq. Therefore, I am proposing to refactor it to make

[jira] [Commented] (LUCENE-3228) build should allow you (especially hudson) to refer to a local javadocs installation instead of downloading

2011-07-05 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13059883#comment-13059883 ] Steven Rowe commented on LUCENE-3228: - bq. The Javadocs are always at same location

[jira] [Updated] (LUCENE-3233) HuperDuperSynonymsFilterâ„¢

2011-07-05 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-3233: Attachment: LUCENE-3233.patch patch with a first random test, this one currently does 10

[jira] [Commented] (LUCENE-3228) build should allow you (especially hudson) to refer to a local javadocs installation instead of downloading

2011-07-05 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13059894#comment-13059894 ] Uwe Schindler commented on LUCENE-3228: --- Sorry, you are right. I have it here, but

[JENKINS-MAVEN] Lucene-Solr-Maven-trunk #172: POMs out of sync

2011-07-05 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Maven-trunk/172/ No tests ran. Build Log (for compile errors): [...truncated 7422 lines...] - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands,

RE: [Lucene.Net] Is a Lucene.Net Line-by-Line Jave port needed?

2011-07-05 Thread Scott Lombard
Digy, Should your 2.9.4g be renamed to 3.0 something and then be released in the future as a 3.0 release? The current trunk could be released under the tag 2.9.4. Scott -Original Message- From: Digy [mailto:digyd...@gmail.com] Sent: Saturday, July 02, 2011 7:04 PM To:

[jira] [Created] (SOLR-2634) Publish nightly snapshots, please

2011-07-05 Thread Benson Margulies (JIRA)
Publish nightly snapshots, please - Key: SOLR-2634 URL: https://issues.apache.org/jira/browse/SOLR-2634 Project: Solr Issue Type: Improvement Components: Build Affects Versions: 3.4

[jira] [Updated] (LUCENE-3220) Implement various ranking models as Similarities

2011-07-05 Thread David Mark Nemeskey (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Mark Nemeskey updated LUCENE-3220: Attachment: LUCENE-3220.patch * log2() moved from DFRSimilarity to

[Lucene.Net] [jira] [Commented] (LUCENENET-418) LuceneTestCase should not have a static method could throw exceptions.

2011-07-05 Thread Digy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13059955#comment-13059955 ] Digy commented on LUCENENET-418: It fails in both builds. LuceneTestCase should not

[jira] [Commented] (SOLR-2634) Publish nightly snapshots, please

2011-07-05 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13059959#comment-13059959 ] Hoss Man commented on SOLR-2634: do most apache projects that use java do this? i don't

[jira] [Commented] (SOLR-2634) Publish nightly snapshots, please

2011-07-05 Thread Benson Margulies (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13059966#comment-13059966 ] Benson Margulies commented on SOLR-2634: Some project do, some don't. I am

[jira] [Commented] (SOLR-2634) Publish nightly snapshots, please

2011-07-05 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13059968#comment-13059968 ] Steven Rowe commented on SOLR-2634: --- bq. I am currently debugging a maven incompatibility

[jira] [Commented] (SOLR-2634) Publish nightly snapshots, please

2011-07-05 Thread Benson Margulies (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13059973#comment-13059973 ] Benson Margulies commented on SOLR-2634: Yes I do. When you ask the

[jira] [Updated] (SOLR-2633) Make SolrDispatchFilter testable and add tests

2011-07-05 Thread Edoardo Tosca (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2633?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Edoardo Tosca updated SOLR-2633: Attachment: SOLR-2633-tests-only.patch This is a first cut. The patch contains a new test class:

[jira] [Issue Comment Edited] (SOLR-2634) Publish nightly snapshots, please

2011-07-05 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13060032#comment-13060032 ] Steven Rowe edited comment on SOLR-2634 at 7/5/11 5:45 PM: ---

[jira] [Commented] (SOLR-2634) Publish nightly snapshots, please

2011-07-05 Thread Benson Margulies (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13060040#comment-13060040 ] Benson Margulies commented on SOLR-2634: Steve, Yes, a plain old HTML repo would

[JENKINS-MAVEN] Lucene-Solr-Maven-trunk #173: POMs out of sync

2011-07-05 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Maven-trunk/173/ 1 tests failed. FAILED: org.apache.solr.handler.XsltUpdateRequestHandlerTest.testUpdate Error Message: Cannot create XMLStreamReader or XMLEventReader from a javax.xml.transform.dom.DOMSource Stack Trace:

[jira] [Commented] (SOLR-2634) Publish nightly snapshots, please

2011-07-05 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13060053#comment-13060053 ] Ryan McKinley commented on SOLR-2634: - anything wrong with just adding the nightly repo

[jira] [Commented] (SOLR-2634) Publish nightly snapshots, please

2011-07-05 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13060054#comment-13060054 ] Steven Rowe commented on SOLR-2634: --- bq. I also think that the ant tasks could be asked

[jira] [Commented] (SOLR-2634) Publish nightly snapshots, please

2011-07-05 Thread Benson Margulies (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13060057#comment-13060057 ] Benson Margulies commented on SOLR-2634: I am guilty as charged of ducking. Give me

Re: revisit naming for grouping/join?

2011-07-05 Thread Ryan McKinley
either way ... subdocuments has the advantage of being a shorter directory name. Yeah both are rather long... Maybe modules/nested? modules/nesteddocs? I like modules/nested - To unsubscribe, e-mail:

[jira] [Created] (SOLR-2635) FieldAnalysisRequestHandler; Expose Filter- Tokenizer-Settings

2011-07-05 Thread Stefan Matheis (steffkes) (JIRA)
FieldAnalysisRequestHandler; Expose Filter- Tokenizer-Settings Key: SOLR-2635 URL: https://issues.apache.org/jira/browse/SOLR-2635 Project: Solr Issue Type: Improvement

[JENKINS-MAVEN] Lucene-Solr-Maven-trunk #174: POMs out of sync

2011-07-05 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Maven-trunk/174/ 1 tests failed. FAILED: org.apache.solr.handler.XsltUpdateRequestHandlerTest.testUpdate Error Message: Cannot create XMLStreamReader or XMLEventReader from a javax.xml.transform.dom.DOMSource Stack Trace:

[jira] [Updated] (LUCENE-3233) HuperDuperSynonymsFilterâ„¢

2011-07-05 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-3233: --- Attachment: LUCENE-3233.patch New patch, folding in Robert's changes and the random

[jira] [Created] (SOLR-2636) Explain doesn't deal with negative only queries completely correctly

2011-07-05 Thread Tom Hill (JIRA)
Explain doesn't deal with negative only queries completely correctly Key: SOLR-2636 URL: https://issues.apache.org/jira/browse/SOLR-2636 Project: Solr Issue Type: Bug

[jira] [Updated] (SOLR-2636) Explain doesn't deal with negative only queries completely correctly

2011-07-05 Thread Tom Hill (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2636?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tom Hill updated SOLR-2636: --- Attachment: SOLR-2636 Trivial patch which just fixes the call to explain. Explain doesn't deal with

[jira] [Assigned] (SOLR-2636) Explain doesn't deal with negative only queries completely correctly

2011-07-05 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2636?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley reassigned SOLR-2636: -- Assignee: Yonik Seeley Explain doesn't deal with negative only queries completely correctly

[jira] [Commented] (SOLR-2634) Publish nightly snapshots, please

2011-07-05 Thread Benson Margulies (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13060127#comment-13060127 ] Benson Margulies commented on SOLR-2634: That page about jars is obsolete, I'll do

[jira] [Commented] (SOLR-2634) Publish nightly snapshots, please

2011-07-05 Thread Benson Margulies (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13060129#comment-13060129 ] Benson Margulies commented on SOLR-2634: Olivier just pointed me at a potentially

Re: revisit naming for grouping/join?

2011-07-05 Thread Mike Sokolov
: Maybe modules/nested? modules/nesteddocs? modules/subdocs modules/nesteddocs modules/nested None of them scream this is the perfect name to me, but none of them scream dear lord this is a terrible idea either. Instinct says All other factors being equal, pick the

[jira] [Updated] (LUCENE-3233) HuperDuperSynonymsFilterâ„¢

2011-07-05 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-3233: --- Attachment: LUCENE-3233.patch New patch, adding dedup option to the builder,

[jira] [Created] (LUCENE-3276) Solr core Maven POM should include a dependency on wstx-asl stax parser

2011-07-05 Thread Steven Rowe (JIRA)
Solr core Maven POM should include a dependency on wstx-asl stax parser --- Key: LUCENE-3276 URL: https://issues.apache.org/jira/browse/LUCENE-3276 Project: Lucene - Java

[jira] [Updated] (LUCENE-3276) Solr core Maven POM should include a dependency on wstx-asl stax parser

2011-07-05 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Rowe updated LUCENE-3276: Attachment: LUCENE-3276.patch Patch adding runtime-scope wstx-asl dependency to Solr core POM.

[JENKINS-MAVEN] Lucene-Solr-Maven-trunk #175: POMs out of sync

2011-07-05 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Maven-trunk/175/ 1 tests failed. FAILED: org.apache.solr.handler.XsltUpdateRequestHandlerTest.testUpdate Error Message: Cannot create XMLStreamReader or XMLEventReader from a javax.xml.transform.dom.DOMSource Stack Trace:

Re: revisit naming for grouping/join?

2011-07-05 Thread Chris Hostetter
: How about modules/superdoc? : : It wouldn't undersell, at least :) you make a frightening compelling argument modules/superdoc - Classes for dealing with Data which can be modeled as a nested hierarchy of documents which can be contained in super documents (which may themselves be

[jira] [Updated] (LUCENE-3276) Solr core Maven POM should include a dependency on wstx-asl stax parser

2011-07-05 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Rowe updated LUCENE-3276: Affects Version/s: 4.0 Fix Version/s: 4.0 Assignee: Steven Rowe Solr core

[jira] [Resolved] (LUCENE-3276) Solr core Maven POM should include a dependency on wstx-asl stax parser

2011-07-05 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Rowe resolved LUCENE-3276. - Resolution: Fixed Committed revision 1143211. Solr core Maven POM should include a

[jira] [Commented] (LUCENE-1768) NumericRange support for new query parser

2011-07-05 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13060168#comment-13060168 ] Uwe Schindler commented on LUCENE-1768: --- I downgraded my trunk checkout to rev.

[jira] [Commented] (LUCENE-1768) NumericRange support for new query parser

2011-07-05 Thread Vinicius Barros (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13060176#comment-13060176 ] Vinicius Barros commented on LUCENE-1768: - Hi Uwe, I talked to Phillipe about

Two words Terms

2011-07-05 Thread jcardona7508
Hi everybody, I have a question, I need a to create documents with two words terms, for example, the content of the document is: I have problems using the operating system windows 7, where terms must be: Ter1: I Ter2: have Term3: problems Term4: using Term5: the Term6: operating system Term7:

[jira] [Commented] (LUCENE-1768) NumericRange support for new query parser

2011-07-05 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13060180#comment-13060180 ] Uwe Schindler commented on LUCENE-1768: --- I think the bug in Contrib QP is there

[jira] [Commented] (LUCENE-1768) NumericRange support for new query parser

2011-07-05 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13060186#comment-13060186 ] Uwe Schindler commented on LUCENE-1768: --- I have some small things (maybe I will

[jira] [Issue Comment Edited] (LUCENE-1768) NumericRange support for new query parser

2011-07-05 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13060186#comment-13060186 ] Uwe Schindler edited comment on LUCENE-1768 at 7/5/11 11:10 PM:

[jira] [Commented] (LUCENE-1768) NumericRange support for new query parser

2011-07-05 Thread Vinicius Barros (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13060192#comment-13060192 ] Vinicius Barros commented on LUCENE-1768: - Hi Uwe, I think the bug in Contrib QP

[jira] [Commented] (LUCENE-1768) NumericRange support for new query parser

2011-07-05 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13060195#comment-13060195 ] Uwe Schindler commented on LUCENE-1768: --- {quote} The current code always handles

[jira] [Commented] (LUCENE-1768) NumericRange support for new query parser

2011-07-05 Thread Vinicius Barros (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13060196#comment-13060196 ] Vinicius Barros commented on LUCENE-1768: - In general, the formatting of a Date

[jira] [Created] (LUCENE-3277) CharsRef has confusing methods/needs tests/bugs

2011-07-05 Thread Robert Muir (JIRA)
CharsRef has confusing methods/needs tests/bugs --- Key: LUCENE-3277 URL: https://issues.apache.org/jira/browse/LUCENE-3277 Project: Lucene - Java Issue Type: Bug Reporter: Robert Muir

[jira] [Commented] (LUCENE-3277) CharsRef has confusing methods/needs tests/bugs

2011-07-05 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13060202#comment-13060202 ] Robert Muir commented on LUCENE-3277: - the same grow() issue happens in IntsRef.copy

[jira] [Commented] (LUCENE-2878) Allow Scorer to expose positions and payloads aka. nuke spans

2011-07-05 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13060203#comment-13060203 ] Mike Sokolov commented on LUCENE-2878: -- Yeah that would be great - I hope I'm not

[jira] [Resolved] (LUCENE-3273) Convert Lucene Core tests over to a simple MockQueryParser

2011-07-05 Thread Chris Male (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Male resolved LUCENE-3273. Resolution: Fixed Fix Version/s: 4.0 Assignee: Chris Male Committed revision

[jira] [Updated] (LUCENE-2795) Genericize DirectIOLinuxDir - UnixDir

2011-07-05 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker updated LUCENE-2795: -- Attachment: LUCENE-2795.patch Initial Patch.. This will apply to the IOContext branch. This

[jira] [Resolved] (LUCENE-3274) Collapse Common module into Lucene core util

2011-07-05 Thread Chris Male (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3274?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Male resolved LUCENE-3274. Resolution: Fixed Fix Version/s: 4.0 Assignee: Chris Male Committed revision

[jira] [Assigned] (LUCENE-2795) Genericize DirectIOLinuxDir - UnixDir

2011-07-05 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker reassigned LUCENE-2795: - Assignee: Varun Thacker (was: Simon Willnauer) Genericize DirectIOLinuxDir - UnixDir

[jira] [Commented] (LUCENE-2795) Genericize DirectIOLinuxDir - UnixDir

2011-07-05 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13060216#comment-13060216 ] Mark Miller commented on LUCENE-2795: - Hey Varun - saw you asked for someone with a

[jira] [Commented] (SOLR-2636) Explain doesn't deal with negative only queries completely correctly

2011-07-05 Thread Tom Hill (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13060220#comment-13060220 ] Tom Hill commented on SOLR-2636: @hoss Shall I close this one? @yonik Would it make sense

[jira] [Commented] (SOLR-2636) Explain doesn't deal with negative only queries completely correctly

2011-07-05 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13060227#comment-13060227 ] Yonik Seeley commented on SOLR-2636: bq. @yonik Would it make sense for SolrQueryParser

[jira] [Resolved] (SOLR-119) debugQuery explain info doesn't work for pure negative queries

2011-07-05 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley resolved SOLR-119. --- Resolution: Duplicate debugQuery explain info doesn't work for pure negative queries

[JENKINS] Lucene-Solr-tests-only-trunk - Build # 9350 - Failure

2011-07-05 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/9350/ No tests ran. Build Log (for compile errors): [...truncated 112 lines...] - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional

[JENKINS] Lucene-Solr-tests-only-trunk - Build # 9351 - Still Failing

2011-07-05 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/9351/ No tests ran. Build Log (for compile errors): [...truncated 39 lines...] - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional

[JENKINS] Lucene-trunk - Build # 1616 - Still Failing

2011-07-05 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-trunk/1616/ No tests ran. Build Log (for compile errors): [...truncated 6381 lines...] - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail:

Re: [JENKINS] Lucene-trunk - Build # 1616 - Still Failing

2011-07-05 Thread Chris Male
Woops. Fixed. On Wed, Jul 6, 2011 at 2:29 PM, Apache Jenkins Server jenk...@builds.apache.org wrote: Build: https://builds.apache.org/job/Lucene-trunk/1616/ No tests ran. Build Log (for compile errors): [...truncated 6381 lines...]

[jira] [Commented] (LUCENE-1768) NumericRange support for new query parser

2011-07-05 Thread Chris Male (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13060244#comment-13060244 ] Chris Male commented on LUCENE-1768: Hey, In the next week or so I'm going to want

[jira] [Created] (LUCENE-3278) Rename contrib/queryparser project to queryparser-contrib

2011-07-05 Thread Chris Male (JIRA)
Rename contrib/queryparser project to queryparser-contrib - Key: LUCENE-3278 URL: https://issues.apache.org/jira/browse/LUCENE-3278 Project: Lucene - Java Issue Type: Sub-task

[jira] [Commented] (LUCENE-3278) Rename contrib/queryparser project to queryparser-contrib

2011-07-05 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13060255#comment-13060255 ] Ryan McKinley commented on LUCENE-3278: --- is there a more meaningful name then

Re: Two words Terms

2011-07-05 Thread Muhannad
hi why not trying to put itin synonyms file ? On Wed, Jul 6, 2011 at 1:42 AM, jcardona7508 juliancardona7...@hotmail.comwrote: Hi everybody, I have a question, I need a to create documents with two words terms, for example, the content of the document is: I have problems using the operating

[jira] [Commented] (SOLR-2399) Solr Admin Interface, reworked

2011-07-05 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13060262#comment-13060262 ] Mark Miller commented on SOLR-2399: --- Hey Stefan, With the old UI, we repackage Solr a

[jira] [Commented] (LUCENE-3278) Rename contrib/queryparser project to queryparser-contrib

2011-07-05 Thread Chris Male (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13060266#comment-13060266 ] Chris Male commented on LUCENE-3278: With that in mind, I do want to address the

[jira] [Commented] (LUCENE-3278) Rename contrib/queryparser project to queryparser-contrib

2011-07-05 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13060269#comment-13060269 ] Ryan McKinley commented on LUCENE-3278: --- bq. They can't all be called QueryParser!

[jira] [Commented] (SOLR-2399) Solr Admin Interface, reworked

2011-07-05 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13060274#comment-13060274 ] Mark Miller commented on SOLR-2399: --- Nice, thanks Ryan. Solr Admin Interface, reworked

[jira] [Created] (SOLR-2637) Solrj support for Field Collapsing / Grouping query results parsing

2011-07-05 Thread Tao Cheng (JIRA)
Solrj support for Field Collapsing / Grouping query results parsing --- Key: SOLR-2637 URL: https://issues.apache.org/jira/browse/SOLR-2637 Project: Solr Issue Type: New

[jira] [Commented] (SOLR-2399) Solr Admin Interface, reworked

2011-07-05 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13060276#comment-13060276 ] Mark Miller commented on SOLR-2399: --- So the other problem I get, which is odd, because it

[jira] [Updated] (SOLR-2637) Solrj support for Field Collapsing / Grouping query results parsing

2011-07-05 Thread Tao Cheng (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2637?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tao Cheng updated SOLR-2637: Attachment: SOLR-2637.patch 1st draft; doc comments to be provided soon. Solrj support for Field

[jira] [Updated] (LUCENE-3278) Rename contrib/queryparser project to queryparser-contrib

2011-07-05 Thread Chris Male (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Male updated LUCENE-3278: --- Attachment: LUCENE-3278.patch Patch which changes project name and fixes maven dependencies.

[jira] [Commented] (LUCENE-3278) Rename contrib/queryparser project to queryparser-contrib

2011-07-05 Thread Chris Male (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13060283#comment-13060283 ] Chris Male commented on LUCENE-3278: Command for patch (which handles intellij

[jira] [Commented] (SOLR-2637) Solrj support for Field Collapsing / Grouping query results parsing

2011-07-05 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13060287#comment-13060287 ] Ryan McKinley commented on SOLR-2637: - Thanks Tao - looks good - can you add some

QueryParser names

2011-07-05 Thread Chris Male
Hi, I'm in the process of consolidating the various QueryParsers into a single queryparser module and Ryan reminded me that the names of the QPs could probably be clearer. For example, we currently have two parsers called QueryParser. Given that the core QueryParser is no longer going to be in

Re: QueryParser names

2011-07-05 Thread Robert Muir
Hi Chris, I hate to add confusion to this, but I wonder, do we have an idea how many modules will need to interact with a queryparser? If so, it might be worth making a simple abstract or even interface queryparser in core with something like Query parse(String text) throws ParseException This

[jira] [Commented] (LUCENE-1768) NumericRange support for new query parser

2011-07-05 Thread Adriano Crestani (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13060295#comment-13060295 ] Adriano Crestani commented on LUCENE-1768: -- Hi Chris, If you are just moving

[jira] [Updated] (LUCENE-3233) HuperDuperSynonymsFilterâ„¢

2011-07-05 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-3233: Attachment: LUCENE-3233.patch Updated patch: * added a SolrSynonymsParser and test to the

Re: QueryParser names

2011-07-05 Thread Adriano Crestani
Are there any plans to change the package name as well? If not , I don't see any reason to change surround.QueryParser to SurroundQueryParser, since all QueryParser classes are in different packages. The only advantage is less confusion for the user. StandardQueryParser and core.QueryParser have

Re: QueryParser names

2011-07-05 Thread Chris Male
Hi Robert, On Wed, Jul 6, 2011 at 5:19 PM, Robert Muir rcm...@gmail.com wrote: Hi Chris, I hate to add confusion to this, but I wonder, do we have an idea how many modules will need to interact with a queryparser? At a quick assessment, it seems only Solr will depend on the module.

Re: QueryParser names

2011-07-05 Thread Chris Male
Hi Adriano, On Wed, Jul 6, 2011 at 5:26 PM, Adriano Crestani adrianocrest...@gmail.comwrote: Are there any plans to change the package name as well? If not , I don't see any reason to change surround.QueryParser to SurroundQueryParser, since all QueryParser classes are in different packages.

Re: QueryParser names

2011-07-05 Thread Adriano Crestani
Could we not change StandardQueryParser to FlexibleQueryParser? Standard gives the wrong impression I feel. We have the ExtendableQueryParser which supports Extensions so maybe FlexibleQueryParser suggests its flexible API? Sounds good to me, so there is no standard one, allowing the user to