[
https://issues.apache.org/jira/browse/LUCENE-2055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Muir resolved LUCENE-2055.
-
Resolution: Fixed
Committed revision 907125. Thanks to the reviews and help Simon/Uwe!
> Fix bu
[
https://issues.apache.org/jira/browse/LUCENE-2055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12830318#action_12830318
]
Uwe Schindler commented on LUCENE-2055:
---
+1, gogogo
> Fix buggy stemmers and Remove
Try this:
DistanceQueryBuilder dq = new DistanceQueryBuilder(39.9260, -75.1566, 1d,
LAT_FIELD, LON_FIELD,TIER_PREFIX_FIELD, true);
instead of
DistanceQueryBuilder dq = new DistanceQueryBuilder(39.9260, -75.1566, 1d,
LAT_FIELD, LON_FIELD, true);
you are usesing the wrong ct
[
https://issues.apache.org/jira/browse/LUCENE-2055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12830217#action_12830217
]
Robert Muir commented on LUCENE-2055:
-
i will commit this monster soon if no one objec
[
https://issues.apache.org/jira/browse/LUCENE-2055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Muir reassigned LUCENE-2055:
---
Assignee: Robert Muir
> Fix buggy stemmers and Remove duplicate analysis functionality
> ---
[
https://issues.apache.org/jira/browse/LUCENE-2245?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Simon Willnauer resolved LUCENE-2245.
-
Resolution: Fixed
Committed revision 907034.
> Remaining contrib testcases should use
[
https://issues.apache.org/jira/browse/LUCENE-2245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12830195#action_12830195
]
Simon Willnauer commented on LUCENE-2245:
-
According to rmuir this will not interr
Hi, all
I was trying to add some distance search capabilities to an index using spatial
lucene in lucene 3.0 but could not get it working. So I wrote a very small test
example to try out the api. However, even the simplest test case would NOT
function correctly either.
Anyone has ideas/experie
[
https://issues.apache.org/jira/browse/LUCENE-2230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12830160#action_12830160
]
Dirk Goldhan commented on LUCENE-2230:
--
I have tried your patch on lucene 3.0.0. I ha
[
https://issues.apache.org/jira/browse/LUCENE-2250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Paul Elschot updated LUCENE-2250:
-
Description: For searching with positions this might reduce the number of
(longer) seeks for the
[
https://issues.apache.org/jira/browse/LUCENE-2250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12830151#action_12830151
]
Paul Elschot commented on LUCENE-2250:
--
Basically this involves transposing/reorderin
[
https://issues.apache.org/jira/browse/LUCENE-1930?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nicolas Helleringer updated LUCENE-1930:
Lucene Fields: [Patch Available] (was: [New])
Affects Version/s: 2.9.1
Index positions in document term vectors only
-
Key: LUCENE-2250
URL: https://issues.apache.org/jira/browse/LUCENE-2250
Project: Lucene - Java
Issue Type: Wish
Components: Index
13 matches
Mail list logo