[jira] Updated: (SOLR-835) reduce Object creation in SearchHandler

2008-11-04 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-835: Attachment: SOLR-835.patch keep sa small cache of shard vs SolrServer and reuse Objects. BinaryResponseparse

[jira] Created: (SOLR-835) reduce Object creation in SearchHandler

2008-11-04 Thread Noble Paul (JIRA)
reduce Object creation in SearchHandler --- Key: SOLR-835 URL: https://issues.apache.org/jira/browse/SOLR-835 Project: Solr Issue Type: Improvement Reporter: Noble Paul CommonsHttpSolrServer

Re: dataimporthandler where is the class chich collect query and deltaQuery

2008-11-04 Thread Noble Paul നോബിള്‍ नोब्ळ्
You may not need to understand how DocBuilder works. You can keep the batchSize high and index in batches . But for delta it is hard. because every batch will have to recalculate the delta rows. Did you try creating a view in your DB and query that so that the queries do not consume so much time?

[jira] Commented: (SOLR-759) DateField already formats the date as a string before sending it to the writer

2008-11-04 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12645095#action_12645095 ] Yonik Seeley commented on SOLR-759: --- I agree it's non-optimal, but I don't see a good way t

[jira] Resolved: (SOLR-751) WordDelimiterFilter doesn't adjust startOffset

2008-11-04 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley resolved SOLR-751. --- Resolution: Fixed Thanks Stefan, I just committed this. > WordDelimiterFilter doesn't adjust startOffs

Re: dataimporthandler where is the class chich collect query and deltaQuery

2008-11-04 Thread sunnyfr
Hi Shalin, Thanks for your answer. I tried to understand how work DocBuilder, didn't get really where can I get the request from query and add at the end limit ?? What about this debug ??? Where can I find it ?? Thanks a lot, Shalin Shekhar Mangar wrote: > > Hi, > > Most of that happens in Do

[jira] Commented: (SOLR-799) Add support for hash based exact/near duplicate document handling

2008-11-04 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12645073#action_12645073 ] Mark Miller commented on SOLR-799: -- Ok. I cant muster up much of a defense for leaving it ou

[jira] Commented: (SOLR-799) Add support for hash based exact/near duplicate document handling

2008-11-04 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12645061#action_12645061 ] Yonik Seeley commented on SOLR-799: --- bq. Maybe we just do overwrite dupe for now? +1, as l

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

2008-11-04 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-818?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley resolved SOLR-818. --- Resolution: Fixed Committed. Thanks! > NullPointerException at > org.apache.solr.client.solrj.SolrQ

Re: dataimporthandler where is the class chich collect query and deltaQuery

2008-11-04 Thread Shalin Shekhar Mangar
Hi, Most of that happens in DocBuilder#buildDocument method. Solr 1.3 has a bug which does not let the "start" and "rows" parameter work in normal mode (they work only in debug mode). The trunk versions have that bug fixed which can be used to limit indexing. On Tue, Nov 4, 2008 at 6:49 PM, sunn

dataimporthandler where is the class chich collect query and deltaQuery

2008-11-04 Thread sunnyfr
Hi everybody I'm using solr 1.3 and mysql, and the query is too big to get back rows without OOM I would to modify the code cuz I can't use batchSize -1 on the production database during 10hours without stack other process on it. So I would like to make several request on it with a limit between

[jira] Commented: (SOLR-822) CharFilter - normalize characters before tokenizer

2008-11-04 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12644955#action_12644955 ] Koji Sekiguchi commented on SOLR-822: - Hoss, sorry for the late reply. {quote} 1) if i u

[jira] Created: (SOLR-834) AnalysisRequestHandler UI

2008-11-04 Thread Erik Hatcher (JIRA)
AnalysisRequestHandler UI - Key: SOLR-834 URL: https://issues.apache.org/jira/browse/SOLR-834 Project: Solr Issue Type: Improvement Components: web gui Affects Versions: 1.3 Reporter: Erik Ha

[jira] Updated: (SOLR-834) AnalysisRequestHandler UI

2008-11-04 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik Hatcher updated SOLR-834: -- Attachment: analysis.html > AnalysisRequestHandler UI > - > > Key

[jira] Commented: (SOLR-667) Alternate LRUCache implementation

2008-11-04 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12644942#action_12644942 ] Shalin Shekhar Mangar commented on SOLR-667: I ran it again with a new thread for