Re: Congratulations to the new Apache Solr PMC Chair, Jan Høydahl!

2021-02-18 Thread Steve Rowe
Congratulations Jan! -- Steve > On Feb 18, 2021, at 1:55 PM, Anshum Gupta wrote: > > Hi everyone, > > I’d like to inform everyone that the newly formed Apache Solr PMC nominated > and elected Jan Høydahl for the position of the Solr PMC Chair and Vice > President. This

Re: SolrDeletionPolicy & Core Reload

2021-01-04 Thread Steve Lacerda
p, maxCommitAge) from the solr > admin console? > > Thank you. > -- Steve Lacerda e. steve.lace...@datastax.com w. www.datastax.com

Re: Easiest way to export the entire index

2020-01-29 Thread Steve Ge
@Amanda You can try using curl and write output to a file   curl http://localhost:8983/Solr?q={theSolrQuery) > out.json   theSolrQuery - you need to specify all attrs you want exported, not just * If you are on Windows, there is a Windows curl tool you can download to use Steve On

Re: regarding Extracting text from Images

2020-01-22 Thread Steve Ge
.  Not recommend. Steve On Wed, Oct 23, 2019 at 7:08 PM, suresh pendap wrote: Hi Alex, Thanks for your reply. How do we integrate tesseract with Solr?  Do we have to implement Custom update processor or extend the ExtractingRequestProcessor? Regards Suresh On Wed, Oct 23, 2019 at 11:21 AM Alexandre

RE: [EXTERNAL] - Re: Solr not returning stored field

2019-06-27 Thread Steve Pruitt
. -S -Original Message- From: Steve Pruitt Sent: Thursday, June 27, 2019 2:46 PM To: solr-user@lucene.apache.org Subject: RE: [EXTERNAL] - Re: Solr not returning stored field Ok, I am totally confused. It works fine using Solr Admin console on some test cases. I set the fl box

RE: [EXTERNAL] - Re: Solr not returning stored field

2019-06-27 Thread Steve Pruitt
, 2019, 1:37 PM Steve Pruitt, wrote: > I cannot get Solr to return a stored field. > > My schema is: > > : > name="ranking" type="pdouble" indexed="false" stored="true"/> name="reference" type="string" indexed="fal

Solr not returning stored field

2019-06-27 Thread Steve Pruitt
I cannot get Solr to return a stored field. My schema is: : : I am using the SolrJ client and trying this: The query string contains = " user: " and a list of user field values; The query executes ok. I get several documents. SolrQuery solrQuery = new SolrQuery(query);

Re: UAX29 URL Email Tokenizer not working as expected

2019-05-07 Thread Steve Rowe
hyphen out of the default definition. Hyphens include U+002D HYPHEN-MINUS, U+2010 HYPHEN, possibly also U+058A ARMENIAN HYPHEN, and U+30A0 KATAKANA-HIRAGANA DOUBLE HYPHEN. Steve [1] To figure out which chars to use to not trigger a word break, look at rules WB6, WB7, WB8 &a

Re: Solr -plugins Jar in Cloud mode

2019-02-06 Thread Steve Rowe
From https://issues.apache.org/jira/browse/SOLR-9175 : "[O]nly components specified in solrconfig.xml can be loaded from blob store. Schema components are not yet loaded from blob store." Steve > On Feb 3, 2019, at 7:51 PM, Lucky Sharma wrote: > > Hi, > I was trying t

Re: Schema.xml, copyField, Slash, ignoreCase ?

2019-01-11 Thread Steve Rowe
t, while the *filter* is given the text of single terms. - - [1] http://archive.apache.org/dist/lucene/solr/ref-guide/apache-solr-ref-guide-5.4.pdf -- Steve > On Jan 11, 2019, at 4:18 AM

Re: How to archive Solr cloud and delete the data?

2018-12-31 Thread Steve Rowe
Hi Rekha, Do you know about Solr's Time Routed Aliases feature[1]? Steve [1] https://lucene.apache.org/solr/guide/7_6/time-routed-aliases.html > On Dec 30, 2018, at 11:48 AM, Rekha > wrote: > > Hi Solr Team, I want to archive my Solr data. Is there any api available to >

Re: Want to subscribe to this list

2018-11-09 Thread Steve Rowe
Hi Michela, For subscription info see: http://lucene.apache.org/solr/community.html#mailing-lists-irc I'm not aware of any Slack discussion groups, but there are two freenode.net IRC channels - see: http://lucene.apache.org/solr/community.html#irc Steve > On Nov 8, 2018, at 10:42 AM, Mich

RE: Sql server data import

2018-11-09 Thread Gu, Steve (CDC/DDPHSS/OS) (CTR)
What is "" in the PublicId? Is it part of the data? Did you check if the special characters in your data cause the problem? Steve ### Error creating document : SolrInputDocument(fields: [PublicId=10065, Id=117]) -Original Message- From: Verthosa Sent: Friday,

