Re: Using term offsets for hit highlighting

2012-03-19 Thread Mike Sokolov
I posted a patch with a Collector somewhat similar to what you described, Alan - it's attached to one of the sub-issues https://issues.apache.org/jira/browse/LUCENE-3318. It is in a fairly complete "alpha" state, but has seen no production use of course, since it relies on the remainder of th

Re: Solr Config XML DTD's

2011-05-18 Thread Mike Sokolov
I looked into inserting a formal validation step in o.a.solr.core.Config and ran some preliminary simple tests. The code is fairly simple; just a couple of gotchas: 1) to use the RNC validation language (my preference), we would need to pull in a couple of new jars, one of which is over 600K.

Re: Building from Eclipse

2011-05-18 Thread Mike Sokolov
It's also possible to get this working by checking out w/svn external to eclipse, and then New Java Project and pointing that at the folder. The trick is to get Eclipse to understand that the new project "has Java nature". I agree this is confusing, though. It could be a nice help to produce

Re: XmlCharFilter

2011-06-15 Thread Mike Sokolov
o I'd like to contribute. Should I open a JIRA for this? Is there anybody that can spare the time to review? It is basically one class (plus a factory class) and has a fairly complete set of tests. -Mike Sokolov Engineering Directory iFactory.com

Re: [jira] [Created] (SOLR-2597) XmlCharFilter

2011-06-15 Thread Mike Sokolov
Perhaps that name would be more consistent with HTMLStripCharFilter, yes, but it wasn't the one I was using. Also - I mean to post a patch here, but left the important files on a machine which is inaccessible at the moment, so I will post this evening. -Mike On 06/15/2011 09:28 AM, Koji Seki

Re: revisit naming for grouping/join?

2011-07-05 Thread Mike Sokolov
: Maybe modules/nested? modules/nesteddocs? modules/subdocs modules/nesteddocs modules/nested None of them scream "this is the perfect name" to me, but none of them scream "dear lord this is a terrible idea" either. Instinct says "All other factors being equal, pick th

Re: revisit naming for grouping/join?

2011-07-06 Thread Mike Sokolov
On 07/06/2011 08:47 AM, Michael McCandless wrote: How about modules/superdoc? It wouldn't undersell, at least :) I agree it's no longer under selling :) But I like this even less than sub! First, I think it has the same problems that sub has since it's just symmetric: it's too un-equa

Re: new AutomatonQuery(RunAutomaton) ?

2011-08-31 Thread Mike Sokolov
Can you clone the AutomatonQuery and combine it with a filter returning a single document? There is code that does something like this in LUCENE-3318. That way you can test if the automaton matches a document without the need to tease it apart. -Mike On 08/31/2011 04:32 PM, eks dev wrote:

Re: lucene-solr pull request: Fixing typo in example schema: 'salves' => 'slaves'

2012-02-20 Thread Mike Sokolov
I did notice that according to the post you linked to, Spring also requires an additional step beyond a pull-request to document license compliance: - I skirted over this in the article, but it's an important point. In ge

Re: Query, Searcher, Weight, Similarity = ?

2012-06-29 Thread Mike Sokolov
This has been elucidating, thanks! On a related topic: I need the ability to pull results lazily, so that I can decide whether to terminate the search iteration early, and ultimately I need to delegate that decision to callers of *my* API. My first question is: did I overlook support for thi

Re: Query, Searcher, Weight, Similarity = ?

2012-06-29 Thread Mike Sokolov
On 06/29/2012 02:17 PM, Robert Muir wrote: On Fri, Jun 29, 2012 at 2:12 PM, Mike Sokolov wrote: This has been elucidating, thanks! On a related topic: I need the ability to pull results lazily, so that I can decide whether to terminate the search iteration early, and ultimately I need

Re: Query, Searcher, Weight, Similarity = ?

2012-06-29 Thread Mike Sokolov
On 06/29/2012 02:55 PM, Mike Sokolov wrote: On 06/29/2012 02:17 PM, Robert Muir wrote: On Fri, Jun 29, 2012 at 2:12 PM, Mike Sokolov wrote: This has been elucidating, thanks! On a related topic: I need the ability to pull results lazily, so that I can decide whether to terminate the

RE: run in eclipse error

2017-10-17 Thread Mike Sokolov
Checkstyle has a onetoplevelclass rule that would enforce this On October 17, 2017 3:45:01 AM EDT, Uwe Schindler wrote: >Hi, > >this has nothing to do with the Java version. I generally ignore this >Eclipse-failure as I only develop in Eclipse, but run from command >line. The reason for this beha

