Hi Klaus,
Don't you use clustering and quantize vectors to make visual bag of words?
If you do these, I don't think you need to worry about overhead to store
vectors to Lucene
because the number of clusters can be the ceiling of the number of words.
I used this technique in Apache alike which i
Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.2/12/
5 tests failed.
FAILED: org.apache.solr.cloud.HttpPartitionTest.test
Error Message:
Stack Trace:
java.lang.NullPointerException
at
__randomizedtesting.SeedInfo.seed([B2219FE97F9485EA:3A75A033D168E812]:0)
at
org.ap
[
https://issues.apache.org/jira/browse/SOLR-479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16290153#comment-16290153
]
Xinran Tinney commented on SOLR-479:
Hi, [~gsingers], I am working on this ticket
https
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/985/
Java: 64bit/jdk1.8.0_144 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC
14 tests failed.
FAILED:
junit.framework.TestSuite.org.apache.solr.analytics.legacy.facet.LegacyFieldFacetCloudTest
Error Message:
Error from server at https
[
https://issues.apache.org/jira/browse/LUCENE-8086?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Smiley resolved LUCENE-8086.
--
Resolution: Fixed
Assignee: David Smiley
Fix Version/s: 7.3
> G3d wrapper: Impr
[
https://issues.apache.org/jira/browse/LUCENE-8086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16289991#comment-16289991
]
ASF subversion and git services commented on LUCENE-8086:
-
Commit
[
https://issues.apache.org/jira/browse/LUCENE-8086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16289948#comment-16289948
]
ASF subversion and git services commented on LUCENE-8086:
-
Commit
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/21079/
Java: 64bit/jdk-9.0.1 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC
1 tests failed.
FAILED:
org.apache.solr.cloud.SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection
Error Message:
Timeout occured while waiting re
[
https://issues.apache.org/jira/browse/SOLR-11448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16289850#comment-16289850
]
ASF subversion and git services commented on SOLR-11448:
Commit bc
[
https://issues.apache.org/jira/browse/SOLR-11753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16289849#comment-16289849
]
ASF subversion and git services commented on SOLR-11753:
Commit bc
[
https://issues.apache.org/jira/browse/SOLR-11448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16289847#comment-16289847
]
ASF subversion and git services commented on SOLR-11448:
Commit 4b
[
https://issues.apache.org/jira/browse/SOLR-11753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16289846#comment-16289846
]
ASF subversion and git services commented on SOLR-11753:
Commit 4b
[
https://issues.apache.org/jira/browse/SOLR-11753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16289843#comment-16289843
]
ASF subversion and git services commented on SOLR-11753:
Commit 44
[
https://issues.apache.org/jira/browse/SOLR-11448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16289844#comment-16289844
]
ASF subversion and git services commented on SOLR-11448:
Commit 44
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.x/104/
8 tests failed.
FAILED: org.apache.lucene.spatial3d.TestGeo3DPoint.testRandomBig
Error Message:
Test abandoned because suite timeout was reached.
Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was rea
[
https://issues.apache.org/jira/browse/LUCENE-8012?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alan Woodward updated LUCENE-8012:
--
Attachment: LUCENE-8012.patch
Updated patch:
- added a null check to the Explanation constructo
[
https://issues.apache.org/jira/browse/LUCENE-8093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16289821#comment-16289821
]
Alan Woodward commented on LUCENE-8093:
---
Will commit this tomorrow if nobody object
On 12/13/2017 11:57 AM, Joel Bernstein wrote:
> I'm looking for how SSL hostname verification can turned off and on in
> Solr and I have been confused by the startup parameter:
>
> -Dsolr.ssl.checkPeerName=false.
>
> From what I can see this parameter sets the value for:
> HttpClientUtil.SYS_PROP_
Ok, after more digging around I found this:
https://issues.apache.org/jira/browse/SOLR-9304
This answers my first question. Currently (7x) there is no way to turn
on/off SSL hostname verification. That may be good or it may be bad
depending on how you view hostname verification.
The answer to que
I'm looking for how SSL hostname verification can turned off and on in
Solr and I have been confused by the startup parameter:
-Dsolr.ssl.checkPeerName=false.
>From what I can see this parameter sets the value for: HttpClientUtil.
SYS_PROP_CHECK_PEER_NAME.
This property appears to only be used
[
https://issues.apache.org/jira/browse/SOLR-11754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Smiley updated SOLR-11754:
Attachment: SOLR-11754.patch
Here's a patch.
I also removed SolrExampleTestBase (in SolrJ tests) wh
[
https://issues.apache.org/jira/browse/SOLR-11760?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chantal Ackermann updated SOLR-11760:
-
Description:
We generally request JSON from SOLR, via HTTP with {{wt=json}} (without using
[
https://issues.apache.org/jira/browse/SOLR-11760?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chantal Ackermann updated SOLR-11760:
-
Summary: Accept Header is not honored / Errors returned in XML instead of
JSON (was: Acce
Chantal Ackermann created SOLR-11760:
Summary: Accept Header is not honored / Errors
Key: SOLR-11760
URL: https://issues.apache.org/jira/browse/SOLR-11760
Project: Solr
Issue Type: Bug
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/984/
Java: 64bit/jdk1.8.0_144 -XX:-UseCompressedOops -XX:+UseSerialGC
1 tests failed.
FAILED:
org.apache.solr.cloud.cdcr.CdcrVersionReplicationTest.testCdcrDocVersions
Error Message:
Error from server at https://127.0.0.1:37069: addre
Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-7.2/3/
No tests ran.
Build Log:
[...truncated 28040 lines...]
prepare-release-no-sign:
[mkdir] Created dir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.2/lucene/build/smokeTestRelease/dist
[copy] Copying 47
[
https://issues.apache.org/jira/browse/SOLR-11759?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nils Cant updated SOLR-11759:
-
Description:
When configuring a collection with a DocExpirationUpdateProcessorFactory, this
causes inter-
Nils Cant created SOLR-11759:
Summary: DocExpirationUpdateProcessorFactory causes
unauthenticated inter-node requests
Key: SOLR-11759
URL: https://issues.apache.org/jira/browse/SOLR-11759
Project: Solr
https://issues.apache.org/jira/browse/LUCENE-8090 and
https://issues.apache.org/jira/browse/SOLR-11740 are now resolved, so as
far as I know there are no more blockers. I will build a RC tomorrow.
Le lun. 11 déc. 2017 à 11:33, Adrien Grand a écrit :
> We have another blocker: https://issues.apac
[
https://issues.apache.org/jira/browse/SOLR-11756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Erick Erickson resolved SOLR-11756.
---
Resolution: Won't Fix
There won't be any work done on 5.5 at this point, even 6.x is not under
[
https://issues.apache.org/jira/browse/LUCENE-8012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16289510#comment-16289510
]
Adrien Grand commented on LUCENE-8012:
--
I like the change! Some suggestions:
- Mayb
[
https://issues.apache.org/jira/browse/SOLR-11742?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Cassandra Targett updated SOLR-11742:
-
Component/s: documentation
> Add documentation for 7.2 release statistical functions
> ---
[
https://issues.apache.org/jira/browse/LUCENE-8012?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alan Woodward updated LUCENE-8012:
--
Attachment: LUCENE-8012.patch
Here's a patch cutting everything over from float to Number, incl
Munendra S N created SOLR-11758:
---
Summary: Missing boolVal implementation in FloatDocValues
Key: SOLR-11758
URL: https://issues.apache.org/jira/browse/SOLR-11758
Project: Solr
Issue Type: Bug
[
https://issues.apache.org/jira/browse/SOLR-11757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Smiley updated SOLR-11757:
Attachment: SOLR-11757.patch
I modified it to be a CopyOnWriteArraySet. Furthermore, I ensured that
David Smiley created SOLR-11757:
---
Summary: SolrException.ignoreException race conditions in tests
Key: SOLR-11757
URL: https://issues.apache.org/jira/browse/SOLR-11757
Project: Solr
Issue Type:
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/4326/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC
2 tests failed.
FAILED: org.apache.solr.cloud.TestTlogReplica.testCreateDelete
{seed=[CEFCF96DE09AAF58:61BAB4DD22A89C44]}
Error Message:
Could not find coll
[
https://issues.apache.org/jira/browse/LUCENE-8095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Karl Wright resolved LUCENE-8095.
-
Resolution: Fixed
Fix Version/s: 7.2
master (8.0)
6.7
[
https://issues.apache.org/jira/browse/LUCENE-2899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16289246#comment-16289246
]
Tommaso Teofili commented on LUCENE-2899:
-
looks good to me, thanks Steve!
> Add
[
https://issues.apache.org/jira/browse/SOLR-2857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16289242#comment-16289242
]
ASF GitHub Bot commented on SOLR-2857:
--
GitHub user steeveb972 opened a pull request:
GitHub user steeveb972 opened a pull request:
https://github.com/apache/lucene-solr/pull/290
Removed deprecated reference
XmlUpdateRequestHandler has been replaced by UpdateRequestHandler as of
SOLR-2857
You can merge this pull request into a Git repository by running:
$ git p
[
https://issues.apache.org/jira/browse/LUCENE-8012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16289225#comment-16289225
]
Robert Muir commented on LUCENE-8012:
-
{quote}
Changing .getValue() to return a Numb
[
https://issues.apache.org/jira/browse/LUCENE-8095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16289189#comment-16289189
]
ASF subversion and git services commented on LUCENE-8095:
-
Commit
[
https://issues.apache.org/jira/browse/LUCENE-8095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16289188#comment-16289188
]
ASF subversion and git services commented on LUCENE-8095:
-
Commit
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.2-Windows/15/
Java: 64bit/jdk1.8.0_144 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC
6 tests failed.
FAILED: junit.framework.TestSuite.org.apache.lucene.store.TestMultiMMap
Error Message:
Could not remove the following files (in the order of
[
https://issues.apache.org/jira/browse/LUCENE-8095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16289184#comment-16289184
]
ASF subversion and git services commented on LUCENE-8095:
-
Commit
[
https://issues.apache.org/jira/browse/LUCENE-8095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Karl Wright reassigned LUCENE-8095:
---
Assignee: Karl Wright
> Improve javadocs for GeoCircle implementations
> ---
[
https://issues.apache.org/jira/browse/SOLR-11740?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Christine Poerschke updated SOLR-11740:
---
Affects Version/s: master (8.0)
7.2
> bin/solr stop command alw
[
https://issues.apache.org/jira/browse/SOLR-11740?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Christine Poerschke resolved SOLR-11740.
Resolution: Fixed
Thanks everyone!
> bin/solr stop command always throws Connection
[
https://issues.apache.org/jira/browse/SOLR-11740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16289127#comment-16289127
]
ASF subversion and git services commented on SOLR-11740:
Commit 12
[
https://issues.apache.org/jira/browse/SOLR-9137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16289128#comment-16289128
]
ASF subversion and git services commented on SOLR-9137:
---
Commit 127ee
[
https://issues.apache.org/jira/browse/SOLR-11740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16289125#comment-16289125
]
ASF subversion and git services commented on SOLR-11740:
Commit b2
[
https://issues.apache.org/jira/browse/SOLR-9137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16289126#comment-16289126
]
ASF subversion and git services commented on SOLR-9137:
---
Commit b2049
[
https://issues.apache.org/jira/browse/SOLR-9137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16289123#comment-16289123
]
ASF subversion and git services commented on SOLR-9137:
---
Commit 7974a
[
https://issues.apache.org/jira/browse/SOLR-11740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16289122#comment-16289122
]
ASF subversion and git services commented on SOLR-11740:
Commit 79
Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-7.x/102/
No tests ran.
Build Log:
[...truncated 28042 lines...]
prepare-release-no-sign:
[mkdir] Created dir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.x/lucene/build/smokeTestRelease/dist
[copy] Copying
Adrien Grand created LUCENE-8096:
Summary: TestDoc failure
Key: LUCENE-8096
URL: https://issues.apache.org/jira/browse/LUCENE-8096
Project: Lucene - Core
Issue Type: Bug
Reporter:
[
https://issues.apache.org/jira/browse/LUCENE-8086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16289094#comment-16289094
]
Ignacio Vera commented on LUCENE-8086:
--
Hi [~dsmiley],
Here are my comments:
1) Th
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/21077/
Java: 64bit/jdk1.8.0_144 -XX:-UseCompressedOops -XX:+UseParallelGC
3 tests failed.
FAILED:
org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testTriangularDistribution
Error Message:
expected:<29.428045041311673> b
[
https://issues.apache.org/jira/browse/LUCENE-8095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ignacio Vera updated LUCENE-8095:
-
Attachment: LUCENE-8095.patch
Patch attached. One important thing it contains is that I have rena
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Windows/342/
Java: 32bit/jdk1.8.0_144 -client -XX:+UseParallelGC
8 tests failed.
FAILED:
junit.framework.TestSuite.org.apache.lucene.search.similarities.TestSimilarityBase
Error Message:
Could not remove the following files (in the order of
Ignacio Vera created LUCENE-8095:
Summary: Improve javadocs for GeoCircle implementations
Key: LUCENE-8095
URL: https://issues.apache.org/jira/browse/LUCENE-8095
Project: Lucene - Core
Issue
The StringField class is probably what you are after.
NOTE: please use the java-user list for such questions in the future.
Le mer. 13 déc. 2017 à 10:28, Klaus Schaefers a
écrit :
> Hi,
>
> I would like to build an extension to use lucene for image retrieval. I
> would present each image as a b
[
https://issues.apache.org/jira/browse/LUCENE-8012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16288985#comment-16288985
]
Alan Woodward commented on LUCENE-8012:
---
There are a couple of options here. Just
Hi,
I would like to build an extension to use lucene for image retrieval. I
would present each image as a binary vector (visual bag of words). For now
I can construct a string like "F1 F2 F10..." to insert my bit vector into
lucene. Off course this adds quite some overhead, so I was wondering if I
[
https://issues.apache.org/jira/browse/LUCENE-8093?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alan Woodward updated LUCENE-8093:
--
Attachment: LUCENE-8093.patch
Adrien also pointed me to MappingCharFilter, which behaves simila
[
https://issues.apache.org/jira/browse/LUCENE-8084?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16288954#comment-16288954
]
Dawid Weiss commented on LUCENE-8084:
-
Hi Mike! I did see the todos in the logic of w
[
https://issues.apache.org/jira/browse/LUCENE-8011?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16288923#comment-16288923
]
ASF GitHub Bot commented on LUCENE-8011:
Github user jpountz commented on the iss
Github user jpountz commented on the issue:
https://github.com/apache/lucene-solr/pull/280
Merged, thank you @mayya-sharipova.
---
-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands,
[
https://issues.apache.org/jira/browse/LUCENE-8011?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Adrien Grand resolved LUCENE-8011.
--
Resolution: Fixed
Fix Version/s: master (8.0)
> Improve similarity explanations
> --
[
https://issues.apache.org/jira/browse/LUCENE-8011?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16288907#comment-16288907
]
ASF GitHub Bot commented on LUCENE-8011:
Github user asfgit closed the pull reque
Github user asfgit closed the pull request at:
https://github.com/apache/lucene-solr/pull/280
---
-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org
[
https://issues.apache.org/jira/browse/LUCENE-8011?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16288905#comment-16288905
]
ASF subversion and git services commented on LUCENE-8011:
-
Commit
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/7054/
Java: 64bit/jdk1.8.0_144 -XX:+UseCompressedOops -XX:+UseParallelGC
13 tests failed.
FAILED: junit.framework.TestSuite.org.apache.lucene.store.TestMultiMMap
Error Message:
Could not remove the following files (in the order of
74 matches
Mail list logo