Re: Rule-based replication or sharing

2018-09-25 Thread Steve Rowe
:) - here are the rules that should do the trick for you > (i.e., what I wrote in the previous sentence): > > - > rule=shard:*,replica:1,sysprop.AWSAZ:AZ1 > =shard:*,replica:1,sysprop.AWSAZ:AZ2 > =shard:*,replica:1,sysprop.AWSAZ:AZ3 > - Have you tried ^^ ? -- Steve www.lucidworks.com

Re: Rule-based replication or sharing

2018-09-25 Thread Steve Rowe
rule-based replica placement feature, and he corrected a misunderstanding of mine: > On 9/25/18, 9:08 AM, "Steve Rowe" wrote: > So you could specify “replica:<2”, which means that no node can host more > than one replica, but it's acceptable for a node to host zero r

Re: Rule-based replication or sharing

2018-09-25 Thread Steve Rowe
t;2”, which means that no node can host more than one replica, but it's acceptable for a node to host zero replicas. Did you set system property AWSAZ on each Solr node with an appropriate value? -- Steve www.lucidworks.com > On Sep 25, 2018, at 10:39 AM, Chuck Reynolds wrote: > > Steve, &

Re: Rule-based replication or sharing

2018-09-21 Thread Steve Rowe
:<2,sysprop.AWSAZ:us-west-1 replica:<2,sysprop.AWSAZ:ca-central-1 -- Steve www.lucidworks.com > On Sep 21, 2018, at 4:07 PM, Chuck Reynolds wrote: > > I'm using Solr 6.6 and I want to create a 90 node cluster with a replication > factor of three. I'm using AWS EC2 instances and

Re: Query with exact number of tokens

2018-09-21 Thread Steve Rowe
Link correction - wrong fragment identifier in ref #5 - should be: [5] https://lucene.apache.org/solr/guide/7_4/other-parsers.html#function-range-query-parser -- Steve www.lucidworks.com > On Sep 21, 2018, at 12:04 PM, Steve Rowe wrote: > > Hi Sergio, > > Chris “Hoss

Re: Query with exact number of tokens

2018-09-21 Thread Steve Rowe
her-parsers.html#OtherParsers-FunctionRangeQueryParser [6] https://lucene.apache.org/solr/guide/7_4/function-queries.html#termfreq-function [7] https://lucene.apache.org/solr/guide/7_4/function-queries.html#sub-function [8] https://lucene.apache.org/solr/guide/7_4/implicit-requesthandlers.html#analysis-handlers

RE: weird error for accessing solr

2018-09-19 Thread Gu, Steve (CDC/OD/OADS) (CTR)
In essence, it is not a solr issue. Thanks a lot Steve -Original Message- From: Erick Erickson Sent: Tuesday, September 18, 2018 4:18 PM To: solr-user Subject: Re: weird error for accessing solr bq. can you share *ALL* of... from both machines! On Tue, Sep 18, 2018 at 12:40 PM Shawn Heisey wrote: &

RE: weird error for accessing solr

2018-09-18 Thread Gu, Steve (CDC/OD/OADS) (CTR)
server. Any help will be greatly appreciated. Steve -Original Message- From: Alexandre Rafalovitch Sent: Tuesday, September 18, 2018 2:45 PM To: solr-user Subject: Re: weird error for accessing solr Then you are either seeing different instances or your browser is hard-caching

RE: weird error for accessing solr

2018-09-18 Thread Gu, Steve (CDC/OD/OADS) (CTR)
the directories/options. But that's kind of a distant second possibility. On 18 September 2018 at 14:23, Gu, Steve (CDC/OD/OADS) (CTR) wrote: > I have set up my solr as a standalone service and the its url is > http://solr.server:8983/solr. I opened 8983 on solr.server to anyone, and

weird error for accessing solr

2018-09-18 Thread Gu, Steve (CDC/OD/OADS) (CTR)
. The left nav on the page is shown but indicates that the solr is set up as SolrCloud, which is not. I am really confused about this and have no idea how to tackle this problem. Has anyone ever had a similar issue? Or any idea why this is happening? Thanks Steve

join query in same collection

2018-09-14 Thread Steve Pruitt
I see nothing in the documentation suggesting a query with a join filter doesn't work when a single collection is involved. There is the special deployment instructions when joining across two distinct collections, but this is not my case. I have a single collection: I have two VM's, both

RE: solrcloud configuration: solr failed to start with multiple zookeeper servers

2018-09-14 Thread Gu, Steve (CDC/CDC OD/OADS) (CTR)
Edwin, Solr is 7.4.0, and zookeeper is 3.4.12. Interestingly, when I started solr with ZK_HOST="localhost:2181", I can still access solr via other zk_host with CloudSolrClient. Thanks Steve -Original Message- From: Zheng Lin Edwin Yeo Sent: Thursday, September 13, 201

