Problrm Highlighting

2008-04-15 Thread khirb7
hello every body Here is my problem : when using highlighting solr return only the best fragment (the most relevant section of the document) like this Nicolas Sarkozy naît le 28 janvier 1955 dans le 17e but I want solr to return me not only the best section but the best sections (that I

[jira] Commented: (SOLR-486) Support binary formats for QueryresponseWriter

2008-04-15 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12589031#action_12589031 ] Noble Paul commented on SOLR-486: - Yonik: it would be nice the change the interface

Server Hungs with Lucene 2.3.1

2008-04-15 Thread Funtick
I verified thread dump several times, there are a lot of messages like waiting for monitor entry ... at org.apache.lucene.index.SegmentReader.norms(SegmentReader.java:790) It corresponds to method call: // returns fake norms if norms aren't available public synchronized byte[] norms(String

Re: [jira] Commented: (SOLR-486) Support binary formats for QueryresponseWriter

2008-04-15 Thread Grant Ingersoll
FWIW, I've run apps that have thrown large XML files around and XML processing _was_ a significant part of the overall processing, on order of 10-15% due to significant compression (i.e. less to send over the pipe) and faster encoding/decoding because you aren't constantly doing string

[jira] Commented: (SOLR-486) Support binary formats for QueryresponseWriter

2008-04-15 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12589074#action_12589074 ] Yonik Seeley commented on SOLR-486: --- Ian: you can sort of figure out what the total

Re: [jira] Commented: (SOLR-486) Support binary formats for QueryresponseWriter

2008-04-15 Thread Noble Paul നോബിള്‍ नोब्ळ्
Ian:Another important aspect is the client itself. We usually tend to overlook the cost because we are only thinking of SOLR. The client always has to parse the xml and this cost is usually significant . The same math Yonik has given for server applies to client as well .A typical tomcat usually

[jira] Issue Comment Edited: (SOLR-247) Allow facet.field=* to facet on all fields (without knowing what they are)

2008-04-15 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12498336#action_12498336 ] hossman edited comment on SOLR-247 at 4/15/08 10:34 AM: - I have a

Re: [jira] Updated: (SOLR-486) Support binary formats for QueryresponseWriter

2008-04-15 Thread Shalin Shekhar Mangar
I just verified with your new patch. All tests pass. On Tue, Apr 15, 2008 at 11:17 PM, Yonik Seeley (JIRA) [EMAIL PROTECTED] wrote: [ https://issues.apache.org/jira/browse/SOLR-486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel] Yonik Seeley updated SOLR-486:

[jira] Resolved: (SOLR-486) Support binary formats for QueryresponseWriter

2008-04-15 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley resolved SOLR-486. --- Resolution: Fixed Support binary formats for QueryresponseWriter

[jira] Commented: (SOLR-521) Allow StopFilterFactory to use StopFilter setEnablePositionIncrementsDefault function

2008-04-15 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12589260#action_12589260 ] Hoss Man commented on SOLR-521: --- looks good ... i've committed the patch as well as added it's

[jira] Work started: (SOLR-521) Allow StopFilterFactory to use StopFilter setEnablePositionIncrementsDefault function

2008-04-15 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on SOLR-521 started by Hoss Man. Allow StopFilterFactory to use StopFilter setEnablePositionIncrementsDefault function

[jira] Assigned: (SOLR-521) Allow StopFilterFactory to use StopFilter setEnablePositionIncrementsDefault function

2008-04-15 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man reassigned SOLR-521: - Assignee: Hoss Man Allow StopFilterFactory to use StopFilter setEnablePositionIncrementsDefault

Re: retroactively setting Fix Version for past builds?

2008-04-15 Thread Chris Hostetter
: Assuming no objections, i'm going to try and go back (at some point) and Bulk : change those 172 issues based on CHANGES.txt. I think i can supress the : email notifications, but if not ... sorry. step $whatever_num_im_upto ... 38 issues just got updated with this comment... --- This bug

[jira] Updated: (SOLR-540) Add support for hl.fl=*

2008-04-15 Thread Lars Kotthoff (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Kotthoff updated SOLR-540: --- Attachment: solr-highlight-all.patch New patch returning only the stored fields. Add support for

[jira] Commented: (SOLR-540) Add support for hl.fl=*

2008-04-15 Thread Lars Kotthoff (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-540?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12589384#action_12589384 ] Lars Kotthoff commented on SOLR-540: Erik, I agree. This issue has been around for almost