randomized tests not reproducible on main

2025-06-30 Thread Mike Sokolov
Did something get messed up with randomized testing? I'm finding that even when passing -Ptests.seed and running a single test I am getting different random()'s

called on the wrong instance

2025-08-14 Thread Mike Sokolov
Hi developers, we're starting to see a bunch of test failures with this message: java.lang.AssertionError: Called on the wrong instance but that message doesn't seem to occur anywhere in our code base? Does anyone have a clue where it might be coming from?

[jira] [Commented] (LUCENE-4040) Improve QueryParser and supported syntax documentation

2012-05-09 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13271339#comment-13271339 ] Mike Sokolov commented on LUCENE-4040: -- There is a real need for this.

[jira] [Issue Comment Edited] (LUCENE-4040) Improve QueryParser and supported syntax documentation

2012-05-09 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13272061#comment-13272061 ] Mike Sokolov edited comment on LUCENE-4040 at 5/10/12 3:4

[jira] [Updated] (LUCENE-4040) Improve QueryParser and supported syntax documentation

2012-05-09 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4040?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Sokolov updated LUCENE-4040: - Attachment: LUCENE-4040.patch small document patch for surround parser

[jira] [Updated] (LUCENE-4040) Improve QueryParser and supported syntax documentation

2012-05-10 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4040?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Sokolov updated LUCENE-4040: - Attachment: LUCENE-4040.patch Oops - it's been a while since I updated. Here's a pat

[jira] [Created] (SOLR-3513) specifying 2147483647 for rows parameter causes AIOOBE

2012-06-05 Thread Mike Sokolov (JIRA)
Mike Sokolov created SOLR-3513: -- Summary: specifying 2147483647 for rows parameter causes AIOOBE Key: SOLR-3513 URL: https://issues.apache.org/jira/browse/SOLR-3513 Project: Solr Issue Type

[jira] [Updated] (SOLR-3513) specifying 2147483647 for rows parameter causes AIOOBE

2012-06-05 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Sokolov updated SOLR-3513: --- Description: A request such as: /select?version=2.2&q=*%3A*&fq=*%3A*&start=1&rows=2

[jira] [Commented] (SOLR-3284) StreamingUpdateSolrServer swallows exceptions

2012-06-10 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13292507#comment-13292507 ] Mike Sokolov commented on SOLR-3284: Another approach we have been using in a sim

[jira] [Comment Edited] (SOLR-3284) StreamingUpdateSolrServer swallows exceptions

2012-06-10 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13292507#comment-13292507 ] Mike Sokolov edited comment on SOLR-3284 at 6/10/12 12:1

[jira] [Updated] (SOLR-141) Errors/Exceptions should be formated by ResponseWriter

2011-05-20 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Sokolov updated SOLR-141: -- Attachment: error-response.patch In this patch, SolrDispatchFilter.sendError() uses the ResponseWriter

[jira] [Issue Comment Edited] (SOLR-141) Errors/Exceptions should be formated by ResponseWriter

2011-05-20 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13037258#comment-13037258 ] Mike Sokolov edited comment on SOLR-141 at 5/21/11 3:55 AM:

[jira] [Commented] (LUCENE-3133) Fix QueryParser to handle nested fields

2011-05-23 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3133?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13038328#comment-13038328 ] Mike Sokolov commented on LUCENE-3133: -- Mightn't you want to be able t

[jira] [Updated] (SOLR-1758) schema definition for configuration files

2011-05-23 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1758?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Sokolov updated SOLR-1758: --- Attachment: config-validation-20110523.patch > schema definition for configuration fi

[jira] [Commented] (SOLR-1758) schema definition for configuration files

2011-05-23 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1758?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13038355#comment-13038355 ] Mike Sokolov commented on SOLR-1758: This was originally reported in the contex

[jira] [Commented] (SOLR-2571) IndexBasedSpellChecker "thresholdTokenFrequency" fails with a ClassCastException on startup

2011-06-02 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13043165#comment-13043165 ] Mike Sokolov commented on SOLR-2571: sounds like a good case for a config sc

[jira] [Commented] (SOLR-2571) IndexBasedSpellChecker "thresholdTokenFrequency" fails with a ClassCastException on startup

2011-06-02 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13043172#comment-13043172 ] Mike Sokolov commented on SOLR-2571: I posted a patch in SOLR-1758 that h