RE: how to access solr in solrcloud

2018-09-13 Thread Gu, Steve (CDC/CDC OD/OADS) (CTR)
That makes sense. CloudSolrClient accepts a list of zookeepers. It works beautifully. Thanks Steve -Original Message- From: Walter Underwood Sent: Thursday, September 13, 2018 10:55 AM To: solr-user@lucene.apache.org Subject: Re: how to access solr in solrcloud Use direct

RE: solrcloud configuration: solr failed to start with multiple zookeeper servers

2018-09-13 Thread Gu, Steve (CDC/OD/OADS) (CTR)
zookeeper servers did you configure the zookeeper as a quorum? Am 13.09.2018 um 14:47 schrieb Gu, Steve (CDC/OD/OADS) (CTR): > Hi, > > I am prototyping solrcloud and I have three zookeeper servers > (localhost:2181,localhost:2182,localhost:2183). I set the zkHost in > solr.in.cmd f

solrcloud configuration: solr failed to start with multiple zookeeper servers

2018-09-13 Thread Gu, Steve (CDC/OD/OADS) (CTR)
d to start solr: localhost:2182 was unexpected at this time. Solr starts ok if I set ZK_Host to only one server, such as set ZK_HOST="localhost:2181". Any suggestions? Thanks Steve

RE: how to access solr in solrcloud

2018-09-13 Thread Gu, Steve (CDC/OD/OADS) (CTR)
Hi, Florian We need to pass zookeeper url to CloudSolrClient. Since there are multiple zk servers, is it the common practice to set a proxy server in front of zookeeper? Thanks for your advice. Steve -Original Message- From: Florian Gleixner Sent: Wednesday, September 12, 2018 6:27

RE: how to access solr in solrcloud

2018-09-12 Thread Gu, Steve (CDC/OD/OADS) (CTR)
Vadim, That makes perfect sense. Thanks Steve -Original Message- From: Vadim Ivanov Sent: Wednesday, September 12, 2018 10:23 AM To: solr-user@lucene.apache.org Subject: RE: how to access solr in solrcloud Hi, Steve If you are using solr1:8983 to access solr and solr1 is down IMHO

RE: how to access solr in solrcloud

2018-09-12 Thread Gu, Steve (CDC/OD/OADS) (CTR)
. Zookeeper never handles queries. It coordinates cluster changes with the Solr instances. wunder Walter Underwood wun...@wunderwood.org http://observer.wunderwood.org/ (my blog) > On Sep 12, 2018, at 6:38 AM, Gu, Steve (CDC/OD/OADS) (CTR) > wrote: > > Hi, all > > I am

RE: how to access solr in solrcloud

2018-09-12 Thread Gu, Steve (CDC/OD/OADS) (CTR)
Thanks, David -Original Message- From: David Santamauro Sent: Wednesday, September 12, 2018 10:28 AM To: solr-user@lucene.apache.org Cc: David Santamauro Subject: Re: how to access solr in solrcloud ... or haproxy. On 9/12/18, 10:23 AM, "Vadim Ivanov" wrote:

how to access solr in solrcloud

2018-09-12 Thread Gu, Steve (CDC/OD/OADS) (CTR)
appreciated. Steve

Re: Keystore and Password is displayed in Dashboard

2018-09-07 Thread Steve Rowe
Hi, Which version of Solr are you using? AFAIK this was fixed in Solr 6.6: https://issues.apache.org/jira/browse/SOLR-10076 . However, prior to Solr 7.0, sensitive property redaction was not enabled by default. To enable, set system property solr.redaction.system.enabled=true . -- Steve

Re: Null Pointer Exception without details on Update in schemaless 7.4

2018-09-06 Thread Steve Rowe
Hi, Null handling in AddSchemaFieldsUpdateProcessorFactory has been added for Solr 7.5, see https://issues.apache.org/jira/browse/SOLR-12704 . -- Steve www.lucidworks.com > On Sep 6, 2018, at 1:11 AM, deniz wrote: > > server is also 7.4 > > and your assumption/check on null

RE: [EXTERNAL] - Re: join works with a core, doesn't work with a collection

2018-08-30 Thread Steve Pruitt
Shawn, You are correct. I created another setup. This time with 1 node, 1 shard, 2 replicas and the join worked! Running with the example SolrCloud setup doesn't work for join queries. Thanks. -S -Original Message- From: Steve Pruitt Sent: Thursday, August 30, 2018 12:25 PM

RE: [EXTERNAL] - Re: join works with a core, doesn't work with a collection

2018-08-30 Thread Steve Pruitt
30, 2018 12:11 PM To: solr-user@lucene.apache.org Subject: Re: [EXTERNAL] - Re: join works with a core, doesn't work with a collection On 8/30/2018 9:49 AM, Steve Pruitt wrote: > If you mean another running Solr server running, then no. I mean multiple Solr processes. The cloud example (star

