How to search numbers using Lucene API
I an using a demo application so as to search the documents but when i
search the numbers or alphanumeric text it appends an empty space and no
hits are returned any help would be appreciated
---
[
https://issues.apache.org/jira/browse/LUCENE-550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12480274
]
Doron Cohen commented on LUCENE-550:
That's a good point about the task-benchmark karl!
All 4 ReaderTasks are r
I've been thinking about merge issues for a while and going through
IndexWriter to see if I could convince myself I understood it.
There are areas I'm interested in exploring tweaking the merge policy.
For example, it might be nice to have an optimize-like operation that
could look at the number o
[
https://issues.apache.org/jira/browse/LUCENE-550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12480241
]
Karl Wettin commented on LUCENE-550:
A note on, and output from contrib/benchmark:
I'm getting really poor resul
[
https://issues.apache.org/jira/browse/LUCENE-550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Karl Wettin updated LUCENE-550:
---
Attachment: trunk.diff.bz2
Patched contrib/benchmark to support InstantiatedIndex.
Fixed a bug with
My bad - I somehow forgot to commit "the meat". It's in now.
Otis
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Simpy -- http://www.simpy.com/ - Tag - Search - Share
- Original Message
From: Patrick Turcotte <[EMAIL PROTECTED]>
To: java-dev@lucene.apache.org
Sent: T
[
https://issues.apache.org/jira/browse/LUCENE-759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12480236
]
Otis Gospodnetic commented on LUCENE-759:
-
Oh, look at that!
[EMAIL PROTECTED] contrib]$ svn st
A
anal
On Mar 12, 2007, at 4:59 PM, Hoss Man (JIRA) wrote:
[ https://issues.apache.org/jira/browse/LUCENE-791?
page=com.atlassian.jira.plugin.system.issuetabpanels:comment-
tabpanel#action_12480184 ]
Hoss Man commented on LUCENE-791:
-
1) at the moment, the ol
On Mar 12, 2007, at 6:54 PM, Michael Busch wrote:
Marvin Humphrey wrote:
On Mar 12, 2007, at 2:11 PM, Michael Busch wrote:
I think our best option here is to have a closed XML file for the
index format/configuration (something like you sent in your other
mail) plus a binary file for cust
[
https://issues.apache.org/jira/browse/LUCENE-794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12480230
]
Mark Miller commented on LUCENE-794:
Yup, we are on the same page. I was just buried in the code at the time, and
On Mar 12, 2007, at 3:54 PM, Michael Busch wrote:
Sounds interesting! I will take a closer look at it...
Here's an introduction courtesy of JYaml, a YAML library for Java:
http://jyaml.sourceforge.net/tutorial.html
For an example of how YAML is well suited to the task of serializing
ind
[
https://issues.apache.org/jira/browse/LUCENE-794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12480222
]
Mark Harwood commented on LUCENE-794:
-
>>How can I ignore fields in a SpanQuery. Now it hits me, rather
>>embarr
StandardBenchmarker#makeDocument does not explicitly close opened files
---
Key: LUCENE-829
URL: https://issues.apache.org/jira/browse/LUCENE-829
Project: Lucene - Java
Issu
Marvin Humphrey wrote:
On Mar 12, 2007, at 2:11 PM, Michael Busch wrote:
I think our best option here is to have a closed XML file for the
index format/configuration (something like you sent in your other
mail) plus a binary file for custom index-level metadata like Grant
suggested.
Why th
[
https://issues.apache.org/jira/browse/LUCENE-794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12480207
]
Mark Miller commented on LUCENE-794:
"Another approach may be to modify the MemoryIndex content to suit the query
On Mar 12, 2007, at 2:11 PM, Michael Busch wrote:
I think our best option here is to have a closed XML file for the
index format/configuration (something like you sent in your other
mail) plus a binary file for custom index-level metadata like Grant
suggested.
Why the binary file?
Btw,
Marvin Humphrey wrote:
On Mar 10, 2007, at 3:27 PM, Michael Busch wrote:
I'm going to respond to this over several mails (: and possibly days
:) because there's an awful lot here, and I've already implemented a
lot of it in KS.
We should also make this public, so that users can store their
[
https://issues.apache.org/jira/browse/LUCENE-791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12480184
]
Hoss Man commented on LUCENE-791:
-
1) at the moment, the old URLs are still working, these should probably be
issuin
On Mar 10, 2007, at 3:27 PM, Michael Busch wrote:
- Introduce index-level metadata. Preferable in XML format, so it
will be human readable. Later on, we can store information about
the index format in this file, like the codecs that are used to
store the data.
To provoke thought about wh
On Mar 10, 2007, at 3:27 PM, Michael Busch wrote:
- Introduce index format. Nicolas has already written a lot of code
in this regard!
I worry that going the interface route is going to be too
restrictive. When I looked at Nicholas's index format spec, I
immediately wanted to add an Anal
On Mar 10, 2007, at 3:27 PM, Michael Busch wrote:
I'm going to respond to this over several mails (: and possibly
days :) because there's an awful lot here, and I've already
implemented a lot of it in KS.
We should also make this public, so that users can store their own
index metadata.
[
https://issues.apache.org/jira/browse/LUCENE-794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12480175
]
Mark Harwood commented on LUCENE-794:
-
>>At a minimum, the Term fields could be set back to their original value
Grant Ingersoll wrote:
I haven't looked at your latest patch yet, so this is just guesswork,
but was thinking in TermScorer, around line 75 or so, we could add:
score *= similarity.scorePayload(payloadBuffer);
TermScorer currently doesn't iterate over the positions. It uses a
buffer to load 3
[
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 r
[
https://issues.apache.org/jira/browse/LUCENE-818?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael McCandless updated LUCENE-818:
--
Attachment: LUCENE-818.take5.patch
Attached patch: removed AlreadyClosedException from
I haven't looked at your latest patch yet, so this is just guesswork,
but was thinking in TermScorer, around line 75 or so, we could add:
score *= similarity.scorePayload(payloadBuffer);
The default Similarity would just return 1. This would allow people
to incorporate a score based on what
26 matches
Mail list logo