Hi,
In case you want to understand what happens when a document field
is stored and indexed, try and add your example to the file formats
as documented here:
http://lucene.apache.org/java/docs/fileformats.html
When that clears up your mind to an extent that was not available before,
and you'd lik
[
https://issues.apache.org/jira/browse/LUCENE-1120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael McCandless updated LUCENE-1120:
---
Attachment: LUCENE-1120.patch
Attached patch. All tests pass.
(Note that the TestB
[
https://issues.apache.org/jira/browse/LUCENE-1120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12556586#action_12556586
]
Michael Busch commented on LUCENE-1120:
---
{quote}
I think we should commit this for 2
Hi Team,
as announced last week I'm planning to create a 2.3 branch today. Then
we'll have a code freeze on the branch for ~10days. Any objections?
-Michael
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-
Use bulk-byte-copy when merging term vectors
Key: LUCENE-1120
URL: https://issues.apache.org/jira/browse/LUCENE-1120
Project: Lucene - Java
Issue Type: Improvement
Components: Index
[
https://issues.apache.org/jira/browse/LUCENE-1120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12556589#action_12556589
]
Michael McCandless commented on LUCENE-1120:
{quote}
Considering the file form
[
https://issues.apache.org/jira/browse/LUCENE-1120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12556590#action_12556590
]
Michael Busch commented on LUCENE-1120:
---
{quote}
Indexing all of Wikipedia, with ter
[
https://issues.apache.org/jira/browse/LUCENE-1117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12556594#action_12556594
]
Grant Ingersoll commented on LUCENE-1117:
-
This is what I am doing:
EnwikiDocMaker
[
https://issues.apache.org/jira/browse/LUCENE-1117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12556591#action_12556591
]
Grant Ingersoll commented on LUCENE-1117:
-
I am now getting:
Exception in thread "
[
https://issues.apache.org/jira/browse/LUCENE-1120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12556593#action_12556593
]
Michael McCandless commented on LUCENE-1120:
{quote}
I wonder how accurate the
[
https://issues.apache.org/jira/browse/LUCENE-1117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12556598#action_12556598
]
Michael McCandless commented on LUCENE-1117:
I think you just need to call doc
[
https://issues.apache.org/jira/browse/LUCENE-1117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12556602#action_12556602
]
Grant Ingersoll commented on LUCENE-1117:
-
OK, that works! Thanks, Mike
> Interm
Use nio.transferTo when copying large blocks of bytes
-
Key: LUCENE-1121
URL: https://issues.apache.org/jira/browse/LUCENE-1121
Project: Lucene - Java
Issue Type: Improvement
Comp
[
https://issues.apache.org/jira/browse/LUCENE-1121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael McCandless updated LUCENE-1121:
---
Attachment: LUCENE-1121.patch
Attached patch. All tests pass.
We shouldn't push th
Hi Daniel,
I think this discussion belongs on java-dev, so I'm replying there.
On 01/06/2008 at 7:47 PM, Daniel Noll wrote:
> We discovered [in StandardTokenizer.jj] that fullwidth letters are
> not treated as and fullwidth digits are not treated as .
IMHO, this should be fixed in the JFlex ver
This is really a java-user sort of question.
Likely you had your JVM crash / get killed while it was indexing?
Which then leaves the lock file in the temp directory. Lucene's
locking is based on existence of that lock file.
If there is a time in your app (eg on startup) when you are cert
[
https://issues.apache.org/jira/browse/LUCENE-1037?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael McCandless resolved LUCENE-1037.
Resolution: Duplicate
I think very likely this is a dup of LUCENE-1044: on a hard
[
https://issues.apache.org/jira/browse/LUCENE-508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12556691#action_12556691
]
Michael McCandless commented on LUCENE-508:
---
I have a unit test showing this ...
[
https://issues.apache.org/jira/browse/LUCENE-508?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael McCandless reassigned LUCENE-508:
-
Assignee: Michael McCandless
> SegmentTermEnum.next() doesn't maintain prevBuffer
During some recent testing and work with Lucene, my coworkers and I have
noticed some things in Lucene's guts that I wanted to ask about.
Directory is currently an abstract class that claims in its javadoc that
"Directory is a flat list of files", then goes on to describe non-"flat
list of files"
[
https://issues.apache.org/jira/browse/LUCENE-508?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael McCandless resolved LUCENE-508.
---
Resolution: Fixed
Fix Version/s: 2.3
I just committed this. Thanks Steven!
>
[
https://issues.apache.org/jira/browse/LUCENE-1014?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael McCandless resolved LUCENE-1014.
Resolution: Won't Fix
I don't think we can cleanly fix this w/o breaking backwards
[
https://issues.apache.org/jira/browse/LUCENE-1054?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael McCandless resolved LUCENE-1054.
Resolution: Duplicate
This issue was fixed by the same fix for LUCENE-951.
> Term
[
https://issues.apache.org/jira/browse/LUCENE-751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael McCandless resolved LUCENE-751.
---
Resolution: Incomplete
Not enough detail on the issue, no test showing the issue, and
[
https://issues.apache.org/jira/browse/LUCENE-508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12556717#action_12556717
]
Steven Tamm commented on LUCENE-508:
Thanks!
-Steven
> SegmentTermEnum.next() doesn
[
https://issues.apache.org/jira/browse/LUCENE-508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12556763#action_12556763
]
Michael McCandless commented on LUCENE-508:
---
You're welcome! And sorry it took s
Hi Team,
thanks everyone for committing the outstanding issues on time!
As announced I created a Lucene 2.3 branch today from trunk revision
r609842 here:
https://svn.apache.org/repos/asf/lucene/java/branches/lucene_2_3/
As of now a feature freeze on this branch is in effect. In detail this
mean
See http://lucene.zones.apache.org:8080/hudson/job/Lucene-Nightly/331/changes
--
[...truncated 764 lines...]
A contrib/snowball/src/test/org/apache/lucene/analysis/snowball
AU
contrib/snowball/src/test/org/apache/lucene/analysis/snowball/Test
Hi all,
I just created the release artifacts (incl. maven artifacts) from the
2.3 branch and uploaded the files to
http://people.apache.org/~buschmi/staging_area/lucene_2_3/rc1/.
Let's try to use the next days for testing to ensure that we find
serious bugs or build problems as early as possible.
[
https://issues.apache.org/jira/browse/LUCENE-566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Busch resolved LUCENE-566.
--
Resolution: Incomplete
I'm resolving this issue because no code is attached and the
provided li
[
https://issues.apache.org/jira/browse/LUCENE-566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12556820#action_12556820
]
Hoss Man commented on LUCENE-566:
-
FWIW: the source repository moved, but was pretty easy t
I'm implementing a HitCollector to do sorting and will use FieldSortedHitQueue,
but for some reason the fillFields() method is package private.
Judging from the comments to the method, I don't need it, but if I do later on,
I can't, unless of course I extend the class and copy the existing code
Hi Michael,
I tried the new 2.3 version today form y package "panFMP" (www.panFMP.org).
In principle it works, but the package checks on startup for the minimum
requirements of used libraries (in my case Lucene 2.2). This is done by
java.lang.Package.isCompatibleWith(). According to the Sun Java A
33 matches
Mail list logo