RE: [EXTERNAL] - Re: join works with a core, doesn't work with a collection

2018-08-30 Thread Steve Pruitt
If you mean another running Solr server running, then no. -Original Message- From: Shawn Heisey Sent: Thursday, August 30, 2018 11:31 AM To: solr-user@lucene.apache.org Subject: Re: [EXTERNAL] - Re: join works with a core, doesn't work with a collection On 8/30/2018 9:17 AM, Steve

RE: [EXTERNAL] - Re: join works with a core, doesn't work with a collection

2018-08-30 Thread Steve Pruitt
/2018 9:00 AM, Steve Pruitt wrote: > Is there something different I need to do for a query with a join for a > Collection? Singular Collection, not across Collections. > > Initially, I used a Core for simple development. One of my queries uses a > join. It works fine. I know ve

join works with a core, doesn't work with a collection

2018-08-30 Thread Steve Pruitt
Is there something different I need to do for a query with a join for a Collection? Singular Collection, not across Collections. Initially, I used a Core for simple development. One of my queries uses a join. It works fine. I created a Collection with the same schema. Indexed the same

Re: [help!] java.lang.NoSuchMethodError: org.apache.solr.client.solrj.request.schema.SchemaRequest

2018-08-27 Thread Steve Rowe
Thanks for letting us know about the source of the problem. -- Steve www.lucidworks.com > On Aug 27, 2018, at 3:15 PM, yx zhou wrote: > > i found the root cause, it is my setting > > >org.noggit >noggit > > > It's has dupl

Re: [help!] java.lang.NoSuchMethodError: org.apache.solr.client.solrj.request.schema.SchemaRequest

2018-08-24 Thread Steve Rowe
. [1] https://issues.apache.org/jira/browse/SOLR-12455 -- Steve www.lucidworks.com > On Aug 24, 2018, at 6:47 PM, yx zhou wrote: > > Got the following errow when i try to delete a field with Schema API, on > Solr 7.0.1, cloud model > > java.lang

need help with a complicated join query

2018-08-23 Thread Steve Pruitt
At least it is complicated to me. :>) We are investigating how to find return a list documents whose identifier is contained in a multi-value field in another document. The index consists of essentially two different documents sharing some common fields. To make it simple, I will refer to them

Re: Please subscribe me to solr -user forum

2018-08-16 Thread Steve Rowe
To subscribe, send an email to: solr-user-subscr...@lucene.apache.org -- Steve www.lucidworks.com > On Aug 16, 2018, at 7:09 AM, Arumugam, Senthil Kumar > wrote: > >

Re: Multi-word Synonyms - how does sow parameter work?

2018-08-15 Thread Steve Rowe
Yes please. That way we’ll see the whole thing. -- Steve www.lucidworks.com > On Aug 15, 2018, at 7:20 PM, Roy Lim wrote: > > I've subscribed, shall I re-post it then via email? > > > > -- > Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: Multi-word Synonyms - how does sow parameter work?

2018-08-15 Thread Steve Rowe
to read your post in full, you should subscribe to the mailing list instead of using Nabble. Instructions here: http://lucene.apache.org/solr/community.html#solr-user-list-solr-userluceneapacheorg -- Steve www.lucidworks.com > On Aug 15, 2018, at 7:00 PM, Roy Lim wrote: > > Thanks

exception using atomic update on a field

2018-08-08 Thread Steve Pruitt
I am updating an existing document using the "add-distinct" directive. One of my fields is declared: The field being updated is a different field. All I set in my code is Map fields = new HashMap<>(); SolrInputDocument solrDoc = new SolrInputDocument(); fields.put("add-distinct", member);

UUIDField in defined schema

2018-08-08 Thread Steve Pruitt
Admin guide has UUIDField as a field type, but it's not defined in the default schema. The Admin guide describes it in conjunction with the UUIDUpdateProcessorFactory. I see the updateProcessor defined in the default schema. The only place I see UUIDUpdateProcessorFactory discussed in the

Re: deprecated field types

2018-08-07 Thread Steve Rowe
I created a JIRA issue to track the Trie field removal effort: https://issues.apache.org/jira/browse/SOLR-12632 -- Steve www.lucidworks.com > On Aug 7, 2018, at 11:48 AM, Shawn Heisey wrote: > > On 8/6/2018 11:52 PM, Hendrik Haddorp wrote: >> Below the table the following is

executing /suggest in Admin Console

2018-08-06 Thread Steve Pruitt
Changing the request handler to /suggest in the Admin Console Query panel doesn't work. It was a guess on my part to see if it would. Is the way to do this, or do I need to always use browser, postman, etc. for debugging? Thanks. -Steve

Re: Exact Phrase search not returning results.

