[
https://issues.apache.org/jira/browse/LUCENE-2015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12843539#action_12843539
]
Cédrik LIME commented on LUCENE-2015:
-
Robert, any news on this patch? Can we ge
[
https://issues.apache.org/jira/browse/LUCENE-2015?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Cédrik LIME updated LUCENE-2015:
Attachment: LUCENE-2015.patch
Robert: I liked the dual approach (fold 1 {{char}} / a {{char
You (or someone else) has reset your password.
-
Your password has been changed to: MCwqNr
You can change your password here:
https://issues.apache.org/jira/secure/ViewProfile.jspa
Here are the details of your account
Wildcard Queries with leading "*"
-
Key: LUCENE-489
URL: http://issues.apache.org/jira/browse/LUCENE-489
Project: Lucene - Java
Type: Wish
Components: QueryParser
Reporter: Peter Schäfer
It would be nice to hav
[
http://issues.apache.org/jira/browse/LUCENE-489?page=comments#action_12363790 ]
Peter Schäfer commented on LUCENE-489:
--
Thanks, I know that those queries perform badly.
Do you have a hint how to improve those kinds of queries ?
Or is there a chance
[
http://issues.apache.org/jira/browse/LUCENE-489?page=comments#action_12363796 ]
Peter Schäfer commented on LUCENE-489:
--
great idea, thanks !
but what about *xyz* :-(
> Wildcard Queries with lead
NPE during mergeSegments
Key: LUCENE-552
URL: http://issues.apache.org/jira/browse/LUCENE-552
Project: Lucene - Java
Type: Bug
Components: Index
Versions: 2.0
Environment: 2.0-rc1-dev
Reporter: Ole Kværnø
The JVM stops
[
http://issues.apache.org/jira/browse/LUCENE-552?page=comments#action_12376656 ]
Ole Kværnø commented on LUCENE-552:
---
Occured once more. Further log details (SRC = rev 396455)
...
[java] [GC 537735K->471821K(769088K), 0.0765670 s
Decouple Filter from BitSet
---
Key: LUCENE-584
URL: http://issues.apache.org/jira/browse/LUCENE-584
Project: Lucene - Java
Type: Improvement
Components: Search
Versions: 2.0.1
Reporter: Peter Schäfer
Priority: Minor
[
http://issues.apache.org/jira/browse/LUCENE-584?page=comments#action_12414224 ]
Peter Schäfer commented on LUCENE-584:
--
thanks, this looks interesting.
Regards,
Peter
> Decouple Filter from BitSet
> ---
>
>
Spellchecker's dictionary iterator misbehaves
-
Key: LUCENE-593
URL: http://issues.apache.org/jira/browse/LUCENE-593
Project: Lucene - Java
Type: Bug
Components: Search
Versions: 2.0.0
Environment: Any
[
http://issues.apache.org/jira/browse/LUCENE-593?page=comments#action_12415345 ]
Kåre Fiedler Christiansen commented on LUCENE-593:
--
Ad 1)
- I don't. I just noticed it when looking at the code. However, if the iterator
is only suppos
[ http://issues.apache.org/jira/browse/LUCENE-593?page=all ]
Kåre Fiedler Christiansen updated LUCENE-593:
-
Attachment: LuceneDictionary.java.diff
Patch to make LuceneDictionery's Iterator conform with the Iterator contract
> Spellc
[
http://issues.apache.org/jira/browse/LUCENE-285?page=comments#action_12418682 ]
Cédrik LIME commented on LUCENE-285:
Not: not sure this is the right way of proceeding with JIRA. Should I open a
new bug report instead of commenting?
This
[
http://issues.apache.org/jira/browse/LUCENE-639?page=comments#action_12424038 ]
Nicolas Lalevée commented on LUCENE-639:
The loop you unrolled has no compilation-time known iteration. A VInt is not a
limited length type. Your patch
[
http://issues.apache.org/jira/browse/LUCENE-639?page=comments#action_12424043 ]
Nicolas Lalevée commented on LUCENE-639:
oh yeah your right. In fact I was reading the Lucene index format, which don't
specify any limit in the in
[
http://issues.apache.org/jira/browse/LUCENE-487?page=comments#action_12425482 ]
Christophe Bégot commented on LUCENE-487:
-
I believe that I detected a bug in this extention
The case of file containing only one caracter is not well
[
http://issues.apache.org/jira/browse/LUCENE-487?page=comments#action_12425483 ]
Christophe Bégot commented on LUCENE-487:
-
I believe that I detected a bug in this extension
The case of file containing only one character does not index
Extendable writer and reader of field data
--
Key: LUCENE-662
URL: http://issues.apache.org/jira/browse/LUCENE-662
Project: Lucene - Java
Issue Type: Improvement
Components: Store
[
http://issues.apache.org/jira/browse/LUCENE-655?page=comments#action_12437123 ]
Nicolas Lalevée commented on LUCENE-655:
It is maybe an issue with your analyzer you are using. Which one are you using
when storing your documents ?
And
[
http://issues.apache.org/jira/browse/LUCENE-531?page=comments#action_12437128 ]
Nicolas Lalevée commented on LUCENE-531:
I think this is fixed with LUCENE-638
> RAMDirectory creation from existing FSDirectory throws IOException (&q
[ http://issues.apache.org/jira/browse/LUCENE-662?page=all ]
Nicolas Lalevée updated LUCENE-662:
---
Attachment: generic-fieldIO-2.patch
I think I got it. What was disturbing on the last patch was the notion of
FieldData I added. So I removed it. So
[
http://issues.apache.org/jira/browse/LUCENE-662?page=comments#action_12437644 ]
Nicolas Lalevée commented on LUCENE-662:
It is due to lazy loading. A lazy field, when being retreived data, have to
know how to read the stream. In the
[
http://issues.apache.org/jira/browse/LUCENE-662?page=comments#action_12443766 ]
Nicolas Lalevée commented on LUCENE-662:
I just realized reading the recent discussing on lucene-dev (LazyField use of
IndexInput not thread safe) that
[
http://issues.apache.org/jira/browse/LUCENE-555?page=comments#action_12444827 ]
Tero Hagström commented on LUCENE-555:
--
We've experienced Lucene index corruption a few times on a production system.
What makes it tricky is, that 1
[
http://issues.apache.org/jira/browse/LUCENE-555?page=comments#action_12445520 ]
Tero Hagström commented on LUCENE-555:
--
We managed to identify the source of the index corruption. A system
administrator manually removed a file from the
Build with GCJ fail
---
Key: LUCENE-712
URL: http://issues.apache.org/jira/browse/LUCENE-712
Project: Lucene - Java
Issue Type: Bug
Affects Versions: 2.0.0
Reporter: Nicolas Lalevée
just need some little
[ http://issues.apache.org/jira/browse/LUCENE-712?page=all ]
Nicolas Lalevée updated LUCENE-712:
---
Attachment: patch
Here is how to fix it
> Build with GCJ fail
> ---
>
> Key: LUCENE-712
>
Use a System.arraycopy more than a for
--
Key: LUCENE-714
URL: http://issues.apache.org/jira/browse/LUCENE-714
Project: Lucene - Java
Issue Type: Improvement
Reporter: Nicolas Lalevée
[ http://issues.apache.org/jira/browse/LUCENE-714?page=all ]
Nicolas Lalevée updated LUCENE-714:
---
Attachment: DocumentWriter.patch
> Use a System.arraycopy more than a for
> --
>
> Key
[
http://issues.apache.org/jira/browse/LUCENE-714?page=comments#action_12450680 ]
Nicolas Lalevée commented on LUCENE-714:
About the priority of the issue, I didn't want to set it to "Major", I just
forget to set it corr
[ http://issues.apache.org/jira/browse/LUCENE-662?page=all ]
Nicolas Lalevée updated LUCENE-662:
---
Attachment: generic-fieldIO-3.patch
Here is an update of the patch:
- merged with the last commit in trunk
- I have fixed the issue with stream cloning
[
http://issues.apache.org/jira/browse/LUCENE-662?page=comments#action_12457757 ]
Nicolas Lalevée commented on LUCENE-662:
Not at all.
In fact we don't use a lucene modified with my patch in our system. I only
start working with l
[ http://issues.apache.org/jira/browse/LUCENE-662?page=all ]
Nicolas Lalevée updated LUCENE-662:
---
Attachment: generic-fieldIO-4.patch
Patch synchronized with the trunk.
I also tried to minimize the diff. And in fact I just realized that there are
two
[
https://issues.apache.org/jira/browse/LUCENE-662?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nicolas Lalevée updated LUCENE-662:
---
Attachment: generic-fieldIO-5.patch
> Extendable writer and reader of field d
[
https://issues.apache.org/jira/browse/LUCENE-662?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nicolas Lalevée updated LUCENE-662:
---
Attachment: entrytable.patch
> Extendable writer and reader of field d
[
https://issues.apache.org/jira/browse/LUCENE-662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12462712
]
Nicolas Lalevée commented on LUCENE-662:
here it is : I have synchronized with the current trunk, and I have
Two same new field with and without Term vector make an IllegalStateException
-
Key: LUCENE-766
URL: https://issues.apache.org/jira/browse/LUCENE-766
Project: Lucene - Java
[
https://issues.apache.org/jira/browse/LUCENE-766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nicolas Lalevée updated LUCENE-766:
---
Description:
On a empty index, adding a document with two fields with the same name but
[
https://issues.apache.org/jira/browse/LUCENE-766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nicolas Lalevée updated LUCENE-766:
---
Attachment: bugfix.patch
> Two same new field with and without Term vector make
[
https://issues.apache.org/jira/browse/LUCENE-755?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nicolas Lalevée updated LUCENE-755:
---
Attachment: payload.patch
> Payloads
>
>
> Key
[
https://issues.apache.org/jira/browse/LUCENE-755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12463414
]
Nicolas Lalevée commented on LUCENE-755:
The patch I have just upload (payload.patch) is Michael'
Use WeakHashMap instead of Hashtable in FSDirectory
---
Key: LUCENE-776
URL: https://issues.apache.org/jira/browse/LUCENE-776
Project: Lucene - Java
Issue Type: Improvement
Affects
[
https://issues.apache.org/jira/browse/LUCENE-773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12464586
]
Nicolas Lalevée commented on LUCENE-773:
I was working on the IndexFormat mechanism, LUCENE-622 being the
[
https://issues.apache.org/jira/browse/LUCENE-773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12464588
]
Nicolas Lalevée commented on LUCENE-773:
forget what I have said about "removing any index stru
[
https://issues.apache.org/jira/browse/LUCENE-773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12464608
]
Nicolas Lalevée commented on LUCENE-773:
ho, yeah, it's the 662 of course, my eyes might have sq
[
https://issues.apache.org/jira/browse/LUCENE-776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12464610
]
Nicolas Lalevée commented on LUCENE-776:
I think you've describe the problem completely Michael.
Allow overriding a Document
---
Key: LUCENE-778
URL: https://issues.apache.org/jira/browse/LUCENE-778
Project: Lucene - Java
Issue Type: New Feature
Affects Versions: 2.0.0
Reporter: Nicolas Lalevée
[
https://issues.apache.org/jira/browse/LUCENE-778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12465408
]
Nicolas Lalevée commented on LUCENE-778:
Just after committing the jira issue, I just figured out that I
Manage dependencies in the build with ivy
-
Key: LUCENE-816
URL: https://issues.apache.org/jira/browse/LUCENE-816
Project: Lucene - Java
Issue Type: New Feature
Components: Analysis
[
https://issues.apache.org/jira/browse/LUCENE-816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nicolas Lalevée updated LUCENE-816:
---
Attachment: common-build.tar.gz
> Manage dependencies in the build with
[
https://issues.apache.org/jira/browse/LUCENE-816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nicolas Lalevée updated LUCENE-816:
---
Attachment: ivy-build.patch
> Manage dependencies in the build with
Manage dependencies in the build with ivy
-
Key: LUCENE-817
URL: https://issues.apache.org/jira/browse/LUCENE-817
Project: Lucene - Java
Issue Type: New Feature
Components: Build
Affects
[
https://issues.apache.org/jira/browse/LUCENE-817?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nicolas Lalevée resolved LUCENE-817.
Resolution: Duplicate
Lucene Fields: [New, Patch Available] (was: [Patch Available
[
https://issues.apache.org/jira/browse/LUCENE-816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nicolas Lalevée updated LUCENE-816:
---
Attachment: external-libs.tar.gz
> Manage dependencies in the build with
[
https://issues.apache.org/jira/browse/LUCENE-662?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nicolas Lalevée updated LUCENE-662:
---
Attachment: indexFormat.patch
Patch update: synchronized with the trunk and new features
[
https://issues.apache.org/jira/browse/LUCENE-626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12477685
]
Nicolas Lalevée commented on LUCENE-626:
This feature looks interesting, but why should it depend on LUCENE
[
https://issues.apache.org/jira/browse/LUCENE-778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_1243
]
Nicolas Lalevée commented on LUCENE-778:
Marker interface is a nice idea, but I think this will make
[
https://issues.apache.org/jira/browse/LUCENE-662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_1244
]
Nicolas Lalevée commented on LUCENE-662:
Thanks Michael !
I will appreciate a review and feedbacks, as it
[
https://issues.apache.org/jira/browse/LUCENE-778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12477962
]
Nicolas Lalevée commented on LUCENE-778:
Note that I was talking about the future API, with some deprecated
[
https://issues.apache.org/jira/browse/LUCENE-778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12478316
]
Nicolas Lalevée commented on LUCENE-778:
Hoss> OK I got it.
In fact my concern was about "semantic&q
[
https://issues.apache.org/jira/browse/LUCENE-755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12479841
]
Nicolas Lalevée commented on LUCENE-755:
Grant>
The patch I have propsed here has no dependency on LUC
[
https://issues.apache.org/jira/browse/LUCENE-662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12479843
]
Nicolas Lalevée commented on LUCENE-662:
Hum... same here This is due to some svn mv, and I created the
[
https://issues.apache.org/jira/browse/LUCENE-778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12479861
]
Nicolas Lalevée commented on LUCENE-778:
Rethinking about the function "public void document(int n, Doc
[
https://issues.apache.org/jira/browse/LUCENE-662?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nicolas Lalevée updated LUCENE-662:
---
Attachment: indexFormat.patch
Patch updated and synchornized with the trunk r517330.
I have
[
https://issues.apache.org/jira/browse/LUCENE-1284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12675585#action_12675585
]
Felipe Sánchez Martínez commented on LUCENE-1284:
-
Kind rem
[
https://issues.apache.org/jira/browse/LUCENE-1284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Felipe Sánchez Martínez updated LUCENE-1284:
Attachment: apertium-morph.0.9.0.tgz
> Set of Java classes that allow
[
https://issues.apache.org/jira/browse/LUCENE-1284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Felipe Sánchez Martínez updated LUCENE-1284:
Attachment: (was: apertium-morph.2008-05-19.tgz)
> Set of J
[
https://issues.apache.org/jira/browse/LUCENE-1284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12675591#action_12675591
]
Felipe Sánchez Martínez commented on LUCENE-1284:
-
I have uploaded
[
https://issues.apache.org/jira/browse/LUCENE-1284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12697434#action_12697434
]
Felipe Sánchez Martínez commented on LUCENE-1284:
-
Hi Otis,
The pac
[
https://issues.apache.org/jira/browse/LUCENE-1284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12698732#action_12698732
]
Felipe Sánchez Martínez commented on LUCENE-1284:
-
Hi Otis,
The
[
https://issues.apache.org/jira/browse/LUCENE-1284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12703670#action_12703670
]
Felipe Sánchez Martínez commented on LUCENE-1284:
-
Hi,
I think that
[
https://issues.apache.org/jira/browse/LUCENE-1342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12724422#action_12724422
]
Michael Böckling commented on LUCENE-1342:
--
We've just run into this
: https://issues.apache.org/jira/browse/LUCENE-1918
Project: Lucene - Java
Issue Type: Bug
Components: Index
Affects Versions: 2.4.1, 2.4.2, 2.9
Environment: any
Reporter: Christian Kohlschütter
Fix For: 2.9, 2.4.1
Hi,
I
[
https://issues.apache.org/jira/browse/LUCENE-1918?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Christian Kohlschütter updated LUCENE-1918:
---
Attachment: ParallelReaderWithEmptyIndex.patch
[
https://issues.apache.org/jira/browse/LUCENE-1186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12572092#action_12572092
]
Christian Kohlschütter commented on LUCENE-1186:
This issue is rath
[PATCH] Allow setting IndexReader to IndexSearcher
--
Key: LUCENE-1203
URL: https://issues.apache.org/jira/browse/LUCENE-1203
Project: Lucene - Java
Issue Type: Improvement
[
https://issues.apache.org/jira/browse/LUCENE-1203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mindaugas Žakšauskas updated LUCENE-1203:
-
Attachment: IndexReaderSetter4IndexSearcher.patch
> [PATCH] Allow sett
[
https://issues.apache.org/jira/browse/LUCENE-1203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12575757#action_12575757
]
Mindaugas Žakšauskas commented on LUCENE-1203:
--
In this case FAQ
[
https://issues.apache.org/jira/browse/LUCENE-1203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12575780#action_12575780
]
Mindaugas Žakšauskas commented on LUCENE-1203:
--
bq. ... is correct ad
[
https://issues.apache.org/jira/browse/LUCENE-954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12579367#action_12579367
]
Christian Kohlschütter commented on LUCENE-954:
---
I agree with Hoss. Pl
Port to Java5
-
Key: LUCENE-1257
URL: https://issues.apache.org/jira/browse/LUCENE-1257
Project: Lucene - Java
Issue Type: Improvement
Components: Analysis, Examples, Index, Other, Query/Scoring,
QueryParser, Search
[
https://issues.apache.org/jira/browse/LUCENE-1257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Cédric Champeau updated LUCENE-1257:
Attachment: java5.patch
Patch against the trunk
> Port to Ja
Analysers and Filters should not be final
-
Key: LUCENE-1269
URL: https://issues.apache.org/jira/browse/LUCENE-1269
Project: Lucene - Java
Issue Type: Bug
Components: Analysis
Affects
[
https://issues.apache.org/jira/browse/LUCENE-1166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12594838#action_12594838
]
François Terrier commented on LUCENE-1166:
--
Is there any plan of integra
)
--
Key: LUCENE-1284
URL: https://issues.apache.org/jira/browse/LUCENE-1284
Project: Lucene - Java
Issue Type: New Feature
Environment: New feature developed under GNU
[
https://issues.apache.org/jira/browse/LUCENE-1284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Felipe Sánchez Martínez updated LUCENE-1284:
Attachment: apertium-morph.2008-05-12.patch
Patch file containing all the
[
https://issues.apache.org/jira/browse/LUCENE-1284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Felipe Sánchez Martínez updated LUCENE-1284:
Attachment: apertium-morph.2008-05-12.tgz
All the files compressed
[
https://issues.apache.org/jira/browse/LUCENE-1284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Felipe Sánchez Martínez updated LUCENE-1284:
Attachment: (was: apertium-morph.2008-05-12.patch)
> Set of J
[
https://issues.apache.org/jira/browse/LUCENE-1284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Felipe Sánchez Martínez updated LUCENE-1284:
Attachment: apertium-morph.2008-05-19.tgz
Typo in a package name: src
[
https://issues.apache.org/jira/browse/LUCENE-1284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Felipe Sánchez Martínez updated LUCENE-1284:
Attachment: (was: apertium-morph.2008-05-12.tgz)
> Set of J
[
https://issues.apache.org/jira/browse/LUCENE-1290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12598252#action_12598252
]
Christian Kohlschütter commented on LUCENE-1290:
-1 from me for
[
https://issues.apache.org/jira/browse/LUCENE-1290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12598471#action_12598471
]
Christian Kohlschütter commented on LUCENE-1290:
Michael,
the cur
[
https://issues.apache.org/jira/browse/LUCENE-1290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12598565#action_12598565
]
Christian Kohlschütter commented on LUCENE-1290:
Michael:
[
https://issues.apache.org/jira/browse/LUCENE-1183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12599799#action_12599799
]
Cédrik LIME commented on LUCENE-1183:
-
All of Bob's FuzzyTermEnum patch
[
https://issues.apache.org/jira/browse/LUCENE-1203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12613329#action_12613329
]
Mindaugas Žakšauskas commented on LUCENE-1203:
--
I know I'm pos
[
https://issues.apache.org/jira/browse/LUCENE-1203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12613338#action_12613338
]
Mindaugas Žakšauskas commented on LUCENE-1203:
--
Correct me if I'm w
Make the Lucene jar an OSGi bundle
--
Key: LUCENE-1344
URL: https://issues.apache.org/jira/browse/LUCENE-1344
Project: Lucene - Java
Issue Type: Improvement
Components: Build
Reporter
[
https://issues.apache.org/jira/browse/LUCENE-1344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nicolas Lalevée updated LUCENE-1344:
Attachment: LUCENE-1344-r679133.patch
Here is a patch against trunk.
The patch on common
[
https://issues.apache.org/jira/browse/LUCENE-1351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Cédrik LIME updated LUCENE-1351:
Attachment: ISOLatin1AccentFilter.patch
> Add some ligatures (ff, fi, fl, ft, st)
1 - 100 of 20155 matches
Mail list logo