Not being able to run ant javadoc in module/queryparser

2011-07-18 Thread Vinicius Barros
Hi, I am not longer able to run ant javadoc after queryparser was moved from contrib to modules. Is there any new target name to execute generate javadocs? Regards, Vinicius Barros

RE: Not being able to run ant javadoc in module/queryparser

2011-07-18 Thread Uwe Schindler
Hi, „ant javadocs“ (without “-core”) inside QP module should work. Because you asked: You can regenerate the JavaCC source files by “ant javacc” (which rebuilds all parser source files), or “ant javacc-flexible” (for the flexible QP). Uwe - Uwe Schindler H.-H.-Meier-Allee

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

2011-07-18 Thread Vinicius Barros (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1768?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vinicius Barros updated LUCENE-1768: Attachment: week-8.patch This patch includes javadocs for the changes I did so far. I am

[jira] [Created] (LUCENE-3326) MoreLikeThis reuses a reader after it has already closed it

2011-07-18 Thread Trejkaz (JIRA)
MoreLikeThis reuses a reader after it has already closed it --- Key: LUCENE-3326 URL: https://issues.apache.org/jira/browse/LUCENE-3326 Project: Lucene - Java Issue Type: Bug

[jira] [Updated] (LUCENE-3326) MoreLikeThis reuses a reader after it has already closed it

2011-07-18 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-3326: Attachment: LUCENE-3326.patch here is a patch, that requires fieldname. places using this Reader

[jira] [Commented] (LUCENE-3326) MoreLikeThis reuses a reader after it has already closed it

2011-07-18 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13066845#comment-13066845 ] Uwe Schindler commented on LUCENE-3326: --- +1 nuke default charset shit!

[jira] [Updated] (SOLR-2661) SnapPull failed - Unable to download index

2011-07-18 Thread Jayesh K Rajpurohit (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2661?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jayesh K Rajpurohit updated SOLR-2661: -- Summary: SnapPull failed - Unable to download index (was: Snappul failed - Unable to

[jira] [Updated] (SOLR-2661) Snappul failed - Unable to download index

2011-07-18 Thread Jayesh K Rajpurohit (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2661?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jayesh K Rajpurohit updated SOLR-2661: -- Summary: Snappul failed - Unable to download index (was: Snppul failed - Unable to

[jira] [Updated] (LUCENE-2309) Fully decouple IndexWriter from analyzers

2011-07-18 Thread Chris Male (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Male updated LUCENE-2309: --- Attachment: LUCENE-2309-analyzer-based.patch Okay, I thought about this overnight and have tried to

[jira] [Updated] (LUCENE-3292) IOContext should be part of the SegmentReader cache key

2011-07-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3292?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-3292: --- Attachment: LUCENE-3292.patch Attached patch, passing all tests. I think it's ready

[jira] [Commented] (SOLR-2659) IntelliJ resource copying of solrj/src/test-files/** and core/src/test-files/** to build output directory has to choose between/overwrite same-named files

2011-07-18 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13066905#comment-13066905 ] Steven Rowe commented on SOLR-2659: --- {quote} bq. maybe simpler/more consistent if its

[jira] [Commented] (SOLR-2661) SnapPull failed - Unable to download index

2011-07-18 Thread Martijn van Groningen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13066913#comment-13066913 ] Martijn van Groningen commented on SOLR-2661: - bq. 1) Is there any size limit

[jira] [Commented] (SOLR-2659) IntelliJ resource copying of solrj/src/test-files/** and core/src/test-files/** to build output directory has to choose between/overwrite same-named files

2011-07-18 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13066925#comment-13066925 ] Robert Muir commented on SOLR-2659: --- FYI i copied this file here because it used to

[jira] [Created] (SOLR-2662) QueryResultCache is obligatory

2011-07-18 Thread Markus Jelsma (JIRA)
QueryResultCache is obligatory -- Key: SOLR-2662 URL: https://issues.apache.org/jira/browse/SOLR-2662 Project: Solr Issue Type: Bug Components: search Affects Versions: 3.3 Reporter:

[jira] [Commented] (LUCENE-2309) Fully decouple IndexWriter from analyzers

2011-07-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13067009#comment-13067009 ] Michael McCandless commented on LUCENE-2309: I think there are two rather

[jira] [Updated] (SOLR-2662) QueryResultCache is obligatory

2011-07-18 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2662?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-2662: -- Fix Version/s: 4.0 QueryResultCache is obligatory --

[jira] [Commented] (SOLR-2662) QueryResultCache is obligatory

2011-07-18 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13067022#comment-13067022 ] Mark Miller commented on SOLR-2662: --- Nice find Markus. QueryResultCache is obligatory

[jira] [Commented] (SOLR-2588) Make Velocity an optional dependency in SolrCore

2011-07-18 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13067033#comment-13067033 ] David Smiley commented on SOLR-2588: Hoss, you apparently have a black or white view of

[jira] [Commented] (SOLR-1954) Highlighter component should expose snippet character offsets and the score.

2011-07-18 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13067035#comment-13067035 ] David Smiley commented on SOLR-1954: Jamie; it's been a long time since I've touched

[jira] [Updated] (SOLR-2656) realtime get

2011-07-18 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated SOLR-2656: --- Attachment: SOLR-2656.patch Here's a draft patch (no tests yet) that tracks the latest reader in

[jira] [Resolved] (LUCENE-3326) MoreLikeThis reuses a reader after it has already closed it

2011-07-18 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-3326. - Resolution: Fixed Fix Version/s: 4.0 3.4 thanks for reporting this

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

2011-07-18 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-2795: Attachment: LUCENE-2795.patch here is an updated patch that works on OSX. I had to copy

[jira] [Created] (LUCENE-3327) TestFSTs.testRandomWords throws AIOBE when verbose=true

2011-07-18 Thread James Dyer (JIRA)
TestFSTs.testRandomWords throws AIOBE when verbose=true - Key: LUCENE-3327 URL: https://issues.apache.org/jira/browse/LUCENE-3327 Project: Lucene - Java Issue Type: Bug

[jira] [Updated] (LUCENE-3327) TestFSTs.testRandomWords throws AIOBE when verbose=true

2011-07-18 Thread James Dyer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Dyer updated LUCENE-3327: --- Attachment: LUCENE-3327.patch this just calls UnicodeUtil.newString(..) instead of

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

2011-07-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13067097#comment-13067097 ] Michael McCandless commented on LUCENE-2795: Can you touch up the javadocs?

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

2011-07-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13067105#comment-13067105 ] Michael McCandless commented on LUCENE-2795: Also, we should run some more

[jira] [Commented] (LUCENE-3327) TestFSTs.testRandomWords throws AIOBE when verbose=true

2011-07-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13067144#comment-13067144 ] Michael McCandless commented on LUCENE-3327: Hmm, I don't think this is quite

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

2011-07-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13067146#comment-13067146 ] Michael McCandless commented on LUCENE-2795: OK, passes for me on OS X

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

2011-07-18 Thread Martijn van Groningen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2637?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martijn van Groningen reassigned SOLR-2637: --- Assignee: Martijn van Groningen Solrj support for Field Collapsing /

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

2011-07-18 Thread Martijn van Groningen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13067187#comment-13067187 ] Martijn van Groningen commented on SOLR-2637: - Thanks Tao. I looked at the

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

2011-07-18 Thread Martijn van Groningen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2637?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martijn van Groningen updated SOLR-2637: Fix Version/s: 3.4 Solrj support for Field Collapsing / Grouping query results

[jira] [Closed] (SOLR-1681) Fieldcollapse SolrJ code

2011-07-18 Thread Martijn van Groningen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1681?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martijn van Groningen closed SOLR-1681. --- Resolution: Duplicate Development continues at SOLR-2637. These patch was made for

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

2011-07-18 Thread Martijn van Groningen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13067201#comment-13067201 ] Martijn van Groningen commented on SOLR-2523: - I'll commit this patch in the

[jira] [Created] (SOLR-2663) Refactor FieldTypePluginLoader out of IndexSchema

2011-07-18 Thread Hoss Man (JIRA)
Refactor FieldTypePluginLoader out of IndexSchema - Key: SOLR-2663 URL: https://issues.apache.org/jira/browse/SOLR-2663 Project: Solr Issue Type: Improvement Reporter: Hoss Man

Re: [VOTE] Release PyLucene 3.3.0

2011-07-18 Thread Andi Vajda
On Sun, 3 Jul 2011, Christian Heimes wrote: Am 03.07.2011 18:17, schrieb Andi Vajda: What kind of errors ? So I added the grouping module to the PyLucene branch_3x build and it just built (tm). I even committed the change to the build (rev 1142455) but I didn't check that the grouping module

[jira] [Updated] (SOLR-2663) Refactor FieldTypePluginLoader out of IndexSchema

2011-07-18 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2663?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated SOLR-2663: --- Attachment: SOLR_2663.patch patch that refactors a big chunkc of IndexSchema.readSchema into a new public

Re: PyLucene, multiprocessing, high thread count

2011-07-18 Thread Andi Vajda
On Mon, 18 Jul 2011, h.g. g.h. wrote: The staff here who run parallel/multithreaded java code use the cmd java -XX:ParallelGCThreads=16 JavaApp. I tried to pass the same argument as initVM(vmargs=-XX:ParallelGCThreads=4, but it doesn't obey. Am I missing something here, or misusing it,

[jira] [Commented] (SOLR-2663) Refactor FieldTypePluginLoader out of IndexSchema

2011-07-18 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13067273#comment-13067273 ] Robert Muir commented on SOLR-2663: --- {quote} Regardless of my usecase, i think this is a

[jira] [Commented] (SOLR-2656) realtime get

2011-07-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13067295#comment-13067295 ] Michael McCandless commented on SOLR-2656: -- The approach here is to always reopen

[jira] [Updated] (LUCENE-2308) Separately specify a field's type

2011-07-18 Thread Nikola Tankovic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nikola Tankovic updated LUCENE-2308: Attachment: LUCENE-2308-15.patch Patch 15 (untested): IR.document2 implemantation with

[jira] [Created] (SOLR-2664) Disable/enable autocommit on the fly

2011-07-18 Thread Simon Rosenthal (JIRA)
Disable/enable autocommit on the fly Key: SOLR-2664 URL: https://issues.apache.org/jira/browse/SOLR-2664 Project: Solr Issue Type: New Feature Components: update Affects Versions: 4.0

[jira] [Updated] (SOLR-2664) Disable/enable autocommit on the fly

2011-07-18 Thread Simon Rosenthal (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2664?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Rosenthal updated SOLR-2664: -- Attachment: SOLR-2664.patch Patch added Disable/enable autocommit on the fly

[Lucene.Net] [jira] [Commented] (LUCENENET-437) Port Contrib.Shingle from Java

2011-07-18 Thread Troy Howard (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13067328#comment-13067328 ] Troy Howard commented on LUCENENET-437: --- I assume you're referring to the issue

[jira] [Commented] (SOLR-2656) realtime get

2011-07-18 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13067337#comment-13067337 ] Yonik Seeley commented on SOLR-2656: bq. The approach here is to always reopen the

[Lucene.Net] [jira] [Issue Comment Edited] (LUCENENET-437) Port Contrib.Shingle from Java

2011-07-18 Thread Troy Howard (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13067328#comment-13067328 ] Troy Howard edited comment on LUCENENET-437 at 7/18/11 9:56 PM:

Persian Implementation

2011-07-18 Thread Patrick Estarian
Hi, I am trying to get the Persian part of Lucene to work but apparently the current implementation is just a simple version of sopt word tokenizer and no stemmer, etc. I was trying to find the contact of the person who had done this but couldn't find it any where in the code. In addition, I

Re: [Lucene.Net] Porting ShingleFilter.cs from version 2.9.2

2011-07-18 Thread Michael Herndon
I don't know if anyone has gotten in touch, but I have noticed that Troy made a ticket out of this and applied a patch. https://issues.apache.org/jira/browse/LUCENENET-437 I know that isn't a direct answer to your response, but you could do a diff and see what was changed/ported/patched to

RE: [Lucene.Net] Porting ShingleFilter.cs from version 2.9.2

2011-07-18 Thread Jennifer Wilson
Hi Michael, Thank you for following up on this. I have been in touch with Troy (via the lucene-net-user list) and am doing what you have suggested. By spending time working on it (and running into problems and trying to solve them) and then seeing a great working example - I am learning so

[Lucene.Net] [jira] [Commented] (LUCENENET-437) Port Contrib.Shingle from Java

2011-07-18 Thread Digy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13067361#comment-13067361 ] Digy commented on LUCENENET-437: Java Docs says: public boolean equals(Object o)

[jira] [Commented] (SOLR-2656) realtime get

2011-07-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13067363#comment-13067363 ] Michael McCandless commented on SOLR-2656: -- {quote} bq. Maybe we should call this

Re: Solr - MOD function

2011-07-18 Thread Chris Hostetter
: I was looking for MOD function in SOLR, but I couldn´t find it. Is there any : solution thas isn´t directly in SOLR or can you implement this funciton (if : you can, so when?)? : : It´s very important function for our project. For example we need to search : after the five-year, decade, etc.

Re: Persian Implementation

2011-07-18 Thread Robert Muir
On Mon, Jul 18, 2011 at 6:24 PM, Patrick Estarian patrick.estar...@gmail.com wrote: Hi, I am trying to get the Persian part of Lucene to work but apparently the current implementation is just a simple version of sopt word tokenizer and no stemmer, etc. I was trying to find the contact of the

[Lucene.Net] [jira] [Commented] (LUCENENET-437) Port Contrib.Shingle from Java

2011-07-18 Thread Digy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13067366#comment-13067366 ] Digy commented on LUCENENET-437: See even with worst implementation, Equals method

[jira] [Commented] (LUCENE-3282) BlockJoinQuery: Allow to add a custom child collector, and customize the parent bitset extraction

2011-07-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13067369#comment-13067369 ] Michael McCandless commented on LUCENE-3282: I really don't like that this

[Lucene.Net] [jira] [Commented] (LUCENENET-437) Port Contrib.Shingle from Java

2011-07-18 Thread Troy Howard (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13067370#comment-13067370 ] Troy Howard commented on LUCENENET-437: --- From the docs for List.hashCode():

[jira] [Updated] (SOLR-2646) Integrate Solr benchmarking support into the Benchmark module

2011-07-18 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-2646: -- Attachment: SOLR-2646.patch Still some to do here, but here is what I have at the moment. Larger issues

[jira] [Commented] (LUCENE-2308) Separately specify a field's type

2011-07-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13067371#comment-13067371 ] Michael McCandless commented on LUCENE-2308: This seems to fail w/ the patch:

[Lucene.Net] [jira] [Commented] (LUCENENET-437) Port Contrib.Shingle from Java

2011-07-18 Thread Troy Howard (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13067373#comment-13067373 ] Troy Howard commented on LUCENENET-437: --- Although, according to that definition,

[jira] [Updated] (SOLR-2646) Integrate Solr benchmarking support into the Benchmark module

2011-07-18 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-2646: -- Attachment: Dev-SolrBenchmarkModule.pdf Attached is a brief rough guide to getting started writing or

[Lucene.Net] [jira] [Commented] (LUCENENET-437) Port Contrib.Shingle from Java

2011-07-18 Thread Digy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13067375#comment-13067375 ] Digy commented on LUCENENET-437: bq. This ensures that list1.equals(list2) implies that

[jira] [Commented] (SOLR-2646) Integrate Solr benchmarking support into the Benchmark module

2011-07-18 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13067377#comment-13067377 ] Mark Miller commented on SOLR-2646: --- Also, as a reminder to myself - the SolrSearchTask

[Lucene.Net] [jira] [Commented] (LUCENENET-437) Port Contrib.Shingle from Java

2011-07-18 Thread Troy Howard (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13067384#comment-13067384 ] Troy Howard commented on LUCENENET-437: --- Well, it does, because of

[jira] [Commented] (SOLR-2646) Integrate Solr benchmarking support into the Benchmark module

2011-07-18 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13067386#comment-13067386 ] Mark Miller commented on SOLR-2646: --- Some of the available settings (top of the alg file)

[Lucene.Net] [jira] [Commented] (LUCENENET-437) Port Contrib.Shingle from Java

2011-07-18 Thread Troy Howard (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13067388#comment-13067388 ] Troy Howard commented on LUCENENET-437: --- Sorry, read too fast. Your last comment

[Lucene.Net] [jira] [Commented] (LUCENENET-437) Port Contrib.Shingle from Java

2011-07-18 Thread Digy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13067389#comment-13067389 ] Digy commented on LUCENENET-437: bq. It ensures equality, but does not ensure

[jira] [Commented] (SOLR-2656) realtime get

2011-07-18 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13067397#comment-13067397 ] Yonik Seeley commented on SOLR-2656: bq. I am disputing that it's really real-time

[jira] [Commented] (LUCENE-3151) Make all of Analysis completely independent from Lucene Core

2011-07-18 Thread Lance Norskog (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13067432#comment-13067432 ] Lance Norskog commented on LUCENE-3151: --- _*Architects remove dependencies*_ For

[jira] [Commented] (SOLR-2477) add analyzer type=phrase

2011-07-18 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13067437#comment-13067437 ] Hoss Man commented on SOLR-2477: Having just looked at this code in SOLR-2663 i'm realizing

[jira] [Commented] (SOLR-2477) add analyzer type=phrase

2011-07-18 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13067441#comment-13067441 ] Robert Muir commented on SOLR-2477: --- +1 If we decide to implement this or SOLR-219 via

[jira] [Commented] (SOLR-2242) Get distinct count of names for a facet field

2011-07-18 Thread Bill Bell (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13067500#comment-13067500 ] Bill Bell commented on SOLR-2242: - Simon - thoughts? Get distinct count of names for a

[jira] [Created] (SOLR-2665) Solr Post Group Faceting

2011-07-18 Thread Bill Bell (JIRA)
Solr Post Group Faceting Key: SOLR-2665 URL: https://issues.apache.org/jira/browse/SOLR-2665 Project: Solr Issue Type: New Feature Affects Versions: 3.3 Reporter: Bill Bell Once Lucene is wired,

[Lucene.Net] Help spread the good news

2011-07-18 Thread Simone Chiaretta
As part of my commitment to the project, here is the long overdue blog post about the new life of Lucene.net http://codeclimber.net.nz/archive/2011/07/18/Lucene-net-is-back-on-track.aspx Please, have a look at it, correct me if I wrote something wrong or if you think I missed something important,

[Lucene.Net] Re: Help spread the good news

2011-07-18 Thread Simone Chiaretta
Given the response and the comments on twitter, it seems like not many people were aware of the new life of Lucene.net. Simone --- Simone Chiaretta @simonech Sent from a tablet On 18/lug/2011, at 18:58, Simone Chiaretta simone.chiare...@gmail.com wrote: As part of my commitment to the

Re: [Lucene.Net] Re: Help spread the good news

2011-07-18 Thread Troy Howard
Thanks so much for spreading the word! You're awesome! On Mon, Jul 18, 2011 at 2:25 PM, Simone Chiaretta simone.chiare...@gmail.com wrote: Given the response and the comments on twitter, it seems like not many people were aware of the new life of Lucene.net. Simone --- Simone Chiaretta

[Lucene.Net] [jira] [Issue Comment Edited] (LUCENENET-437) Port Contrib.Shingle from Java

2011-07-18 Thread Digy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13067389#comment-13067389 ] Digy edited comment on LUCENENET-437 at 7/18/11 11:28 PM: -- bq.

[Lucene.Net] [jira] [Resolved] (LUCENENET-437) Port Contrib.Shingle from Java

2011-07-18 Thread Troy Howard (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Troy Howard resolved LUCENENET-437. --- Resolution: Fixed Fix Version/s: (was: Lucene.Net 2.9.4g) Port

[Lucene.Net] [jira] [Commented] (LUCENENET-437) Port Contrib.Shingle from Java

2011-07-18 Thread Digy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13067409#comment-13067409 ] Digy commented on LUCENENET-437: Already fixed in 2.9.4g Port Contrib.Shingle from

[Lucene.Net] [jira] [Updated] (LUCENENET-437) Port Contrib.Shingle from Java

2011-07-18 Thread Digy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Digy updated LUCENENET-437: --- Fix Version/s: Lucene.Net 2.9.4g Port Contrib.Shingle from Java --