2018-07-20 Thread Steve Rowe
Hi Deepti, Your schema snippet didn’t make it to the list. Please repost as inline text rather than an image. -- Steve www.lucidworks.com > On Jul 20, 2018, at 10:33 AM, Krishnan, Deepti (NIH/OD) [C] > wrote: > > Hi, > > We are working on a .net application using Solr.

Re: Hi, happy to join this solr party.

2018-07-11 Thread Steve Rowe
Welcome! To subscribe, send an email to solr-user-subscr...@lucene.apache.org . More info here: http://lucene.apache.org/solr/community.html#mailing-lists-irc -- Steve www.lucidworks.com > On Jul 10, 2018, at 6:07 AM, zhenyuan wei wrote: > > I'd like to subscribe this maillist, thanks.

Re: Solr OpenNLP named entity extraction

2018-07-10 Thread Steve Rowe
themselves are not included in the set of directories from which resources are loaded; only their children are. -- Steve www.lucidworks.com > On Jul 9, 2018, at 10:10 PM, Jerome Yang wrote: > > Hi Steve, > > Put models under " ${solr.solr.home}/lib/ "

Re: Solr OpenNLP named entity extraction

2018-07-09 Thread Steve Rowe
/guide/7_4/setting-up-an-external-zookeeper-ensemble.html#increasing-the-file-size-limit -- Steve www.lucidworks.com > On Jul 9, 2018, at 12:50 AM, Jerome Yang wrote: > > Hi guys, > > In Solrcloud mode, where to put the OpenNLP models? > Upload to zookeeper? > As I test

Re: Mailing List Subscription

2018-06-25 Thread Steve Rowe
Hi Rainman, See http://lucene.apache.org/solr/community.html#mailing-lists-irc for subscription information. -- Steve www.lucidworks.com > On Jun 25, 2018, at 12:07 AM, Rainman Sián wrote: > > Hello > > I'm Rainman, I have worked with Solr in a couple of projects in the p

Re: Error deleting copy field

2018-06-06 Thread Steve Rowe
Ikenna, Can you please create a JIRA issue[1], and if possible include your schema? Thanks. -- Steve www.lucidworks.com [1] https://wiki.apache.org/solr/HowToContribute#JIRA_tips_.28our_issue.2Fbug_tracker.29 > On Jun 6, 2018, at 5:16 PM, Ikenna Okonkwo wrote: > > Hi Steve, >

Re: Error deleting copy field

2018-06-06 Thread Steve Rowe
out the exact spelling of your copy field rules by looking at the schema. -- Steve www.lucidworks.com > On Jun 6, 2018, at 5:00 PM, Ikenna Okonkwo wrote: > > Hi all, > > I encountered an error when using SOLR cloud 7.2.1. I used the UI to add a > bunch of “copy fields” to a f

Re: Error when indexing against a specific dynamic field type

2018-05-01 Thread Steve Rowe
/solr-core/org/apache/solr/update/processor/TruncateFieldUpdateProcessorFactory.html [3] https://lucene.apache.org/solr/guide/7_3/filter-descriptions.html#length-filter -- Steve www.lucidworks.com > On May 1, 2018, at 11:28 AM, Erick Erickson <erickerick...@gmail.com> wrote: > >

Re: Running an analyzer chain in an update request processor

2018-04-23 Thread Steve Rowe
Hi Walter, I haven’t seen this before, but it looks like https://bugs.java.com/view_bug.do?bug_id=8071775 -- Steve www.lucidworks.com > On Apr 20, 2018, at 7:54 PM, Walter Underwood <wun...@wunderwood.org> wrote: > > I’m back. > > I think I’m following the steps in

Re: NER question

2018-04-18 Thread Steve Rowe
Hi Alexey, Did you see my response to your “Solr OpenNLP named entity extraction” thread? I think I’ve answered your questions. -- Steve www.lucidworks.com > On Apr 18, 2018, at 4:28 AM, Alexey Ponomarenko <alex1989s...@gmail.com> > wrote: > > Hi, I have a question regard

Re: schema-api: modifying schema in xml format

2018-04-18 Thread Steve Rowe
Hi Arturas, The Schema API only understands commands in JSON. I looked through the ref guide page, and I’m surprised that this isn’t stated directly; I’ll try to fix that. -- Steve www.lucidworks.com > On Apr 18, 2018, at 4:12 AM, Arturas Mazeika <maze...@gmail.com> wrote: > >

Re: Solr OpenNLP named entity extraction

2018-04-17 Thread Steve Rowe
issing an “id” field. 3. For whatever reason, the pre-trained model "en-ner-person.bin" doesn’t extract anything from text “This is Steve Jobs 2”. It will extract “Steve Jobs” from text “This is Steve Jobs in white” e.g. though. 4. (Not a problem necessarily) You may want to use a mult

Re: ant eclipse on branch_6_4

