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
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.
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
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
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
: 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
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
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:
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
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
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
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
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
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
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?
[
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.
[
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
[
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
[
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
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
[
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
[
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
[
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
[
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
[
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:
[
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
[
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
[
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
[
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
[
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
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
[
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
[
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
[
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:
[
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
[
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:
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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.
[
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
[
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
[
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 - 100 of 407 matches
Mail list logo