[jira] Updated: (SOLR-561) Solr replication by Solr (for windows also)

2008-10-20 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-561: --- Attachment: SOLR-561.patch Updated patch with a couple of bug fixes related to closing

[jira] Updated: (SOLR-561) Solr replication by Solr (for windows also)

2008-10-20 Thread Akshay K. Ukey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akshay K. Ukey updated SOLR-561: Attachment: SOLR-561.patch Patch with minor fixes related to the admin page. Solr replication by

[jira] Updated: (SOLR-561) Solr replication by Solr (for windows also)

2008-10-20 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-561: --- Attachment: SOLR-561.patch Another iteration over Akshay's patch. # Made the

immediatley commit of docs doesn't work in multiCore case

2008-10-20 Thread Parisa
Hi, I want to see the doc that is committed as soon as I commit it in my search result so I did as you suggest : solrUrl = http://mySolrServer:8080/solr/core1/;; CommonsHttpSolrServer server = new CommonsHttpSolrServer(solrUrl); server.setParser(new XMLResponseParser()); UpdateRequest req

Re: immediatley commit of docs doesn't work in multiCore case

2008-10-20 Thread Parisa
I should mention that I use apache-solr-1.3.0 Parisa wrote: Hi, I want to see the doc that is committed as soon as I commit it in my search result so I did as you suggest : solrUrl = http://mySolrServer:8080/solr/core1/;; CommonsHttpSolrServer server = new

[jira] Updated: (SOLR-818) NullPointerException at org.apache.solr.client.solrj.SolrQuery.setFields(SolrQuery.java:361)

2008-10-20 Thread Gunnar Wagenknecht (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-818?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gunnar Wagenknecht updated SOLR-818: Attachment: solr_818_npe-solrquery.patch patch to fix the problem NullPointerException at

[jira] Created: (SOLR-818) NullPointerException at org.apache.solr.client.solrj.SolrQuery.setFields(SolrQuery.java:361)

2008-10-20 Thread Gunnar Wagenknecht (JIRA)
NullPointerException at org.apache.solr.client.solrj.SolrQuery.setFields(SolrQuery.java:361) Key: SOLR-818 URL: https://issues.apache.org/jira/browse/SOLR-818

[jira] Commented: (SOLR-813) Add new DoubleMetaphone Filter and Factory

2008-10-20 Thread Todd Feak (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12641032#action_12641032 ] Todd Feak commented on SOLR-813: Good catch on that bug and enhancements. I put them in my

Re: immediatley commit of docs doesn't work in multiCore case

2008-10-20 Thread Ryan McKinley
Do you have the XmlUpdateRequestHandler mapped to /update? if that fixes it, we should make a bigger note on: http://wiki.apache.org/solr/Solrj ryan On Oct 20, 2008, at 10:41 AM, Parisa wrote: Hi, I want to see the doc that is committed as soon as I commit it in my search result so I

[jira] Commented: (SOLR-815) Add new Japanese half-width/full-width normalizaton Filter and Factory

2008-10-20 Thread Walter Underwood (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-815?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12641071#action_12641071 ] Walter Underwood commented on SOLR-815: --- I looked it up, and even found a reason to do

[jira] Updated: (SOLR-815) Add new Japanese half-width/full-width normalizaton Filter and Factory

2008-10-20 Thread Todd Feak (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-815?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Feak updated SOLR-815: --- Attachment: SOLR-815.patch That's a good reason to switch the Latin mappings. I reversed them and updated the

[jira] Commented: (SOLR-815) Add new Japanese half-width/full-width normalizaton Filter and Factory

2008-10-20 Thread Todd Feak (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-815?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12641100#action_12641100 ] Todd Feak commented on SOLR-815: For our purposes, the Japanese and Latin characters were all

[jira] Created: (SOLR-819) Add Arabic Support

2008-10-20 Thread Grant Ingersoll (JIRA)
Add Arabic Support -- Key: SOLR-819 URL: https://issues.apache.org/jira/browse/SOLR-819 Project: Solr Issue Type: New Feature Components: Analysis Reporter: Grant Ingersoll Priority: Minor

[jira] Updated: (SOLR-769) Support Document and Search Result clustering

2008-10-20 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-769?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll updated SOLR-769: - Attachment: SOLR-769.patch Removed the alternate algorithm implementations, but left in some of

dynamic filtering

2008-10-20 Thread xibin
Hi - I have done some searching and haven't found what I was looking for. I hope this has not been discussed in the forum already. This is a question as well as looking for design ideas. I need the ability to dynamically filter out search results as they are being collected. The logic that I

Re: dynamic filtering

2008-10-20 Thread Ryan McKinley
I don't quite follow what you are trying to do can you give a concrete example? What is missing from the Filter side? if you need to modify the lucene Query, a custom SearchComponent is the way to go... On Oct 20, 2008, at 6:13 PM, xibin wrote: Hi - I have done some searching and

Re: dynamic filtering

2008-10-20 Thread xibin
Thanks for the reply. Let's say that I have a location code field in the document. Say there are 2000 indexed documents that have various location codes. When a user searches, she specifies her own location, as well as the maximum radius that she wants the distance to be, in addition to other

Re: dynamic filtering

2008-10-20 Thread Ryan McKinley
check: https://issues.apache.org/jira/browse/LUCENE-1387 On Oct 20, 2008, at 6:56 PM, xibin wrote: Thanks for the reply. Let's say that I have a location code field in the document. Say there are 2000 indexed documents that have various location codes. When a user searches, she specifies

Must QueryComponent always be on and other Design Questions

2008-10-20 Thread Grant Ingersoll
I've run into this a couple of times now and I feel like it warrants a discussion For both the SpellCheckComponent (SCC) and now for the new ClusteringComponent (SOLR-769) I think there are cases where the QueryComponent (QC) is not required. In the SpellCheckComponent case it is when

Re: Must QueryComponent always be on and other Design Questions

2008-10-20 Thread Grant Ingersoll
For completeness, here's the NPE: SEVERE: java.lang.NullPointerException at org.apache.solr.common.util.StrUtils.splitSmart(StrUtils.java:37) at org.apache.solr.search.OldLuceneQParser.parse(LuceneQParserPlugin.java: 104) at

Re: Must QueryComponent always be on and other Design Questions

2008-10-20 Thread Otis Gospodnetic
This is related to something I must have only day dreamed (dreamt?) about, but not actually mentioned on solr-dev. My feeling is we are moving Solr in a direction of a more general web service that can host various NLP and ML components, and no longer only do IR/Lucene. We see that with a few