2018-04-12 Thread Steve Rowe
://issues.apache.org/jira/browse/IVY-1489 -- Steve www.lucidworks.com > On Apr 12, 2018, at 10:34 AM, rgummadi <rameshgumm...@gmail.com> wrote: > > I cloned lucene-solr git and working on git branch branch_6_4. I am trying to > make this eclipse compatible. > So I "ant eclipse&q

Re: Running an analyzer chain in an update request processor

2018-04-06 Thread Steve Rowe
://lucene.apache.org/solr/7_3_0/solr-core/org/apache/solr/update/processor/StatelessScriptUpdateProcessorFactory.html -- Steve www.lucidworks.com > On Apr 6, 2018, at 5:46 PM, Walter Underwood <wun...@wunderwood.org> wrote: > > Is there an easy way to define an analyzer chain in sche

Re: [ANNOUNCE] Solr Reference Guide for Solr 7.3 released

2018-04-05 Thread Steve Rowe
006 [2] https://issues.apache.org/jira/browse/SOLR-11701 [3] https://lucene.apache.org/solr/7_3_0/changes/Changes.html#v7.3.0.other_changes -- Steve www.lucidworks.com > On Apr 5, 2018, at 11:05 AM, Terry Steichen <te...@net-frame.com> wrote: > > I'm a bit confused because of the iss

Re: UIMA-SOLR integration

2018-03-29 Thread Steve Rowe
where a pre-release HTML view is available): <https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;a=blob;f=solr/contrib/analysis-extras/src/java/org/apache/solr/update/processor/OpenNLPExtractNamedEntitiesUpdateProcessorFactory.java;hb=refs/heads/branch_7_3#l60> -- Steve www.lucidwork

[ANNOUNCE] Apache Solr 6.6.3 released

2018-03-07 Thread Steve Rowe
7 March 2018, Apache Solr™ 6.6.3 available The Lucene PMC is pleased to announce the release of Apache Solr 6.6.3. Solr is the popular, blazing fast, open source NoSQL search platform from the Apache Lucene project. Its major features include powerful full-text search, hit highlighting,

Re: Synonym not working in 4.10 / CDH 5.14

2018-03-01 Thread Steve Rowe
Yes, either type “text_general” or some other TextField-based field type that includes a synonym filter. -- Steve www.lucidworks.com > On Mar 1, 2018, at 3:02 PM, Abhi Basu <9000r...@gmail.com> wrote: > > Yes, agreed. Just tested and it works. :) > > I will have a lot

Re: Synonym not working in 4.10 / CDH 5.14

2018-03-01 Thread Steve Rowe
I think you want type=“text_general” -- Steve www.lucidworks.com > On Mar 1, 2018, at 2:19 PM, Abhi Basu <9000r...@gmail.com> wrote: > > Should it be defined as this instead? > > stored="true" docValues="true"/> > > > > On Thu, Mar

Re: Synonym not working in 4.10 / CDH 5.14

2018-03-01 Thread Steve Rowe
Hi Abhi, PropertyAddressState is of type “string”, which has no analysis applied. Since you copyfield to “text” field, which has the analysis you expect, you could try querying it instead. -- Steve www.lucidworks.com > On Mar 1, 2018, at 12:23 PM, Abhi Basu <9000r...@gmail.com&

Re: StandardTokenizer and splitting on mixedcase strings

2018-02-23 Thread Steve Rowe
Hi Dan, StandardTokenizerFactory does not do this. Maybe you have a filter in your analysis chain that does this? E.g. WordDelimiterFilterFactory has this capability. -- Steve www.lucidworks.com > On Feb 23, 2018, at 6:08 AM, Dan . <rosh...@gmail.com> wrote

Re: Solr - Managed Resources REST API to get stopwords

2018-02-13 Thread Steve Rowe
e file. -- Steve www.lucidworks.com > On Feb 13, 2018, at 3:41 PM, ruby <rshoss...@gmail.com> wrote: > > I added following to my Solr schema: > > stored="true" > multiValued="true"/> > >class="solr.TextField"> &g

Re: Multi words query time synonyms

2018-02-10 Thread Steve Rowe
the following for qq=“maillot om”: +((name_text_gp:maillot) (((+name_text_gp:olympiqu +name_text_gp:de +name_text_gp:marseil) name_text_gp:om))) (btw my stop list only has “de” on it) Thanks, -- Steve www.lucidworks.com > On Feb 10, 2018, at 2:12 AM, Dominique Bejean <dominique.bej...@eo

Re: SynonymGraphFilterFactory with WordDelimiterGraphFilterFactory usage

2018-02-07 Thread Steve Rowe
Thanks Webster, I created https://issues.apache.org/jira/browse/SOLR-11955 to work on this. -- Steve www.lucidworks.com > On Feb 6, 2018, at 2:47 PM, Webster Homer <webster.ho...@sial.com> wrote: > > I noticed that in some of the current example schemas that are ship