[jira] [Created] (SOLR-2597) XmlCharFilter

2011-06-15 Thread Mike Sokolov (JIRA)
XmlCharFilter - Key: SOLR-2597 URL: https://issues.apache.org/jira/browse/SOLR-2597 Project: Solr Issue Type: Improvement Components: Schema and Analysis Affects Versions: 4.0 Reporter: Mike Sokolov

[jira] [Updated] (SOLR-2597) XmlCharFilter

2011-06-15 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Sokolov updated SOLR-2597: --- Attachment: SOLR-2597.patch I tried to include the upgraded Woodstox jars, but I don't th

[jira] [Commented] (SOLR-2597) XmlCharFilter

2011-06-16 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13050370#comment-13050370 ] Mike Sokolov commented on SOLR-2597: OK - I can extend LuceneTestCase, use its ra

[jira] [Issue Comment Edited] (SOLR-219) Determine if prefix, wildcard, fuzzy queries should be lowercased

2011-06-16 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13050645#comment-13050645 ] Mike Sokolov edited comment on SOLR-219 at 6/16/11 6:52 PM:

[jira] [Commented] (SOLR-219) Determine if prefix, wildcard, fuzzy queries should be lowercased

2011-06-16 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13050645#comment-13050645 ] Mike Sokolov commented on SOLR-219: --- Is there a reson this issue can't be deal

[jira] [Commented] (SOLR-2490) PropertiesRequestHandler; encode line.separator

2011-06-16 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13050698#comment-13050698 ] Mike Sokolov commented on SOLR-2490: I would recommend using entities for this:

[jira] [Issue Comment Edited] (SOLR-2490) PropertiesRequestHandler; encode line.separator

2011-06-16 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13050698#comment-13050698 ] Mike Sokolov edited comment on SOLR-2490 at 6/16/11 8:1

[jira] [Updated] (SOLR-2597) XmlCharFilter

2011-06-16 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Sokolov updated SOLR-2597: --- Attachment: SOLR-2597.patch Updated patch addresses (most of) Robert and Hoss' comments (thank

[jira] [Commented] (SOLR-219) Determine if prefix, wildcard, fuzzy queries should be lowercased

2011-06-17 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13051355#comment-13051355 ] Mike Sokolov commented on SOLR-219: --- I wonder whether there should be some kin

[jira] [Commented] (SOLR-219) Determine if prefix, wildcard, fuzzy queries should be lowercased

2011-06-19 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13051789#comment-13051789 ] Mike Sokolov commented on SOLR-219: --- Yes, I've implemented anagram queryi

[jira] [Commented] (SOLR-219) Determine if prefix, wildcard, fuzzy queries should be lowercased

2011-06-20 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13051965#comment-13051965 ] Mike Sokolov commented on SOLR-219: --- Fair enough - And by the way +1 on all this

[jira] [Commented] (LUCENE-3080) cutover highlighter to BytesRef

2011-06-22 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3080?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13053245#comment-13053245 ] Mike Sokolov commented on LUCENE-3080: -- There could be a good reason though

[jira] [Commented] (LUCENE-3080) cutover highlighter to BytesRef

2011-06-22 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3080?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13053275#comment-13053275 ] Mike Sokolov commented on LUCENE-3080: -- It might be a bit more complicated? L

[jira] [Commented] (LUCENE-3080) cutover highlighter to BytesRef

2011-06-22 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3080?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13053300#comment-13053300 ] Mike Sokolov commented on LUCENE-3080: -- Yeah I knew that at some point, but stu

[jira] [Commented] (LUCENE-3080) cutover highlighter to BytesRef

2011-06-22 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3080?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13053432#comment-13053432 ] Mike Sokolov commented on LUCENE-3080: -- I agree it's necessary to prove

[jira] [Created] (LUCENE-3234) Provide limit on phrase analysis in FastVectorHighlighter

2011-06-23 Thread Mike Sokolov (JIRA)
Reporter: Mike Sokolov With larger documents, FVH can spend a lot of time trying to find the best-scoring snippet as it examines every possible phrase formed from matching terms in the document. If one is willing to accept less-than-perfect scoring by limiting the number of phrases that

[jira] [Updated] (LUCENE-3234) Provide limit on phrase analysis in FastVectorHighlighter

2011-06-23 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Sokolov updated LUCENE-3234: - Attachment: LUCENE-3234.patch > Provide limit on phrase analysis in FastVectorHighligh

