Solution to Solr Master-Slave single point of failure.

2014-06-17 Thread Arcadius Ahouansou
Hello. SolrCloud has been out for a while now. However, there are still many installations running Solr4 in the traditional master-slave setup. Currently, the Solr Master is the single point of failure of most master-slave deployment. This could be easily addressed by having : a- 2

Re: Solution to Solr Master-Slave single point of failure.

2014-06-18 Thread Arcadius Ahouansou
2014-06-17 14:43 GMT+01:00 Arcadius Ahouansou arcad...@menelic.com: Hello. SolrCloud has been out for a while now. However, there are still many installations running Solr4 in the traditional master-slave setup. Currently, the Solr Master is the single point of failure of most

Re: Solution to Solr Master-Slave single point of failure.

2014-06-30 Thread Arcadius Ahouansou
imagine a configuration of : 1 shard, factor of replciation 3. And you have even a better scenario than 2 masters and 1 slave. Cheers 2014-06-17 14:43 GMT+01:00 Arcadius Ahouansou arcad...@menelic.com: Hello. SolrCloud has been out for a while now. However, there are still many

Re: Solution to Solr Master-Slave single point of failure.

2014-06-30 Thread Arcadius Ahouansou
- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org -- Arcadius Ahouansou Menelic Ltd | Information is Power M: 07908761999 W: www.menelic.com ---

AnalyzingInfixSuggester lookup to take Query instead of BooleanQuery?

2015-07-28 Thread Arcadius Ahouansou
Looking at the lookup method at https://github.com/apache/lucene-solr/blob/5767764a2b621fce76c0b0529ddde550fdc00307/lucene/suggest/src/java/org/apache/lucene/search/suggest/analyzing/AnalyzingInfixSuggester.java#L493 The parameter BooleanQuery contextQuery could well be a TermQuery. Is it worth

Suggester weight from long to double?

2015-08-25 Thread Arcadius Ahouansou
Hello. The weight of Lucene suggests in Lookup.LookupResult.value is currently long. I have checked the history and this has been changed from float to long in LUCENE-3807 Most scores are decimal... Would double be more beneficial and more generic here? Any thought? Thanks. Arcadius.

ubsubscribe

2020-01-23 Thread Arcadius Ahouansou
ubsubscribe

[jira] [Commented] (LUCENE-1822) FastVectorHighlighter: SimpleFragListBuilder hard-coded 6 char margin is too naive

2012-09-27 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13464793#comment-13464793 ] Arcadius Ahouansou commented on LUCENE-1822: We are hitting this issue

[jira] [Comment Edited] (LUCENE-1822) FastVectorHighlighter: SimpleFragListBuilder hard-coded 6 char margin is too naive

2012-09-27 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13464793#comment-13464793 ] Arcadius Ahouansou edited comment on LUCENE-1822 at 9/28/12 1:54 AM

[jira] [Commented] (SOLR-3110) Search result comes up with truncated words at the start of highlighted fragment

2012-09-27 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13464798#comment-13464798 ] Arcadius Ahouansou commented on SOLR-3110: -- This issue has been around for a while

[jira] [Updated] (LUCENE-1822) FastVectorHighlighter: SimpleFragListBuilder hard-coded 6 char margin is too naive

2012-10-06 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arcadius Ahouansou updated LUCENE-1822: --- Attachment: LUCENE-1822-tests.patch Hi Koji. Thanks for the patch update

[jira] [Commented] (LUCENE-1822) FastVectorHighlighter: SimpleFragListBuilder hard-coded 6 char margin is too naive

2012-10-08 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13471491#comment-13471491 ] Arcadius Ahouansou commented on LUCENE-1822: Hi Koji. In the file lucene

[jira] [Commented] (SOLR-2250) Add Boilerpipe support to Tika usage

2013-01-19 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13558145#comment-13558145 ] Arcadius Ahouansou commented on SOLR-2250: -- This is a rather important feature

[jira] [Commented] (LUCENE-5376) Add a demo search server

2014-01-27 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13883452#comment-13883452 ] Arcadius Ahouansou commented on LUCENE-5376: Hello. I have checked out

[jira] [Commented] (SOLR-2724) Deprecate defaultSearchField and defaultOperator defined in schema.xml

