Hello,
Just wondering if anyone has patched lucene 4.x for usage with java 17+ and
willing to share their work? anything would be appreciated.
No we cannot upgrade lucene, and will likely spend time to try to
backport/patch it ourselves, but maybe someone already has? if anyone has
interest in
On Sat, Jul 13, 2013 at 10:25 AM, VIGNESH S wrote:
> Hi,
>
> I tried indexing in Desktop..It works fine.
> The above error loading error comes only in android..
> Any comments..
Don't strip META-INF/services files out of the jars
On Thu, Jun 6, 2013 at 7:38 AM, Lance Norskog wrote:
> The simple answer (that somehow nobody gave) is that you can make a copy
> of an index directory at any time. Indexes are changed in "generations".
> The segment* files describe the current generation of files. All active
> indexing goes on i
On Tue, May 21, 2013 at 3:12 PM, Konstantyn Smirnov wrote:
> I want to refresh the topic a bit.
>
> Using the Lucene 4.3.0, I could'n find a method like expungeDeletes() in
> the
> IW anymore.
http://lucene.apache.org/core/4_3_0/core/org/apache/lucene/index/IndexWriter.html#forceMergeDeletes()
On Wed, Apr 17, 2013 at 12:57 PM, Ashish Sarna wrote:
> I want to take back-up of a Lucene index. I need to ensure that index files
> would not change when I take their backup.
>
>
> I am concerned about the housekeeping/merge/optimization activities which
> Lucene performs internally. I am not
On Mon, Feb 25, 2013 at 12:19 PM, Thomas Matthijs wrote:
> On Mon, Feb 25, 2013 at 11:30 AM, Thomas Matthijs wrote:
>
>>
>> On Mon, Feb 25, 2013 at 11:24 AM, Paul Taylor wrote:
>>
>>> On 20/02/2013 11:28, Paul Taylor wrote:
>>>
>>>> Just upd
On Mon, Feb 25, 2013 at 11:30 AM, Thomas Matthijs wrote:
>
> On Mon, Feb 25, 2013 at 11:24 AM, Paul Taylor wrote:
>
>> On 20/02/2013 11:28, Paul Taylor wrote:
>>
>>> Just updating codebase from Lucene 3.6 to Lucene 4.1 and seems my tests
>>> that use Norma
On Mon, Feb 25, 2013 at 11:24 AM, Paul Taylor wrote:
> On 20/02/2013 11:28, Paul Taylor wrote:
>
>> Just updating codebase from Lucene 3.6 to Lucene 4.1 and seems my tests
>> that use NormalizeCharMap for replacing characters in the anyalzers are not
>> working.
>>
>> bump, anybody I thought a s
On Mon, Oct 8, 2012 at 2:29 PM, Thomas Matthijs wrote:
> On Mon, Oct 8, 2012 at 11:28 AM, Uwe Schindler wrote:
>> Hi,
>>
>> This is a known problem currently. I think there is already an issue open,
>> so this was not solved for 4.0 (I don't have the issu
On Mon, Oct 8, 2012 at 11:28 AM, Uwe Schindler wrote:
> Hi,
>
> This is a known problem currently. I think there is already an issue open, so
> this was not solved for 4.0 (I don't have the issue no available at the
> moment).
>
> My plan to fix this is to make Filters behave like queries (with
On Mon, Oct 8, 2012 at 11:28 AM, Uwe Schindler wrote:
> Hi,
>
> This is a known problem currently. I think there is already an issue open, so
> this was not solved for 4.0 (I don't have the issue no available at the
> moment).
>
> My plan to fix this is to make Filters behave like queries (with
Hello,
I have some custom queries & scorer that need to able to construct the
"global" docIds (doc + docBase).
But when i use these in a QueryWrapperFilter they no longer work,
because QueryWrapperFilter.getDocIdSet uses a "private context"
(context.reader().getContext();) which always has a docB
And to include the code
On Thu, Oct 4, 2012 at 3:52 PM, Markus Jelsma
wrote:
> I forgot to add that this is with today's build of trunk.
>
> -Original message-
>> From:Markus Jelsma
>> Sent: Thu 04-Oct-2012 15:42
>> To: java-user@lucene.apache.org
>> Subject: Highlighter IOOBE with modif
13 matches
Mail list logo