[jira] [Commented] (LUCENE-3234) Provide limit on phrase analysis in FastVectorHighlighter

2011-06-23 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13054010#comment-13054010 ] Mike Sokolov commented on LUCENE-3234: -- Yes, although a smaller number migh

[jira] [Commented] (LUCENE-3234) Provide limit on phrase analysis in FastVectorHighlighter

2011-06-23 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13054093#comment-13054093 ] Mike Sokolov commented on LUCENE-3234: -- Yes, that makes sense to me - defaul

[jira] [Commented] (LUCENE-3234) Provide limit on phrase analysis in FastVectorHighlighter

2011-06-23 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13054125#comment-13054125 ] Mike Sokolov commented on LUCENE-3234: -- I don't think I can share

[jira] [Commented] (LUCENE-3234) Provide limit on phrase analysis in FastVectorHighlighter

2011-06-23 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13054162#comment-13054162 ] Mike Sokolov commented on LUCENE-3234: -- I did go back and look at the original

[jira] [Updated] (LUCENE-3234) Provide limit on phrase analysis in FastVectorHighlighter

2011-06-23 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Sokolov updated LUCENE-3234: - Attachment: LUCENE-3234.patch Added solr parameter hl.phraseLimit (default=5000) > Prov

[jira] [Updated] (LUCENE-3234) Provide limit on phrase analysis in FastVectorHighlighter

2011-06-23 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Sokolov updated LUCENE-3234: - Attachment: LUCENE-3234.patch > Provide limit on phrase analysis in FastVectorHighligh

[jira] [Updated] (LUCENE-3234) Provide limit on phrase analysis in FastVectorHighlighter

2011-06-23 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Sokolov updated LUCENE-3234: - Attachment: (was: LUCENE-3234.patch) > Provide limit on phrase analysis

[jira] [Issue Comment Edited] (LUCENE-3234) Provide limit on phrase analysis in FastVectorHighlighter

2011-06-23 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13054213#comment-13054213 ] Mike Sokolov edited comment on LUCENE-3234 at 6/24/11 2:0

[jira] [Updated] (LUCENE-3234) Provide limit on phrase analysis in FastVectorHighlighter

2011-06-25 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Sokolov updated LUCENE-3234: - Attachment: LUCENE-3234.patch Sure - the test is fragile. It was just meant to illustrate the

[jira] [Commented] (LUCENE-1889) FastVectorHighlighter: support for additional queries

2011-06-25 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13054923#comment-13054923 ] Mike Sokolov commented on LUCENE-1889: -- I made an incremental change to FV

[jira] [Commented] (LUCENE-1889) FastVectorHighlighter: support for additional queries

2011-06-25 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13054985#comment-13054985 ] Mike Sokolov commented on LUCENE-1889: -- No, no range queries, sorry. I don

[jira] [Updated] (LUCENE-1889) FastVectorHighlighter: support for additional queries

2011-06-25 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Sokolov updated LUCENE-1889: - Attachment: LUCENE-1889.patch Patch includes FVH support for Wildcard-, Regexp- and PrefixQuery

[jira] [Commented] (LUCENE-2949) FastVectorHighlighter FieldTermStack could likely benefit from using TermVectorMapper

2011-06-26 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13055115#comment-13055115 ] Mike Sokolov commented on LUCENE-2949: -- This looks like the same issue as LUCEN

[jira] [Commented] (LUCENE-3234) Provide limit on phrase analysis in FastVectorHighlighter

2011-06-26 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13055301#comment-13055301 ] Mike Sokolov commented on LUCENE-3234: -- Thank you, Koji - it's nice t

[jira] [Commented] (LUCENE-1889) FastVectorHighlighter: support for additional queries

2011-06-27 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13055546#comment-13055546 ] Mike Sokolov commented on LUCENE-1889: -- Robert: Thanks that sounds like good ad

[jira] [Commented] (LUCENE-1889) FastVectorHighlighter: support for additional queries

2011-06-27 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13055599#comment-13055599 ] Mike Sokolov commented on LUCENE-1889: -- Ah, I see - that's awesome, thank

[jira] [Commented] (LUCENE-2878) Allow Scorer to expose positions and payloads aka. nuke spans

2011-06-28 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13056967#comment-13056967 ] Mike Sokolov commented on LUCENE-2878: -- I've been fiddling with hi

[jira] [Commented] (LUCENE-2878) Allow Scorer to expose positions and payloads aka. nuke spans