2013-11-01 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13811139#comment-13811139 ] Arcadius Ahouansou commented on SOLR-2724: -- Hello. Looking at the schema.xml

[jira] [Comment Edited] (SOLR-5167) Ability to use AnalyzingInfixSuggester in Solr

2013-11-05 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13813839#comment-13813839 ] Arcadius Ahouansou edited comment on SOLR-5167 at 11/5/13 10:54 AM

[jira] [Commented] (SOLR-5167) Ability to use AnalyzingInfixSuggester in Solr

2013-11-05 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13813839#comment-13813839 ] Arcadius Ahouansou commented on SOLR-5167: -- A quick question: This this new

[jira] [Updated] (SOLR-4376) dih.last_index_time has bad Date.toString() format during first delta import

2013-11-20 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4376?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arcadius Ahouansou updated SOLR-4376: - Attachment: SOLR-4376-trunk.patch This is a patch against trunk. It includes a test

[jira] [Comment Edited] (SOLR-4376) dih.last_index_time has bad Date.toString() format during first delta import

2013-11-20 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13827670#comment-13827670 ] Arcadius Ahouansou edited comment on SOLR-4376 at 11/20/13 2:05 PM

[jira] [Commented] (LUCENE-4499) Multi-word synonym filter (synonym expansion)

2013-03-05 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13593740#comment-13593740 ] Arcadius Ahouansou commented on LUCENE-4499: Hello. We are currently being

[jira] [Commented] (SOLR-5285) Solr response format should support child Docs

2014-05-21 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14004850#comment-14004850 ] Arcadius Ahouansou commented on SOLR-5285: -- Thanks [~varunthacker] and all

[jira] [Commented] (SOLR-5285) Solr response format should support child Docs

2014-05-22 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14005678#comment-14005678 ] Arcadius Ahouansou commented on SOLR-5285: -- Hi [~varunthacker] I am experimenting

[jira] [Commented] (SOLR-5285) Solr response format should support child Docs

2014-05-22 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14005716#comment-14005716 ] Arcadius Ahouansou commented on SOLR-5285: -- Hi @Varun Thacker Yes, in my use case

[jira] [Comment Edited] (SOLR-5285) Solr response format should support child Docs

2014-05-22 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14005716#comment-14005716 ] Arcadius Ahouansou edited comment on SOLR-5285 at 5/22/14 8:59 AM

[jira] [Commented] (SOLR-5285) Solr response format should support child Docs

2014-05-28 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14011030#comment-14011030 ] Arcadius Ahouansou commented on SOLR-5285: -- Hi [~varunthacker], I tried {code

[jira] [Created] (SOLR-6205) Make SolrCloud Data-center, rack or zone aware

2014-06-25 Thread Arcadius Ahouansou (JIRA)
Arcadius Ahouansou created SOLR-6205: Summary: Make SolrCloud Data-center, rack or zone aware Key: SOLR-6205 URL: https://issues.apache.org/jira/browse/SOLR-6205 Project: Solr Issue Type

[jira] [Commented] (SOLR-6209) Database connections lost during data import

2014-06-27 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14046729#comment-14046729 ] Arcadius Ahouansou commented on SOLR-6209: -- Sanket, it seems the JDBC driver get

[jira] [Commented] (SOLR-6273) Cross Data Center Replicaton

2014-07-28 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14076189#comment-14076189 ] Arcadius Ahouansou commented on SOLR-6273: -- Thanks [~yo...@apache.org

[jira] [Created] (SOLR-6357) Using query time Join in deleteByQuery throws ClassCastException

2014-08-09 Thread Arcadius Ahouansou (JIRA)
Arcadius Ahouansou created SOLR-6357: Summary: Using query time Join in deleteByQuery throws ClassCastException Key: SOLR-6357 URL: https://issues.apache.org/jira/browse/SOLR-6357 Project: Solr

[jira] [Updated] (SOLR-6357) Using query time Join in deleteByQuery throws ClassCastException

2014-08-09 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arcadius Ahouansou updated SOLR-6357: - Description: Consider the following input document where we have: - 1 Samsung mobile

[jira] [Commented] (LUCENE-5528) Add context to AnalyzingInfixSuggester

