[jira] [Commented] (SOLR-3056) Introduce Japanese field type in schema.xml

2012-02-02 Thread Christian Moen (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13198593#comment-13198593 ] Christian Moen commented on SOLR-3056: -- I've opened up LUCENE-3745 for stopwords and s

[jira] [Commented] (SOLR-3084) default="true" causes NPE -> SolrException from QueryResponseWriter initWriters

2012-02-02 Thread Bernd Fehling (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3084?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13198597#comment-13198597 ] Bernd Fehling commented on SOLR-3084: - Thanks a lot for checking my patch.

[jira] [Created] (SOLR-3087) XInclude not working on schema.xml

2012-02-02 Thread Romain MERESSE (Created) (JIRA)
XInclude not working on schema.xml -- Key: SOLR-3087 URL: https://issues.apache.org/jira/browse/SOLR-3087 Project: Solr Issue Type: Bug Components: Schema and Analysis Affects Versions: 3.5

[jira] [Commented] (SOLR-2898) Support grouped faceting

2012-02-02 Thread Mark Desira (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2898?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13198692#comment-13198692 ] Mark Desira commented on SOLR-2898: --- Hi Martijn, is the added group.facet the check for f

[jira] [Updated] (LUCENE-3744) Add support for type whitelist in TypeTokenFilter

2012-02-02 Thread Santiago M. Mola (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3744?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Santiago M. Mola updated LUCENE-3744: - Attachment: TypeTokenFilter_whitelst_lucene_and_solr.patch Sure. Here's the patch with t

Re: [Lucene.Net] Graduation

2012-02-02 Thread Robert Jordan
Hi, On 02.02.2012 03:27, Jean-Sylvain Boige wrote: Sorry again if this is not the right thread, but what feature of .Net 4.0 do you currently leverage that wouldn't compile on 3.5? (which would be fine for us) Troy, can we really compare the impact of moving Lucene development to vs2010 to that

[jira] [Commented] (SOLR-2368) Improve extended dismax (edismax) parser

2012-02-02 Thread Commented
[ https://issues.apache.org/jira/browse/SOLR-2368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13198773#comment-13198773 ] Jan Høydahl commented on SOLR-2368: --- Personally I don't think we should worry about the a

[jira] [Commented] (SOLR-2472) StatsComponent should support hierarchical facets

2012-02-02 Thread Dmitry Drozdov (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13198836#comment-13198836 ] Dmitry Drozdov commented on SOLR-2472: -- The use-case is to get multi-level statistics

[jira] [Updated] (SOLR-2472) StatsComponent should support hierarchical facets

2012-02-02 Thread Dmitry Drozdov (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitry Drozdov updated SOLR-2472: - Attachment: SOLR-2472_3.5.0.patch BTW, I've already updated the patch for version 3.5.0 - attached

[jira] [Updated] (LUCENE-3566) Parametrizing H1 and H2

2012-02-02 Thread Robert Muir (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-3566: Attachment: LUCENE-3566.patch I thought we had done this already: but realized I forgot about it!

[jira] [Resolved] (LUCENE-3566) Parametrizing H1 and H2

2012-02-02 Thread Robert Muir (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-3566. - Resolution: Fixed Thanks David! > Parametrizing H1 and H2 > ---

[jira] [Created] (SOLR-3088) create shard placeholders

2012-02-02 Thread Yonik Seeley (Created) (JIRA)
create shard placeholders - Key: SOLR-3088 URL: https://issues.apache.org/jira/browse/SOLR-3088 Project: Solr Issue Type: New Feature Components: SolrCloud Reporter: Yonik Seeley Fix

Re: FSTCompletionTest failure "At least 0.5MB RAM buffer is needed"

2012-02-02 Thread Robert Muir
Doron, this sounds like something we should fix: I think we should open a JIRA issue for it. On Mon, Jan 30, 2012 at 12:34 PM, Doron Cohen wrote: > Hi, this test consistently fails on Windows with an IBM JDK, with this > error: > >> java.lang.IllegalArgumentException: At least 0.5MB RAM buffer is

[jira] [Commented] (SOLR-3088) create shard placeholders

2012-02-02 Thread Yonik Seeley (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13198896#comment-13198896 ] Yonik Seeley commented on SOLR-3088: There are a couple of reasons... - the cluster sho

Re: FSTCompletionTest failure "At least 0.5MB RAM buffer is needed"

2012-02-02 Thread Dawid Weiss
long freeHeap = Runtime.getRuntime().freeMemory(); Indeed, this doesn't look right; it'd have to be used in combination with (maxMemory - totalMemory) because that's how much the heap can grow? The problem is none of this is atomic, so the result can unpredictable. There are other methods in manag

Re: [Lucene.Net] Graduation

2012-02-02 Thread Simone Chiaretta
Mine below On Thu, Feb 2, 2012 at 1:30 PM, Stefan Bodewig wrote: > On 2012-02-01, Simone Chiaretta wrote: > > > As other said, while the user base is pretty big, the dev community is > > relatively small and still relying on just a few people. > > Can you recommend an approach that would draw in

[jira] [Created] (LUCENE-3746) suggest.fst.Sort.BufferSize should not automatically fail just because of freeMemory()

2012-02-02 Thread Doron Cohen (Created) (JIRA)
suggest.fst.Sort.BufferSize should not automatically fail just because of freeMemory() -- Key: LUCENE-3746 URL: https://issues.apache.org/jira/browse/LUCENE-3746 Proj

Re: FSTCompletionTest failure "At least 0.5MB RAM buffer is needed"

2012-02-02 Thread Doron Cohen
Great, I thought so too just waited for a other opinions and almost forgot about it! Created https://issues.apache.org/jira/browse/LUCENE-3746 Doron On Thu, Feb 2, 2012 at 6:08 PM, Dawid Weiss wrote: > long freeHeap = Runtime.getRuntime().freeMemory(); > > Indeed, this doesn't look right; it'd ha

Re: Changes to enable easy_install of packages using JCC

2012-02-02 Thread Bill Janssen
Andi Vajda wrote: > > On Feb 1, 2012, at 20:49, Bill Janssen wrote: > > > Andi Vajda wrote: > > > >> Seriously, though, I think that the right thing to do to better > >> integrate JCC with distutils/setuptools/distribute/pip/etc... is to > >> make it into a distutils 'compiler'. This require

[jira] [Commented] (SOLR-2667) Finish Solr Admin UI

2012-02-02 Thread Mark Miller (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13198943#comment-13198943 ] Mark Miller commented on SOLR-2667: --- Hey Robert - perhaps we should open up a new bug for

Re: [Lucene.Net] Graduation

2012-02-02 Thread Stefan Bodewig
[I started to write a really long response and then figured I should split it to keep this thread focussed.] On 2012-02-02, Simone Chiaretta wrote: > On Thu, Feb 2, 2012 at 1:30 PM, Stefan Bodewig wrote: >> On 2012-02-01, Simone Chiaretta wrote: >>> As other said, while the user base is pretty

[jira] [Updated] (LUCENE-3746) suggest.fst.Sort.BufferSize should not automatically fail just because of freeMemory()

2012-02-02 Thread Doron Cohen (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3746?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doron Cohen updated LUCENE-3746: Attachment: LUCENE-3746.patch Simple fix: consult also with maxMemory if freeMemory not suffice.

[Lucene.Net] Infrastructure Choices/Issues (was Re: [Lucene.Net] Graduation)

2012-02-02 Thread Stefan Bodewig
On 2012-02-02, Simone Chiaretta wrote: > I've seen that moving to a more "social" source control helps, like moving > to git or mercurial. Lucene.net is still on Subversion, and that makes > difficult for people to contribute sporadically. There already is a git-mirror (of trunk) on github at

Smoothing language model by Lucene

2012-02-02 Thread cheyenne.lin
I've had an old implementation Lucene-lm by ilps, which is a good start. However, that implementation doesn't include smooth algorithm. And I found it particularly hard to re-write the core scoring mechanism to enable smooth. (Background: In language model, smoothing strategy adds a little constan

[jira] [Created] (LUCENE-3747) Support Unicode 6.1.0

2012-02-02 Thread Steven Rowe (Created) (JIRA)
Support Unicode 6.1.0 - Key: LUCENE-3747 URL: https://issues.apache.org/jira/browse/LUCENE-3747 Project: Lucene - Java Issue Type: Improvement Components: modules/analysis Affects Versions: 3.5, 4.0

Re: Smoothing language model by Lucene

2012-02-02 Thread Robert Muir
On Thu, Feb 2, 2012 at 3:40 AM, cheyenne.lin wrote: > > What can I do about that? What class should I concentrate on? > Maybe as an example you can take a look at lucene's trunk, it has two of the methods from the Zhai/Lafferty paper: "A study of smoothing methods for language models applied to A

[jira] [Commented] (LUCENE-3746) suggest.fst.Sort.BufferSize should not automatically fail just because of freeMemory()

2012-02-02 Thread Doron Cohen (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3746?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13199038#comment-13199038 ] Doron Cohen commented on LUCENE-3746: - {quote} [Dawid:|http://markmail.org/message/jo

[jira] [Commented] (LUCENE-3747) Support Unicode 6.1.0

2012-02-02 Thread Robert Muir (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3747?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13199047#comment-13199047 ] Robert Muir commented on LUCENE-3747: - +1 as soon as the icu release comes out we sho

[jira] [Commented] (LUCENE-3747) Support Unicode 6.1.0

2012-02-02 Thread Steven Rowe (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3747?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13199051#comment-13199051 ] Steven Rowe commented on LUCENE-3747: - bq. check for any uax#29 differences (i think

[jira] [Commented] (LUCENE-3747) Support Unicode 6.1.0

2012-02-02 Thread Robert Muir (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3747?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13199064#comment-13199064 ] Robert Muir commented on LUCENE-3747: - the "changes.txt" is here http://www.unicode.o

[jira] [Commented] (SOLR-3047) DisMaxQParserPlugin drops my field in the phrase field list (pf) if it uses KeywordTokenizer instead of StandardTokenizer or Whitespace

2012-02-02 Thread Hoss Man (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3047?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13199076#comment-13199076 ] Hoss Man commented on SOLR-3047: I can't make heads of tails of this bug report ... at a mi

[jira] [Commented] (SOLR-3047) DisMaxQParserPlugin drops my field in the phrase field list (pf) if it uses KeywordTokenizer instead of StandardTokenizer or Whitespace

2012-02-02 Thread Antony Stubbs (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3047?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13199111#comment-13199111 ] Antony Stubbs commented on SOLR-3047: - Ok, I'll try to reproduce it in a simple setup.

[jira] [Commented] (SOLR-3047) DisMaxQParserPlugin drops my field in the phrase field list (pf) if it uses KeywordTokenizer instead of StandardTokenizer or Whitespace

2012-02-02 Thread Antony Stubbs (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3047?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13199119#comment-13199119 ] Antony Stubbs commented on SOLR-3047: - Hoss, is there a way I can send you the example

[jira] [Commented] (SOLR-3047) DisMaxQParserPlugin drops my field in the phrase field list (pf) if it uses KeywordTokenizer instead of StandardTokenizer or Whitespace

2012-02-02 Thread Antony Stubbs (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3047?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13199125#comment-13199125 ] Antony Stubbs commented on SOLR-3047: - It just seems that if the field tokeniser only p

[jira] [Commented] (SOLR-3085) Fix the dismax/edismax stopwords mm issue

2012-02-02 Thread Commented
[ https://issues.apache.org/jira/browse/SOLR-3085?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13199147#comment-13199147 ] Jan Høydahl commented on SOLR-3085: --- bq. i have a nagging feeling that there are non-stop

Re: Changes to enable easy_install of packages using JCC

2012-02-02 Thread Bill Janssen
Andi Vajda wrote: > > I think the right thing to do is to > > > > 1. re-write the current jcc setup.py to use distutils2, and then > > Is distutils2 supported on older Python 2.x versions like 2.4, 2.5 ? > I'd be happy to drop support for older releases for sure. We currently go all > the way

Re: [DISCUSS] New Website

2012-02-02 Thread David Smiley (@MITRE.org)
The new site looks awesome! Thanks so much for your efforts, Grant. I see you didn't get a chance to incorporate the 3 Packt books to the Solr site. These need to be featured on Solr's front page for the ASF to collect a cut of the book sales. I'm willing to help with this aspect of the website

[jira] [Created] (SOLR-3089) Make ResponseBuilder.isDistrib public

2012-02-02 Thread Rok Rejc (Created) (JIRA)
Make ResponseBuilder.isDistrib public - Key: SOLR-3089 URL: https://issues.apache.org/jira/browse/SOLR-3089 Project: Solr Issue Type: Improvement Components: Response Writers Affects Versions

[jira] [Created] (LUCENE-3748) EnglishPossessiveFilter should work with Unicode right single quotation mark

2012-02-02 Thread David Croley (Created) (JIRA)
EnglishPossessiveFilter should work with Unicode right single quotation mark Key: LUCENE-3748 URL: https://issues.apache.org/jira/browse/LUCENE-3748 Project: Lucene - Java

[jira] [Updated] (LUCENE-3748) EnglishPossessiveFilter should work with Unicode right single quotation mark

2012-02-02 Thread David Croley (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3748?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Croley updated LUCENE-3748: - Attachment: LucenePatch patch to address bug and add unit test for same. > Engl

[jira] [Commented] (SOLR-2649) MM ignored in edismax queries with operators

2012-02-02 Thread Commented
[ https://issues.apache.org/jira/browse/SOLR-2649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13199182#comment-13199182 ] Jan Høydahl commented on SOLR-2649: --- So how should the parser interpret these examples?

[jira] [Commented] (SOLR-2649) MM ignored in edismax queries with operators

2012-02-02 Thread Commented
[ https://issues.apache.org/jira/browse/SOLR-2649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13199181#comment-13199181 ] Jan Høydahl commented on SOLR-2649: --- So how should the parser interpret these examples?

[jira] [Commented] (LUCENE-3748) EnglishPossessiveFilter should work with Unicode right single quotation mark

2012-02-02 Thread Robert Muir (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13199189#comment-13199189 ] Robert Muir commented on LUCENE-3748: - I agree with the patch. We can easily add back

[jira] [Commented] (SOLR-2649) MM ignored in edismax queries with operators

2012-02-02 Thread James Dyer (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13199194#comment-13199194 ] James Dyer commented on SOLR-2649: -- Maybe a simple answer is to have it make "mm" apply to

[jira] [Created] (LUCENE-3749) Similarity.java javadocs and simplifications for 4.0

2012-02-02 Thread Robert Muir (Created) (JIRA)
Similarity.java javadocs and simplifications for 4.0 Key: LUCENE-3749 URL: https://issues.apache.org/jira/browse/LUCENE-3749 Project: Lucene - Java Issue Type: Task Affects Versions: 4

[jira] [Updated] (LUCENE-3749) Similarity.java javadocs and simplifications for 4.0

2012-02-02 Thread Robert Muir (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-3749: Attachment: LUCENE-3749.patch patch > Similarity.java javadocs and simplification

[jira] [Commented] (SOLR-2202) Money FieldType

2012-02-02 Thread Greg Fodor (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13199198#comment-13199198 ] Greg Fodor commented on SOLR-2202: -- I have no problems with renaming it -- at the time I s

[jira] [Commented] (SOLR-2649) MM ignored in edismax queries with operators

2012-02-02 Thread Mike (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13199199#comment-13199199 ] Mike commented on SOLR-2649: That makes sense to me and sounds like the simplest, most logical

[jira] [Commented] (LUCENE-2482) Index sorter

2012-02-02 Thread Pablo Castellanos (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13199201#comment-13199201 ] Pablo Castellanos commented on LUCENE-2482: --- Hi, I wanted to implement some ear

[jira] [Commented] (LUCENE-3748) EnglishPossessiveFilter should work with Unicode right single quotation mark

2012-02-02 Thread Steven Rowe (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13199204#comment-13199204 ] Steven Rowe commented on LUCENE-3748: - +1, and +1 to include U+FF07. There are sever

[jira] [Commented] (LUCENE-3748) EnglishPossessiveFilter should work with Unicode right single quotation mark

2012-02-02 Thread Robert Muir (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13199217#comment-13199217 ] Robert Muir commented on LUCENE-3748: - Thats my thoughts exactly Steven. I think by

[jira] [Commented] (LUCENE-3749) Similarity.java javadocs and simplifications for 4.0

2012-02-02 Thread Michael McCandless (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13199219#comment-13199219 ] Michael McCandless commented on LUCENE-3749: +1 looks great!

[jira] [Updated] (SOLR-1052) Deprecate/Remove in favor of in solrconfig.xml

2012-02-02 Thread Updated
[ https://issues.apache.org/jira/browse/SOLR-1052?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-1052: -- Attachment: SOLR-1052-3x.patch Validation is good to have :) New patch: * Added assertNotPresent() met

[jira] [Commented] (SOLR-2764) Create a NorwegianLightStemmer and NorwegianMinimalStemmer

2012-02-02 Thread Commented
[ https://issues.apache.org/jira/browse/SOLR-2764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13199227#comment-13199227 ] Jan Høydahl commented on SOLR-2764: --- When looking at words enging in -het and -dom in dic

[jira] [Commented] (SOLR-2202) Money FieldType

2012-02-02 Thread Commented
[ https://issues.apache.org/jira/browse/SOLR-2202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13199231#comment-13199231 ] Jan Høydahl commented on SOLR-2202: --- Other opinions on the naming? Or other blockers for

[jira] [Commented] (SOLR-2204) Cross-version replication broken by new javabin format

2012-02-02 Thread Commented
[ https://issues.apache.org/jira/browse/SOLR-2204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13199234#comment-13199234 ] Jan Høydahl commented on SOLR-2204: --- Given that 3.1 was released less than a year ago, th

[jira] [Commented] (SOLR-2764) Create a NorwegianLightStemmer and NorwegianMinimalStemmer

2012-02-02 Thread Robert Muir (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13199235#comment-13199235 ] Robert Muir commented on SOLR-2764: --- Jan, i wasn't trying to be critical about these endi

[jira] [Commented] (SOLR-3026) eDismax: Locking down which fields can be explicitly queried (user fields aka uf)

2012-02-02 Thread Commented
[ https://issues.apache.org/jira/browse/SOLR-3026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13199240#comment-13199240 ] Jan Høydahl commented on SOLR-3026: --- Super duper. I tested it and it works great! Strange

[jira] [Commented] (SOLR-2649) MM ignored in edismax queries with operators

2012-02-02 Thread Commented
[ https://issues.apache.org/jira/browse/SOLR-2649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13199259#comment-13199259 ] Jan Høydahl commented on SOLR-2649: --- Yes I think the key here is what terms are part of s

[jira] [Commented] (LUCENE-3748) EnglishPossessiveFilter should work with Unicode right single quotation mark

2012-02-02 Thread David Croley (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13199262#comment-13199262 ] David Croley commented on LUCENE-3748: -- If you want to preserve backwards compatibil

[jira] [Commented] (LUCENE-3748) EnglishPossessiveFilter should work with Unicode right single quotation mark

2012-02-02 Thread Robert Muir (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13199267#comment-13199267 ] Robert Muir commented on LUCENE-3748: - I think we should do it (despite the cruft).

[jira] [Commented] (SOLR-2649) MM ignored in edismax queries with operators

2012-02-02 Thread James Dyer (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13199286#comment-13199286 ] James Dyer commented on SOLR-2649: -- It seems it would be simpler to implement and understa

[jira] [Updated] (LUCENE-3748) EnglishPossessiveFilter should work with Unicode right single quotation mark

2012-02-02 Thread David Croley (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3748?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Croley updated LUCENE-3748: - Attachment: Patch-Lucene-3748 newer patch that preserve backwards compatibility. Not sure if I'v

Re: Changes to enable easy_install of packages using JCC

2012-02-02 Thread Andi Vajda
On Thu, 2 Feb 2012, Bill Janssen wrote: Andi Vajda wrote: I think the right thing to do is to 1. re-write the current jcc setup.py to use distutils2, and then Is distutils2 supported on older Python 2.x versions like 2.4, 2.5 ? I'd be happy to drop support for older releases for sure. We

[jira] [Commented] (SOLR-3079) Backport of Solr-1431 (CommComponent abstracted)

2012-02-02 Thread Greg Bowyer (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3079?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13199321#comment-13199321 ] Greg Bowyer commented on SOLR-3079: --- I dont know if there will be another pre 4 release

Re: [DISCUSS] New Website

2012-02-02 Thread Grant Ingersoll
I increased the font size and made it darker. I also updated the tutorial. Time for me to do other things until this weekend when I'm going to cut over, so if you have stuff you don't like before we cut over, see instructions below. This weekend, I will bring in the old versioned docs as well

[jira] [Commented] (LUCENE-3749) Similarity.java javadocs and simplifications for 4.0

2012-02-02 Thread Robert Muir (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13199382#comment-13199382 ] Robert Muir commented on LUCENE-3749: - Thanks Mike: i will prematurely commit, just t

[jira] [Assigned] (LUCENE-3748) EnglishPossessiveFilter should work with Unicode right single quotation mark

2012-02-02 Thread Robert Muir (Assigned) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3748?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir reassigned LUCENE-3748: --- Assignee: Robert Muir > EnglishPossessiveFilter should work with Unicode right single qu

[jira] [Commented] (LUCENE-3748) EnglishPossessiveFilter should work with Unicode right single quotation mark

2012-02-02 Thread Walter Underwood (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13199390#comment-13199390 ] Walter Underwood commented on LUCENE-3748: -- Why make separate patches for charac

[jira] [Commented] (LUCENE-3748) EnglishPossessiveFilter should work with Unicode right single quotation mark

2012-02-02 Thread Robert Muir (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13199398#comment-13199398 ] Robert Muir commented on LUCENE-3748: - Walter: U+2019 does not decompose at all (see

[jira] [Commented] (SOLR-2649) MM ignored in edismax queries with operators

2012-02-02 Thread Commented
[ https://issues.apache.org/jira/browse/SOLR-2649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13199400#comment-13199400 ] Jan Høydahl commented on SOLR-2649: --- When bringing up all these cases, we may perhaps und

[jira] [Updated] (LUCENE-3748) EnglishPossessiveFilter should work with Unicode right single quotation mark

2012-02-02 Thread Robert Muir (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3748?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-3748: Attachment: LUCENE-3748.patch updated patch: thanks again David. I added some javadocs, CHANGES.t

[jira] [Issue Comment Edited] (SOLR-3026) eDismax: Locking down which fields can be explicitly queried (user fields aka uf)

2012-02-02 Thread Issue Comment Edited
[ https://issues.apache.org/jira/browse/SOLR-3026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13199240#comment-13199240 ] Jan Høydahl edited comment on SOLR-3026 at 2/3/12 12:24 AM: Sup

[jira] [Commented] (SOLR-3082) If you use a lazy replication request handler, the commit listener will not be registered right away, and might miss tracking the last commit.

2012-02-02 Thread Mark Miller (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13199501#comment-13199501 ] Mark Miller commented on SOLR-3082: --- This does not really solve things for the replicate

[jira] [Created] (SOLR-3090) When running a ZK ensemble within Solr, the info logging is too verbose.

2012-02-02 Thread Mark Miller (Created) (JIRA)
When running a ZK ensemble within Solr, the info logging is too verbose. Key: SOLR-3090 URL: https://issues.apache.org/jira/browse/SOLR-3090 Project: Solr Issue Type: B

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

2012-02-02 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk-java7/1681/ 1 tests failed. REGRESSION: org.apache.solr.client.solrj.embedded.LargeVolumeBinaryJettyTest.testMultiThreaded Error Message: java.lang.AssertionError: Some threads threw uncaught exceptions! Stack Trace: java.lang.R

[jira] [Created] (SOLR-3091) When running in SolrCloud mode, whether a instance is supposed to be part of the quorum or not, it tries to start a local Solr ZK server.

2012-02-02 Thread Mark Miller (Created) (JIRA)
When running in SolrCloud mode, whether a instance is supposed to be part of the quorum or not, it tries to start a local Solr ZK server. - Key:

[jira] [Updated] (SOLR-3091) When running in SolrCloud mode, whether a instance is supposed to be part of the quorum or not, it tries to start a local Solr ZK server.

2012-02-02 Thread Mark Miller (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3091?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-3091: -- Attachment: SOLR-3091.patch > When running in SolrCloud mode, whether a instance is supposed to be p

[jira] [Updated] (SOLR-3091) When running in SolrCloud mode, whether a instance is supposed to be part of the quorum or not, it tries to start a local Solr ZK server.

2012-02-02 Thread Mark Miller (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3091?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-3091: -- Description: When a Solr instance that is not part of the quorum tries to start the Solr Zk server, no z

[jira] [Commented] (SOLR-3060) add highlighter support to SurroundQParserPlugin

2012-02-02 Thread abhimanyu (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13199527#comment-13199527 ] abhimanyu commented on SOLR-3060: - thanks for ur support in resolving this problem,however

[jira] [Issue Comment Edited] (SOLR-3060) add highlighter support to SurroundQParserPlugin

2012-02-02 Thread abhimanyu (Issue Comment Edited) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13199527#comment-13199527 ] abhimanyu edited comment on SOLR-3060 at 2/3/12 5:24 AM: - thanks fo