2011-06-29 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13057306#comment-13057306 ] Mike Sokolov commented on LUCENE-2878: -- bq. there should be only one cons

[jira] [Issue Comment Edited] (LUCENE-2878) Allow Scorer to expose positions and payloads aka. nuke spans

2011-06-29 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13057306#comment-13057306 ] Mike Sokolov edited comment on LUCENE-2878 at 6/29/11 3:4

[jira] [Updated] (LUCENE-2878) Allow Scorer to expose positions and payloads aka. nuke spans

2011-06-29 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2878?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Sokolov updated LUCENE-2878: - Attachment: PosHighlighter.patch Attaching a patch with a simple highlighter using the

[jira] [Updated] (LUCENE-2878) Allow Scorer to expose positions and payloads aka. nuke spans

2011-07-02 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2878?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Sokolov updated LUCENE-2878: - Attachment: LUCENE-2878-OR.patch updated patch provides positions() for Boolean OR (disjunction

[jira] [Updated] (LUCENE-2878) Allow Scorer to expose positions and payloads aka. nuke spans

2011-07-02 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2878?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Sokolov updated LUCENE-2878: - Attachment: PosHighlighter.patch Updated PosHighlighter patch that actually works

[jira] [Commented] (LUCENE-2878) Allow Scorer to expose positions and payloads aka. nuke spans

2011-07-03 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13059256#comment-13059256 ] Mike Sokolov commented on LUCENE-2878: -- bq. So PositionsInterators are n

[jira] [Commented] (LUCENE-2878) Allow Scorer to expose positions and payloads aka. nuke spans

2011-07-05 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13060203#comment-13060203 ] Mike Sokolov commented on LUCENE-2878: -- Yeah that would be great - I hope I&#

[jira] [Commented] (LUCENE-2878) Allow Scorer to expose positions and payloads aka. nuke spans

2011-07-07 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13061480#comment-13061480 ] Mike Sokolov commented on LUCENE-2878: -- bq. what do you mean by sweeping upd

[jira] [Commented] (LUCENE-2878) Allow Scorer to expose positions and payloads aka. nuke spans

2011-07-08 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13061904#comment-13061904 ] Mike Sokolov commented on LUCENE-2878: -- bq. I am not sure if I understand

[jira] [Updated] (LUCENE-2878) Allow Scorer to expose positions and payloads aka. nuke spans

2011-07-09 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2878?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Sokolov updated LUCENE-2878: - Attachment: LUCENE-2878.patch Not sure what to call these patch files now? This is relative to

[jira] [Commented] (LUCENE-2878) Allow Scorer to expose positions and payloads aka. nuke spans

2011-07-09 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13062592#comment-13062592 ] Mike Sokolov commented on LUCENE-2878: -- To make further progress, I think we

[jira] [Issue Comment Edited] (LUCENE-2878) Allow Scorer to expose positions and payloads aka. nuke spans

2011-07-09 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13062592#comment-13062592 ] Mike Sokolov edited comment on LUCENE-2878 at 7/9/11 5:4

[jira] [Updated] (LUCENE-2878) Allow Scorer to expose positions and payloads aka. nuke spans

2011-07-10 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2878?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Sokolov updated LUCENE-2878: - Attachment: LUCENE-2878.patch I made some progress with a Collector-based positions API; my

[jira] [Commented] (LUCENE-2878) Allow Scorer to expose positions and payloads aka. nuke spans

2011-07-11 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13063379#comment-13063379 ] Mike Sokolov commented on LUCENE-2878: -- bq. if(foo==null) is a problem as lon

[jira] [Commented] (LUCENE-2878) Allow Scorer to expose positions and payloads aka. nuke spans

2011-07-11 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13063499#comment-13063499 ] Mike Sokolov commented on LUCENE-2878: -- OK I think I brushed by some of

[jira] [Commented] (LUCENE-2878) Allow Scorer to expose positions and payloads aka. nuke spans

2011-07-11 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13063595#comment-13063595 ] Mike Sokolov commented on LUCENE-2878: -- bq. But I think this is what I thin

[jira] [Commented] (LUCENE-2878) Allow Scorer to expose positions and payloads aka. nuke spans

2011-07-11 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13063689#comment-13063689 ] Mike Sokolov commented on LUCENE-2878: -- I hope you all will review the patch

[jira] [Commented] (LUCENE-2878) Allow Scorer to expose positions and payloads aka. nuke spans

2011-07-12 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13064285#comment-13064285 ] Mike Sokolov commented on LUCENE-2878: -- Looks good, Simon! So - working with

[jira] [Commented] (LUCENE-2309) Fully decouple IndexWriter from analyzers

2011-07-13 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13064537#comment-13064537 ] Mike Sokolov commented on LUCENE-2309: -- Would there be any valid use for

[jira] [Commented] (LUCENE-2878) Allow Scorer to expose positions and payloads aka. nuke spans

2011-07-13 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13065009#comment-13065009 ] Mike Sokolov commented on LUCENE-2878: -- bq. how about gatherPositions() ? Seem

[jira] [Updated] (LUCENE-2878) Allow Scorer to expose positions and payloads aka. nuke spans

2011-07-13 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2878?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Sokolov updated LUCENE-2878: - Attachment: LUCENE-2878.patch > Allow Scorer to expose positions and payloads aka. nuke sp

[jira] [Commented] (SOLR-1397) It should be possible to highlight external text

2011-07-15 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13066165#comment-13066165 ] Mike Sokolov commented on SOLR-1397: I'm interested, but don't see

[jira] [Commented] (LUCENE-3318) Sketch out highlighting based on term positions / position iterators

2011-07-15 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13066224#comment-13066224 ] Mike Sokolov commented on LUCENE-3318: -- That's been on my mind since you

[jira] [Assigned] (LUCENE-3318) Sketch out highlighting based on term positions / position iterators

2011-07-15 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3318?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Sokolov reassigned LUCENE-3318: Assignee: Mike Sokolov > Sketch out highlighting based on term positions / posit

[jira] [Updated] (LUCENE-3318) Sketch out highlighting based on term positions / position iterators

2011-07-23 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3318?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Sokolov updated LUCENE-3318: - Attachment: LUCENE-3318.patch > Sketch out highlighting based on term positions / posit

[jira] [Commented] (LUCENE-3318) Sketch out highlighting based on term positions / position iterators

2011-07-23 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13070066#comment-13070066 ] Mike Sokolov commented on LUCENE-3318: -- Uploading a patch for this that buil

[jira] [Updated] (LUCENE-3318) Sketch out highlighting based on term positions / position iterators

2011-07-23 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3318?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Sokolov updated LUCENE-3318: - Attachment: LUCENE-3318.patch > Sketch out highlighting based on term positions / posit

[jira] [Updated] (LUCENE-3318) Sketch out highlighting based on term positions / position iterators

2011-07-23 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3318?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Sokolov updated LUCENE-3318: - Attachment: (was: LUCENE-3318.patch) > Sketch out highlighting based on term positi

[jira] [Commented] (LUCENE-3318) Sketch out highlighting based on term positions / position iterators

2011-07-24 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13070207#comment-13070207 ] Mike Sokolov commented on LUCENE-3318: -- Thanks for the pointers; I'll

[jira] [Commented] (LUCENE-3318) Sketch out highlighting based on term positions / position iterators

2011-07-24 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13070211#comment-13070211 ] Mike Sokolov commented on LUCENE-3318: -- bq. Maybe the rewritemethod used here

[jira] [Commented] (LUCENE-3318) Sketch out highlighting based on term positions / position iterators

2011-07-24 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13070223#comment-13070223 ] Mike Sokolov commented on LUCENE-3318: -- bq. The TokenStream must

[jira] [Updated] (LUCENE-3318) Sketch out highlighting based on term positions / position iterators

2011-07-24 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3318?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Sokolov updated LUCENE-3318: - Attachment: LUCENE-3318.patch updated patch encodes offset payloads as VInts, corrects

[jira] [Commented] (LUCENE-3338) Flexible query parser does not support open ranges and range queries with mixed inclusive and exclusive ranges

2011-07-29 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13073129#comment-13073129 ] Mike Sokolov commented on LUCENE-3338: -- I wondered that too, so I checked.

[jira] [Commented] (SOLR-2606) Solr sort no longer works on field names with some punctuation in them

2011-07-29 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13073130#comment-13073130 ] Mike Sokolov commented on SOLR-2606: My money's on this: // shor

[jira] [Updated] (LUCENE-3318) Sketch out highlighting based on term positions / position iterators

2011-08-07 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3318?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Sokolov updated LUCENE-3318: - Attachment: LUCENE-3318.patch Updated patch now handles MultiTermQuerys nested (however deeply

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

2011-08-13 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13084713#comment-13084713 ] Mike Sokolov commented on SOLR-2204: Would it make sense to restore the old (CES

  1   2   3   4   5   >