2014-11-04 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14196155#comment-14196155 ] Arcadius Ahouansou commented on LUCENE-5528: Hello [~mikemccand

[jira] [Commented] (LUCENE-5528) Add context to AnalyzingInfixSuggester

2014-11-05 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14198145#comment-14198145 ] Arcadius Ahouansou commented on LUCENE-5528: Another alternative may

[jira] [Created] (LUCENE-6050) Add possibility to specify SHOUD or MUST for each context for AnalyzingInfixSuggester.loockup()

2014-11-05 Thread Arcadius Ahouansou (JIRA)
Arcadius Ahouansou created LUCENE-6050: -- Summary: Add possibility to specify SHOUD or MUST for each context for AnalyzingInfixSuggester.loockup() Key: LUCENE-6050 URL: https://issues.apache.org/jira/browse

[jira] [Commented] (LUCENE-5528) Add context to AnalyzingInfixSuggester

2014-11-05 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14198545#comment-14198545 ] Arcadius Ahouansou commented on LUCENE-5528: Hi [~mikemccand]. The new issue

[jira] [Updated] (LUCENE-6050) Add possibility to specify SHOUD or MUST for each context for AnalyzingInfixSuggester.loockup()

2014-11-08 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6050?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arcadius Ahouansou updated LUCENE-6050: --- Description: Currently {code} lookup(CharSequence key, SetBytesRef contexts, int

[jira] [Updated] (LUCENE-6050) Add possibility to specify SHOUD or MUST for each context for AnalyzingInfixSuggester.loockup()

2014-11-08 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6050?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arcadius Ahouansou updated LUCENE-6050: --- Description: Currently as shown at https://github.com/apache/lucene-solr/blob

[jira] [Commented] (LUCENE-6050) Add possibility to specify SHOUD or MUST for each context for AnalyzingInfixSuggester.loockup()

2014-11-08 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14203321#comment-14203321 ] Arcadius Ahouansou commented on LUCENE-6050: Hello [~janechang] . Thank you

[jira] [Commented] (LUCENE-6050) Add possibility to specify SHOUD or MUST for each context for AnalyzingInfixSuggester.loockup()

2014-11-11 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14207760#comment-14207760 ] Arcadius Ahouansou commented on LUCENE-6050: Thank you [~janechang

[jira] [Created] (LUCENE-6464) Allow possibility to group contexts during lookup

2015-05-05 Thread Arcadius Ahouansou (JIRA)
Arcadius Ahouansou created LUCENE-6464: -- Summary: Allow possibility to group contexts during lookup Key: LUCENE-6464 URL: https://issues.apache.org/jira/browse/LUCENE-6464 Project: Lucene - Core

[jira] [Updated] (LUCENE-6464) Allow possibility to group contexts in AnalyzingInfixSuggester.loockup()

2015-05-05 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arcadius Ahouansou updated LUCENE-6464: --- Summary: Allow possibility to group contexts in AnalyzingInfixSuggester.loockup

[jira] [Updated] (LUCENE-6464) Allow possibility to group contexts in AnalyzingInfixSuggester.loockup()

2015-05-05 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arcadius Ahouansou updated LUCENE-6464: --- Description: This is an enhancement to LUCENE-6050 LUCENE-6050 added {code} lookup

[jira] [Updated] (LUCENE-6464) Allow possibility to group contexts in AnalyzingInfixSuggester.loockup()

2015-05-05 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arcadius Ahouansou updated LUCENE-6464: --- Attachment: LUCENE-6464.patch initial patch Allow possibility to group contexts

[jira] [Commented] (SOLR-6273) Cross Data Center Replication

2015-05-08 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14535654#comment-14535654 ] Arcadius Ahouansou commented on SOLR-6273: -- Note that this is just a question

[jira] [Updated] (LUCENE-6464) Allow possibility to group contexts in AnalyzingInfixSuggester.loockup()

2015-05-12 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arcadius Ahouansou updated LUCENE-6464: --- Attachment: LUCENE-6464.patch added lookup with BooleanQuery as a filter Allow

[jira] [Updated] (LUCENE-6464) Allow possibility to group contexts in AnalyzingInfixSuggester.loockup()

2015-05-12 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arcadius Ahouansou updated LUCENE-6464: --- Attachment: (was: LUCENE-6464.patch) Allow possibility to group contexts

[jira] [Updated] (LUCENE-6464) Allow possibility to group contexts in AnalyzingInfixSuggester.loockup()

2015-05-12 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arcadius Ahouansou updated LUCENE-6464: --- Attachment: LUCENE-6464.patch Added lookup method with flexible filtering

[jira] [Commented] (LUCENE-6464) Allow possibility to group contexts in AnalyzingInfixSuggester.loockup()

2015-05-12 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14541217#comment-14541217 ] Arcadius Ahouansou commented on LUCENE-6464: Hello [~mikemccand] Please have

[jira] [Commented] (LUCENE-6464) Allow possibility to group contexts in AnalyzingInfixSuggester.loockup()

2015-05-14 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14543736#comment-14543736 ] Arcadius Ahouansou commented on LUCENE-6464: Thanks [~mikemccand

[jira] [Updated] (LUCENE-6464) Allow possibility to group contexts in AnalyzingInfixSuggester.loockup()

2015-05-14 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arcadius Ahouansou updated LUCENE-6464: --- Attachment: LUCENE-6464.patch Updated patch. - Renamed addToQuery

[jira] [Updated] (LUCENE-6464) Allow possibility to group contexts in AnalyzingInfixSuggester.loockup()

2015-05-14 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arcadius Ahouansou updated LUCENE-6464: --- Attachment: LUCENE-6464.patch Allow possibility to group contexts

[jira] [Updated] (LUCENE-6464) Allow possibility to group contexts in AnalyzingInfixSuggester.loockup()

2015-05-14 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arcadius Ahouansou updated LUCENE-6464: --- Attachment: (was: LUCENE-6464.patch) Allow possibility to group contexts

[jira] [Updated] (LUCENE-6464) Allow possibility to group contexts in AnalyzingInfixSuggester.loockup()

2015-05-14 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arcadius Ahouansou updated LUCENE-6464: --- Attachment: (was: LUCENE-6464.patch) Allow possibility to group contexts

[jira] [Updated] (LUCENE-6464) Allow possibility to group contexts in AnalyzingInfixSuggester.loockup()

2015-05-14 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arcadius Ahouansou updated LUCENE-6464: --- Attachment: (was: LUCENE-6464.patch) Allow possibility to group contexts

[jira] [Commented] (LUCENE-6464) Allow possibility to group contexts in AnalyzingInfixSuggester.loockup()

2015-05-15 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14545639#comment-14545639 ] Arcadius Ahouansou commented on LUCENE-6464: Thank you very much [~mikemccand

[jira] [Commented] (SOLR-4733) Rollback does not work correctly with tlog and optimistic concurrency updates

2015-06-08 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14577088#comment-14577088 ] Arcadius Ahouansou commented on SOLR-4733: -- Any progress on this issue? Having

[jira] [Commented] (SOLR-6001) Local/Leader shard/node preference for SolrCloud

2015-06-25 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14602132#comment-14602132 ] Arcadius Ahouansou commented on SOLR-6001: -- Hello [~elyograg], I need a feature

[jira] [Commented] (SOLR-7596) Add possibility to specify port of embedded Zookeeper

2015-06-15 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7596?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14585764#comment-14585764 ] Arcadius Ahouansou commented on SOLR-7596: -- Hi [~hossman]. We are running external

[jira] [Commented] (SOLR-5444) Slow response on facet search, lots of facets, asking for few facets in response

2015-06-29 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14605581#comment-14605581 ] Arcadius Ahouansou commented on SOLR-5444: -- We are having some performance issue

[jira] [Commented] (SOLR-3274) ZooKeeper related SolrCloud problems

2015-06-29 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14605355#comment-14605355 ] Arcadius Ahouansou commented on SOLR-3274: -- We have similar issue on Solr5.2.1

[jira] [Updated] (SOLR-7596) Add possibility to specify port of embedded Zookeeper

2015-05-26 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7596?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arcadius Ahouansou updated SOLR-7596: - Description: Currently, the startup script bin/solr accepts only -p for the solr port

[jira] [Created] (SOLR-7596) Add possibility to specify port of embedded Zookeeper

2015-05-26 Thread Arcadius Ahouansou (JIRA)
Arcadius Ahouansou created SOLR-7596: Summary: Add possibility to specify port of embedded Zookeeper Key: SOLR-7596 URL: https://issues.apache.org/jira/browse/SOLR-7596 Project: Solr

[jira] [Updated] (SOLR-7596) Add possibility to specify port of embedded Zookeeper

2015-05-26 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7596?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arcadius Ahouansou updated SOLR-7596: - Description: Currently, the startup script bin/solr accepts only '-p' for the solr port

[jira] [Commented] (SOLR-7888) Make Lucene's AnalyzingInfixSuggester.lookup() method that takes a BooleanQuery filter parameter available in Solr

2015-08-08 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14662835#comment-14662835 ] Arcadius Ahouansou commented on SOLR-7888: -- Hi [~janhoy]. I will update the patch

[jira] [Comment Edited] (SOLR-7888) Make Lucene's AnalyzingInfixSuggester.lookup() method that takes a BooleanQuery filter parameter available in Solr

2015-08-08 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14662835#comment-14662835 ] Arcadius Ahouansou edited comment on SOLR-7888 at 8/8/15 6:52 AM

[jira] [Updated] (SOLR-7888) Make Lucene's AnalyzingInfixSuggester.lookup() method that takes a BooleanQuery filter parameter available in Solr

2015-08-18 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7888?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arcadius Ahouansou updated SOLR-7888: - Attachment: SOLR-7888.patch Make Lucene's AnalyzingInfixSuggester.lookup() method

[jira] [Commented] (SOLR-7888) Make Lucene's AnalyzingInfixSuggester.lookup() method that takes a BooleanQuery filter parameter available in Solr

2015-08-18 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14701722#comment-14701722 ] Arcadius Ahouansou commented on SOLR-7888: -- Hello [~janhoy]. Sorry I have been

[jira] [Updated] (SOLR-7888) Make Lucene's AnalyzingInfixSuggester.lookup() method that takes a BooleanQuery filter parameter available in Solr

2015-08-23 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7888?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arcadius Ahouansou updated SOLR-7888: - Attachment: SOLR-7888.patch Make Lucene's AnalyzingInfixSuggester.lookup() method

[jira] [Commented] (SOLR-7888) Make Lucene's AnalyzingInfixSuggester.lookup() method that takes a BooleanQuery filter parameter available in Solr

2015-08-23 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14708614#comment-14708614 ] Arcadius Ahouansou commented on SOLR-7888: -- Hello [~janhoy] - I have changed

[jira] [Comment Edited] (SOLR-7888) Make Lucene's AnalyzingInfixSuggester.lookup() method that takes a BooleanQuery filter parameter available in Solr

2015-08-23 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14708614#comment-14708614 ] Arcadius Ahouansou edited comment on SOLR-7888 at 8/24/15 1:27 AM

[jira] [Created] (SOLR-7963) Suggester context filter query to accept local params query

2015-08-24 Thread Arcadius Ahouansou (JIRA)
Arcadius Ahouansou created SOLR-7963: Summary: Suggester context filter query to accept local params query Key: SOLR-7963 URL: https://issues.apache.org/jira/browse/SOLR-7963 Project: Solr

[jira] [Updated] (SOLR-7888) Make Lucene's AnalyzingInfixSuggester.lookup() method that takes a BooleanQuery filter parameter available in Solr

2015-08-24 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7888?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arcadius Ahouansou updated SOLR-7888: - Attachment: SOLR-7888.patch Adding in the test a reference to SOLR-7963 and SOLR-7964

[jira] [Created] (SOLR-7964) suggest.highlight=true does not work when using context filter query

2015-08-24 Thread Arcadius Ahouansou (JIRA)
Arcadius Ahouansou created SOLR-7964: Summary: suggest.highlight=true does not work when using context filter query Key: SOLR-7964 URL: https://issues.apache.org/jira/browse/SOLR-7964 Project

[jira] [Updated] (SOLR-7888) Make Lucene's AnalyzingInfixSuggester.lookup() method that takes a BooleanQuery filter parameter available in Solr

2015-08-20 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7888?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arcadius Ahouansou updated SOLR-7888: - Attachment: (was: SOLR-7888.patch) Make Lucene's AnalyzingInfixSuggester.lookup

[jira] [Updated] (SOLR-7888) Make Lucene's AnalyzingInfixSuggester.lookup() method that takes a BooleanQuery filter parameter available in Solr

2015-08-20 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7888?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arcadius Ahouansou updated SOLR-7888: - Attachment: SOLR-7888.patch Hello [~janhoy] Thank you very much for your comments. Have

[jira] [Comment Edited] (SOLR-7888) Make Lucene's AnalyzingInfixSuggester.lookup() method that takes a BooleanQuery filter parameter available in Solr

2015-08-20 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14705925#comment-14705925 ] Arcadius Ahouansou edited comment on SOLR-7888 at 8/20/15 10:53 PM

[jira] [Updated] (SOLR-7888) Make Lucene's AnalyzingInfixSuggester.lookup() method that takes a BooleanQuery filter parameter available in Solr

2015-08-20 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7888?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arcadius Ahouansou updated SOLR-7888: - Attachment: SOLR-7888.patch Make Lucene's AnalyzingInfixSuggester.lookup() method

[jira] [Comment Edited] (SOLR-7888) Make Lucene's AnalyzingInfixSuggester.lookup() method that takes a BooleanQuery filter parameter available in Solr

2015-08-18 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14701722#comment-14701722 ] Arcadius Ahouansou edited comment on SOLR-7888 at 8/19/15 1:41 AM

[jira] [Updated] (SOLR-5444) Slow response on facet search, lots of facets, asking for few facets in response

2015-06-29 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arcadius Ahouansou updated SOLR-5444: - Attachment: solr-slow-facet.png Slow response on facet search, lots of facets, asking

[jira] [Commented] (SOLR-5444) Slow response on facet search, lots of facets, asking for few facets in response

2015-06-29 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14606753#comment-14606753 ] Arcadius Ahouansou commented on SOLR-5444: -- Hello [~mkhludnev] Below

[jira] [Commented] (SOLR-5444) Slow response on facet search, lots of facets, asking for few facets in response

2015-06-30 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14608017#comment-14608017 ] Arcadius Ahouansou commented on SOLR-5444: -- About commit: {code} autoCommit

[jira] [Updated] (SOLR-7865) lookup method implemented in BlendedInfixLookupFactory does not respect suggest.count

2015-08-04 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7865?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arcadius Ahouansou updated SOLR-7865: - Description: The following test failes in the TestBlendedInfixSuggestions.java

[jira] [Updated] (SOLR-7865) lookup method implemented in BlendedInfixLookupFactory does not respect suggest.count

2015-08-03 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7865?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arcadius Ahouansou updated SOLR-7865: - Summary: lookup method implemented in BlendedInfixLookupFactory does not respect

[jira] [Created] (SOLR-7865) loockup method implemented in BlendedInfixLookupFactory does not respect suggest.count

2015-08-03 Thread Arcadius Ahouansou (JIRA)
Arcadius Ahouansou created SOLR-7865: Summary: loockup method implemented in BlendedInfixLookupFactory does not respect suggest.count Key: SOLR-7865 URL: https://issues.apache.org/jira/browse/SOLR-7865

[jira] [Updated] (SOLR-7865) lookup method implemented in BlendedInfixLookupFactory does not respect suggest.count

2015-08-03 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7865?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arcadius Ahouansou updated SOLR-7865: - Description: The following test failes in the TestBlendedInfixSuggestions.java

[jira] [Commented] (SOLR-7865) lookup method implemented in BlendedInfixLookupFactory does not respect suggest.count

2015-08-03 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7865?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14652141#comment-14652141 ] Arcadius Ahouansou commented on SOLR-7865: -- Seems to be introduced by LUCENE-6004

[jira] [Commented] (SOLR-6648) AnalyzingInfixLookupFactory always highlights suggestions

2015-07-31 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14648905#comment-14648905 ] Arcadius Ahouansou commented on SOLR-6648: -- Would be nice if highlight was a query

[jira] [Commented] (SOLR-7806) SolrCloud to use 127.0.01 instead of localhost

2015-07-28 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14645175#comment-14645175 ] Arcadius Ahouansou commented on SOLR-7806: -- Hello [~thetaphi] IMHO, localhost

[jira] [Commented] (SOLR-6357) Using query time Join in deleteByQuery throws ClassCastException

2015-07-30 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14647408#comment-14647408 ] Arcadius Ahouansou commented on SOLR-6357: -- Thanks [~thelabdude] for fixing

[jira] [Issue Comment Deleted] (SOLR-7806) SolrCloud to use 127.0.01 instead of localhost

2015-07-28 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7806?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arcadius Ahouansou updated SOLR-7806: - Comment: was deleted (was: I have taken note [~anders5737]) SolrCloud to use 127.0.01

[jira] [Commented] (SOLR-7888) Make Lucene's AnalyzingInfixSuggester.lookup() method that takes a BooleanQuery filter parameter available in Solr

2015-08-07 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14662504#comment-14662504 ] Arcadius Ahouansou commented on SOLR-7888: -- Thank you [~mikemccand] Make

[jira] [Commented] (SOLR-7888) Make Lucene's AnalyzingInfixSuggester.lookup() method that takes a BooleanQuery filter parameter available in Solr

2015-08-07 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14662524#comment-14662524 ] Arcadius Ahouansou commented on SOLR-7888: -- Hello [~janhoy] The contextField used

[jira] [Created] (SOLR-7888) Make Lucene's AnalyzingInfixSuggester.lookup() method that takes a BooleanQuery filter parameter available in Solr

2015-08-06 Thread Arcadius Ahouansou (JIRA)
Arcadius Ahouansou created SOLR-7888: Summary: Make Lucene's AnalyzingInfixSuggester.lookup() method that takes a BooleanQuery filter parameter available in Solr Key: SOLR-7888 URL: https://issues.apache.org

[jira] [Updated] (SOLR-7888) Make Lucene's AnalyzingInfixSuggester.lookup() method that takes a BooleanQuery filter parameter available in Solr

2015-08-06 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7888?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arcadius Ahouansou updated SOLR-7888: - Attachment: SOLR-7888.patch Initial patch with a few todo: - Fix highlighting - merge

[jira] [Commented] (SOLR-7888) Make Lucene's AnalyzingInfixSuggester.lookup() method that takes a BooleanQuery filter parameter available in Solr

2015-08-06 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14661000#comment-14661000 ] Arcadius Ahouansou commented on SOLR-7888: -- Please [~mikemccand], when you have

[jira] [Commented] (SOLR-7888) Make Lucene's AnalyzingInfixSuggester.lookup() method that takes a BooleanQuery filter parameter available in Solr

2015-08-09 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14679187#comment-14679187 ] Arcadius Ahouansou commented on SOLR-7888: -- Hello [~janhoy] - The {{defaultField

[jira] [Comment Edited] (SOLR-7888) Make Lucene's AnalyzingInfixSuggester.lookup() method that takes a BooleanQuery filter parameter available in Solr

2015-08-09 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14679187#comment-14679187 ] Arcadius Ahouansou edited comment on SOLR-7888 at 8/9/15 4:01 PM

[jira] [Comment Edited] (SOLR-7888) Make Lucene's AnalyzingInfixSuggester.lookup() method that takes a BooleanQuery filter parameter available in Solr

2015-08-09 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14679187#comment-14679187 ] Arcadius Ahouansou edited comment on SOLR-7888 at 8/9/15 4:02 PM

[jira] [Commented] (SOLR-7888) Make Lucene's AnalyzingInfixSuggester.lookup() method that takes a BooleanQuery filter parameter available in Solr

2015-08-09 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14679503#comment-14679503 ] Arcadius Ahouansou commented on SOLR-7888: -- Hi [~janhoy]. I am away for a couple

[jira] [Commented] (SOLR-7806) SolrCloud to use 127.0.01 instead of localhost

2015-07-21 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14635201#comment-14635201 ] Arcadius Ahouansou commented on SOLR-7806: -- Please see attached patch [~markrmil

[jira] [Commented] (LUCENE-6680) BlendedInfixSuggester dedup bug

2015-07-16 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14629467#comment-14629467 ] Arcadius Ahouansou commented on LUCENE-6680: Thank you very much [~mikemccand

  1   2   >