Hi Shawn,
I'm pretty sure the paths to load the jars in analysis-extras is correct,
the jars in /contrib/analysis-extras/lib load fine. I verified this by
changing the name of solr.OpenNLPTokenizerFactory to
solr.OpenNLPTokenizerFactory2
and saw the new error. Changing it back to solr.OpenNLPToken
We have a case on our dev server which uses the cloud example setup where
our two nodes are out of synch. One has records that the other does not.
We found the error:
c:organizations s:shard1 r:core_node1 x:organizations_shard1_replica0]
org.apache.solr.update.processor.DistributedUpdateProcessor
Hi all,
I am trying to debug a problem which i am facing and need some help.
I have a solr query which does join on 2 different cores. so lets say my
first core has following 3 docs
{ "id":"1", "m_id":"lebron", "some_info":"29" }
{ "id":"2", "m_id":"Wade", "matches_win":"29" }
{ "id":"3", "m_id
Raymond,
please don't get this the wrong way - it's entirely possible that you
didn't mean it like it sounded to me ...
"Urgent" is a term you can use with your colleagues or a supplier of yours
.. but not a mailing list like this. We're doing this in our spare time,
trying to help out others wor
I think this filter will output the desired result:
indexing:
"iPhone 6" will be indexed as "iphone 6" (always a single token)
querying:
so this will analyze "Apple iPhone 6 32GB white" to "apple", "apple iphone",
"iphone", "iphone 6" and so on...
then here a match wi
It reminds edismax (see mm, pf params) and MLT (more like this) features,
but unless you _extract_ an _entity_ to search in compatible_with field
it's can hardly avoid false positive matches like "apple white".
On Sun, Apr 8, 2018 at 11:01 PM, Sami al Subhi wrote:
> I have a set of products' doc
I have a set of products' docs with field name_en for example
name_en:"Apple iPhone 6 32GB white"
when a user chooses this product to view, I use the product name as a search
phrase and retrieve all the product accessories docs that have "iphone 6"
(not "iphone 7") in the field of compatible_with
CVE-2018-1308: XXE attack through Apache Solr's DIH's dataConfig request
parameter
Severity: Major
Vendor:
The Apache Software Foundation
Versions Affected:
Solr 1.2 to 6.6.2
Solr 7.0.0 to 7.2.1
Description:
The details of this vulnerability were reported to the Apache Security mailing
list.
Some interesting articles on uses of the topic, that might answer the
questions you have above:
http://joelsolr.blogspot.com/2017/01/deploying-ai-alerting-system-with-solrs.html
http://joelsolr.blogspot.com/2017/01/deploying-solrs-new-parallel-executor.html
If you have a smaller number of alerts
Hi all,
I need to implement percolator functionality in SOLR (i.e. get all indexed
docs that are matched to monitored query). How can I do this?
I found out in Solr TopicStream class. If I understand right, using
TopicStream with DaemonStream will give me percolator functionality, won't
it? (lik
On 4/8/2018 2:36 AM, Ryan Yacyshyn wrote:
I'm running into a small problem loading
the OpenNLPExtractNamedEntitiesUpdateProcessorFactory class, getting an
error saying it's not found. I'm loading all the required jar files,
according to the readme:
You've got a element to load analysis-extras
Hi all,
I'm running into a small problem loading
the OpenNLPExtractNamedEntitiesUpdateProcessorFactory class, getting an
error saying it's not found. I'm loading all the required jar files,
according to the readme:
*solrconfig.xml*
...
en-ner-person.bin
opennlp-en-t
12 matches
Mail list logo