RE: [EXTERNAL] - Re: analysis error - cannot change numBytes from 4 to 8

2018-02-06 Thread Steve Pruitt
ser@lucene.apache.org> Subject: [EXTERNAL] - Re: analysis error - cannot change numBytes from 4 to 8 Steve: Did this work in the past but just stopped? If so, did you change your schema at all? If you changed your schema at all, you probably have to reindex from scratch. However, you

Re: Min-should-match and Mutli-word synonyms unexpected result

2018-02-06 Thread Steve Rowe
Hi Nick, I think this was fixed by https://issues.apache.org/jira/browse/LUCENE-7878 in Solr 6.6.1. -- Steve www.lucidworks.com > On Feb 5, 2018, at 3:58 PM, Nick D <ndrake0...@gmail.com> wrote: > > I have run into an issue with multi-word synonyms and a min-should-match >

Re: SynonymGraphFilterFactory with WordDelimiterGraphFilterFactory usage

2018-02-06 Thread Steve Rowe
onymFilterFactory? Since most (all?) filters do not correctly interpret input token graphs, you can only expect correct positions if a graph token filter is not followed by any other filter. -- Steve www.lucidworks.com

analysis error - cannot change numBytes from 4 to 8

2018-02-05 Thread Steve Pruitt
I have a collection with a field defined as plongs. The field schema is: For each document to add, I build up a HashMap of field values. Since its multi-valued field, I create an ArrayList of type Long and add the values to it. The ArrayList is added to the HashMap. Next, I create a

Re: SynonymGraphFilterFactory with WordDelimiterGraphFilterFactory usage

2018-02-05 Thread Steve Rowe
rectly interpret. Other filters also have this issue, see e.g. <https://issues.apache.org/jira/browse/LUCENE-3475> for ShingleFilter; this issue has gotten some attention recently, and hopefully it will inspire fixes elsewhere. Patches welcome! -- Steve www.lucidworks.com > On Feb 5, 2

SolrCloudClient multi-threading

2018-02-02 Thread Steve Pruitt
The 7.2.1 SolrCloudClientBuilder has the method withParallelUpdates(Boolean). It's my understanding the SolrCloudClient does not manage multiple threads like the ConcurrentUpdateSolrClient. Curious what the withParallelUpdates setting on SolrCloudClientBuilder does. It hints at multi-threaded

Re: Need help with solr highlighting feature

2018-01-18 Thread Steve Rowe
Hi Aashish, Thanks for letting us know. -- Steve www.lucidworks.com > On Jan 17, 2018, at 1:41 PM, Aashish Agarwal <aaashi...@gmail.com> wrote: > > Hello Steve, > > Sorry to disturb, the issue was due to custom tokenizer that I used. Since > that was not stori

Re: Need help with solr highlighting feature

2018-01-17 Thread Steve Rowe
Hi Aashish, Which version of Solr are you using? Please share your configuration: highlighter and schema. -- Steve www.lucidworks.com > On Jan 16, 2018, at 12:20 PM, Aashish Agarwal <aaashi...@gmail.com> wrote: > > Hello, > > I am using solr highlighting feature

Re: ClassicTokenizer

2018-01-11 Thread Steve Rowe
egmentation <http://unicode.org/reports/tr29/> -- Steve www.lucidworks.com > On Jan 10, 2018, at 10:09 PM, Shawn Heisey <apa...@elyograg.org> wrote: > > On 1/10/2018 2:27 PM, Rick Leir wrote: >> I did not express that clearly. >> The reference guide says

document colocation

2018-01-05 Thread Steve Pruitt
I have two document types that share several fields. We currently plan a single index for both types. One of the shared fields contains a value that correlates two document instances, i.e. two documents of the two types has the same value. The values are random integers. We would like each

Re: Trouble with mm and SynonymQuery and KeywordRepeatFilter

2017-12-21 Thread Steve Rowe
emming is involved.) -- Steve www.lucidworks.com > On Dec 21, 2017, at 9:28 AM, Markus Jelsma <markus.jel...@openindex.io> wrote: > > Hello Steve, > > Well, that is an interesting approach to the topic indeed. But i do not think > it is possible to obtain a list of all

Re: Trouble with mm and SynonymQuery and KeywordRepeatFilter

2017-12-20 Thread Steve Rowe
, not to the original query terms. -- Steve www.lucidworks.com > On Dec 20, 2017, at 5:02 PM, Markus Jelsma <markus.jel...@openindex.io> wrote: > > Hello, > > Yes of course, index time synonyms lessens the query time complexity and will > solve the mm problem. It also screws

RE: [EXTERNAL] - Re: sharing the same param value in Solrcloud

2017-12-14 Thread Steve Pruitt
ing control over the client is usually a good reason, but I thought I'd ask ;) FWIW, Erick On Wed, Dec 13, 2017 at 10:45 AM, Steve Pruitt <bpru...@opentext.com> wrote: > I am trying to work out how to share a parameter value in all the Solr nodes > in a cluster. > > I have two custom

sharing the same param value in Solrcloud

2017-12-13 Thread Steve Pruitt
I am trying to work out how to share a parameter value in all the Solr nodes in a cluster. I have two custom search components. One is defined in the first-components list and the other is defined in the last-components list. Ideally, the first-component creates the parameter value and sets

Re: No Live SolrServer available to handle this request

2017-12-07 Thread Steve Rowe
Hi Selvam, This sounds like it may be a bug - could you please create a JIRA? (See <https://wiki.apache.org/solr/HowToContribute#JIRA_tips_.28our_issue.2Fbug_tracker.29> for more info.) Thanks, -- Steve www.lucidworks.com > On Dec 6, 2017, at 9:56 PM, Selvam Raman <sel...@gmai

Collection creation timeout

2017-12-06 Thread Steve Pruitt
I have three SolrCloud nodes. Two are VM's, the other is my machine. I start Solr on each and they report running in SolrCloud mode. I can access each node via the admin console. I have a configset uploaded to my ZK ensemble. I next tried creating a collection via the admin console for my

RE: [EXTERNAL] - Re: SolrCloud Windows Service

2017-12-06 Thread Steve Pruitt
On 12/6/2017 9:39 AM, Steve Pruitt wrote: > Can someone suggest the best method for starting SolrCloud as a Windows > Service? > > I have used nssm prior. It works ok for Solr standalone, but doesn't seem to > work correctly for SolrCloud. This could simply be me not configuring

SolrCloud Windows Service

2017-12-06 Thread Steve Pruitt
Can someone suggest the best method for starting SolrCloud as a Windows Service? I have used nssm prior. It works ok for Solr standalone, but doesn't seem to work correctly for SolrCloud. This could simply be me not configuring the service in nssm. If anyone has a working method, my thanks.

RE: [EXTERNAL] - Re: Solr Cloud configuration

2017-12-06 Thread Steve Pruitt
Thanks. I understand. -Original Message- From: Shawn Heisey [mailto:apa...@elyograg.org] Sent: Monday, December 04, 2017 11:58 PM To: solr-user@lucene.apache.org Subject: [EXTERNAL] - Re: Solr Cloud configuration On 12/4/2017 12:11 PM, Steve Pruitt wrote: > Getting my Solr Cloud no

Solr Cloud configuration

2017-12-04 Thread Steve Pruitt
Getting my Solr Cloud nodes up and running took manually setting execution permissions on the configuration files and manually creating the logs and logs/archived folders under /opt/solr/server. Even though I have my log folders set to var/solr/logs in the default/solr.in.sh file. After

RE: Solr Cloud permissions

2017-12-04 Thread Steve Pruitt
I used the -u option to provide the installer with a user id. The /var/solr folder has the user set as the owner. But, the /opt/solr folder is owned by root. How did this happen? I checked the opt/solr/bin/init.d/solr and verified RUNAS is set to the user I entered. When I try to execute

Solr Cloud permissions

2017-12-04 Thread Steve Pruitt
The documentation states you cannot run Solr cloud as root. When I installed Solr I gave it another user. I checked the init.d script and RUNAS is set to the user I entered. This user doesn't have the permissions I need, but I am not exactly sure where to check permissions. Thanks. -S

RE: [EXTERNAL] - Re: starting SolrCloud nodes

2017-12-04 Thread Steve Pruitt
:34 PM To: solr-user@lucene.apache.org Subject: [EXTERNAL] - Re: starting SolrCloud nodes On 12/1/2017 10:13 AM, Steve Pruitt wrote: > Thanks to previous help. I have a ZK ensemble of three nodes running. I > have uploaded the config for my collection and the solr.xml file. > I have Solr insta

starting SolrCloud nodes

2017-12-01 Thread Steve Pruitt
Thanks to previous help. I have a ZK ensemble of three nodes running. I have uploaded the config for my collection and the solr.xml file. I have Solr installed on three machines. I think my next steps are: Start up each Solr instance: bin/solr start -c -z "zoo1:2181,zoo2:2181,zoo3:2181" //

RE: [EXTERNAL] - Re: Basic SolrCloud help

2017-11-30 Thread Steve Pruitt
. I haven't created a Collection yet. The running Solr instance upon initial install has no config yet. But, I think I am not understanding what "definition" and "*config*" mean. Thanks in advance. -S On 11/29/2017 11:44 AM, Steve Pruitt wrote: > I want ZK

Basic SolrCloud help

2017-11-29 Thread Steve Pruitt
A couple of steps are still not clear to me. Currently, I have my schema defined. Plus, I have six VM's. I have ZK running on three of the VM's. Now I want to get a SolrCloud cluster running on other three. I may use only two VM's and use my local machine as the third node. I want ZK to manage

  1   2   3   4   5   >