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 decision was approved

Re: UAX29 URL Email Tokenizer not working as expected

2019-05-07 Thread Steve Rowe
Hi Tom, The documentation is wrong. The sentence you quoted was inherited from Classic Tokenizer's description. UAX 29 URL Email Tokenizer is a specialization of Standard Tokenizer, the 7.2 documentation for which says the following: Note that words are split at hyphens. I've made an

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 to add plugins to

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

2019-01-11 Thread Steve Rowe
Hi Bruno, ignoreCase: Looks like you already have achieved this? auto truncation: This is caused by inclusion of PorterStemFilterFactory in your "text_en" field type. If you don't want its effects (i.e. treating different forms of the same word interchangeably), remove the filter. process

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 > archive data? I

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, Michela

Re: Rule-based replication or sharing

2018-09-25 Thread Steve Rowe
Chuck, see my responses inline below: > On Sep 25, 2018, at 12:50 PM, Chuck Reynolds wrote: > The bottom line is I guess I'm confused by the documentation and the > reference to replicas. Normally when referring to replicas in the > documentation it is referring to the number of times you want

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
tch. > > Here is what I have for my rule: > rule=shard:*,replica:1,sysprop.AWSAZ:AZ1=shard:*,replica:2,sysprop.AWSAZ:AZ2=shard:*,replica:3,sysprop.AWSAZ:AZ3 > > I'm not specifying a snitch. Is that my problem or is there a problem with > my rule? > > Thanks for your h

Re: Rule-based replication or sharing

2018-09-21 Thread Steve Rowe
Hi Chuck, One way to do it is to set a system property on the JVM running each Solr node, corresponding to the the AWS availability zone on which the node is hosted. For example, you could use sysprop “AWSAZ”, then use rules like: replica:<2,sysprop.AWSAZ:us-east-1

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
Hi Sergio, Chris “Hoss” Hostetter has a solution to this kind of problem here: https://lists.apache.org/thread.html/6b0f0cb864aa55f0a9eadfd92d27d374ab8deb16e8131ed2b7234463@%3Csolr-user.lucene.apache.org%3E . See also the suggestions in comments on SOLR-12673[1], which include a version of

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 values on input

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

2018-08-27 Thread Steve Rowe
client >> is >> >> >>org.apache.solr >>solr-solrj >>7.0.1 >> >> >> >>org.slf4j >>jcl-over-slf4j >> >> >> >>org.noggit >>

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

2018-08-24 Thread Steve Rowe
Hi, SchemaRequestJSONWriter class was removed in SOLR-12455[1], but this change has not been released yet (will be released with Solr 7.5). I’m guessing you’re using code built against branch_7x or master? If so, then one solution is to build against the released source for any 7.x version.

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
Roy, Not sure of the point of Nabble when it strips content before passing messages on to the mailing list. I’ve emailed them about this problem in the past but they have done nothing about it. Updating a post on Nabble will never make it to the mailing list. If you want us to be able to

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 stated: >> /All

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. When we initially

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
is not working. > I check the "ZkSolrResourceLoader" seems it will first try to find modes in > config set. > If not find, then it uses class loader to load from resources. > > Regards, > Jerome > > On Tue, Jul 10, 2018 at 9:58 AM Jerome Yang wrote: > >> Thanks

Re: Solr OpenNLP named entity extraction

2018-07-09 Thread Steve Rowe
on solr 7.3.1, seems absolute path on local host is not working. > And can not upload into zookeeper if the model size exceed 1M. > > Regards, > Jerome > > On Wed, Apr 18, 2018 at 9:54 AM Steve Rowe wrote: > >> Hi Alexey, >> >> First, thanks for moving t

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 past > and about to

Re: Error deleting copy field

2018-06-06 Thread Steve Rowe
Mississauga, Ontario L5N 1P9 > Save money. Live better. > > On 2018-06-06, 5:07 PM, "Steve Rowe" wrote: > >Hi Ikenna, > >If the source field(s) are dynamic fields, then you have to give the same > spelling you used when you created the copy f

Re: Error deleting copy field

2018-06-06 Thread Steve Rowe
Hi Ikenna, If the source field(s) are dynamic fields, then you have to give the same spelling you used when you created the copy field. E.g. for ‘item_desc_en’, if the source field in the copy field directive is ‘*_desc_en’, then you have to use that when you issue the delete. You can find

Re: Error when indexing against a specific dynamic field type

2018-05-01 Thread Steve Rowe
The input in the error message starts “lorem ipsum”, so it contains spaces, but the alphaOnlySort field type (in Solr’s example schemas anyway) uses KeywordTokenizer, which tokenizes the entire input as a single token. As Erick implied, you maybe should not be doing that with this kind of data

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 wrote: > > I’m back. > > I think I’m following the steps in Eric Hatcher’s slides: >

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 > wrote: > > Hi, I have a question regarding NER > >

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 wrote: > > Hi

Re: Solr OpenNLP named entity extraction

2018-04-17 Thread Steve Rowe
Hi Alexey, First, thanks for moving the conversation to the mailing list. Discussion of usage problems should take place here rather than in JIRA. I locally set up Solr 7.3 similarly to you and was able to get things to work. Problems with your setup: 1. Your update chain is missing the Log

Re: ant eclipse on branch_6_4

2018-04-12 Thread Steve Rowe
Hi, You probably have a stale Ivy lock file in ~/.ivy2/cache/, very likely orphaned as a result of manually interrupting the Lucene/Solr build, e.g. via Ctrl-C. You can find it via e.g.: find ~/.ivy2/cache -name ‘*.lck’ Once you have found the stale lock file, manually deleting it should allow

Re: Running an analyzer chain in an update request processor

2018-04-06 Thread Steve Rowe
Hi Walter, I’ve seen Erik Hatcher recommend using the StatelessScriptUpdateProcessor for this purpose, e.g. on slides 10-11 of https://www.slideshare.net/erikhatcher/solr-indexing-and-analysis-tricks . More info at https://wiki.apache.org/solr/ScriptUpdateProcessor and

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

2018-04-05 Thread Steve Rowe
You’re missing Erick Erickson’s last comment on the issue[1]: > Fixed as part of SOLR-11701 SOLR-11701[2] is listed in CHANGES[3]. [1] https://issues.apache.org/jira/browse/SOLR-11622?focusedCommentId=16303006=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-16303006

Re: UIMA-SOLR integration

2018-03-29 Thread Steve Rowe
Hi Mark, Not sure about the advisability of pursuing UIMA - I’ve never used it with Lucene or Solr - but soon-to-be-released Solr 7.3, will include OpenNLP integration: * Language analysis, in the Solr reference guide:

[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
more fields, so every field I need a synonym feature for > will have to be type "text_general", right? > > On Thu, Mar 1, 2018 at 1:57 PM, Steve Rowe <sar...@gmail.com> wrote: > >> I think you want type=“text_general” >> >> -- >> Steve &

Re: Synonym not working in 4.10 / CDH 5.14

2018-03-01 Thread Steve Rowe
quot; docValues="true"/> >> >> >> >> >> > positionIncrementGap="100"> >> >> >>> words="stopwords.txt" /> >>> ignoreCase="true" expand="true" >> tokenizerFactory="

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> wrote: > >

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 . wrote: > > Hi, > > The

Re: Solr - Managed Resources REST API to get stopwords

2018-02-13 Thread Steve Rowe
Hi, Have you added any stopwords? As mentioned in the ref guide , the techproducts configset includes a pre-defined list of stopwords, but your configset may not have the managed stopwords storage file. --

Re: Multi words query time synonyms

2018-02-10 Thread Steve Rowe
Hi Dominique, Looks like it’s a bug, not sure where exactly though. Can you please create a JIRA? I can see the same behavior on master too, not just on the releases/lucene-solr/6.6.2 tag. One interesting thing I found is that if I remove the stop filter from the query analyzer, I get the

Re: SynonymGraphFilterFactory with WordDelimiterGraphFilterFactory usage

2018-02-07 Thread Steve Rowe
ped with > Solr, there is a fieldtype, text_en_splitting, that feeds the output > of SynonymGraphFilterFactory into WordDelimiterGraphFilterFactory. So if > this isn't supported, the example should probably be updated or removed. > > On Mon, Feb 5, 2018 at 10:27 AM, Steve Rowe <sar...@gma

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 wrote: > > I have run into an issue with multi-word synonyms and a min-should-match > (MM) of anything

Re: SynonymGraphFilterFactory with WordDelimiterGraphFilterFactory usage

2018-02-06 Thread Steve Rowe
Hi, > On Feb 5, 2018, at 10:31 PM, Александр Шестак > wrote: > > Now I have another strange issue. > If I have configured synonyms in next way > b=>b,boron > 2=>ii,2 > Then for query "my_field:b2" parsedQuery looks so "my_field:b2 > Synonym(my_field:2

Re: SynonymGraphFilterFactory with WordDelimiterGraphFilterFactory usage

2018-02-05 Thread Steve Rowe
Hi Александр, > On Feb 5, 2018, at 11:19 AM, Shawn Heisey wrote: > > There should be no problem with using them together. I believe Shawn is wrong. From : >

Re: Need help with solr highlighting feature

2018-01-18 Thread Steve Rowe
ng offset so term vector was not working. > Its resolved now. > > On Jan 17, 2018 11:06 PM, "Steve Rowe" <sar...@gmail.com> wrote: > >> Hi Aashish, >> >> Which version of Solr are you using? >> >> Please share your configuration: highlighter and

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 wrote: > > Hello, > > I am using solr highlighting feature on multivalued field

Re: ClassicTokenizer

2018-01-11 Thread Steve Rowe
Hi Rick, Quoting Robert Muir’s comments on https://issues.apache.org/jira/browse/LUCENE-2167 (he’s referring to the word break rules in UAX#29[1] when he says “the standard”): > i actually am of the opinion StandardTokenizer should follow unicode standard > tokenization. then we can throw

Re: Trouble with mm and SynonymQuery and KeywordRepeatFilter

2017-12-21 Thread Steve Rowe
Markus, I’m confused about exactly what operations you’re performing - could you provide your field type? In particular, I don’t understand why you can’t just rewrite the synonyms file entry word1 => word2 to: word1 => word1, word2 (Clearly I’m missing something about how stemming is

Re: Trouble with mm and SynonymQuery and KeywordRepeatFilter

2017-12-20 Thread Steve Rowe
Hi Markus, My suggestion: rewrite your synonyms to include the triggering word in the expanded synonyms list. That way you won’t need KeywordRepeat/RemoveDuplicates filters, and mm=100% will work as you expect. I don’t think this situation is a bug, since mm applies to the built query, not

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 for more info.) Thanks, -- Steve www.lucidworks.com > On Dec 6, 2017, at 9:56 PM, Selvam Raman wrote:

Re: Solr mm is field Level in case sow is false

2017-11-28 Thread Steve Rowe
Hi Aman, see my responses inline below. > On Nov 28, 2017, at 9:11 PM, Aman Deep Singh > wrote: > > Thanks steve, > I got it but my problem is u can't make the every field with same analysis, I don’t understand: why can’t you use copy fields with all the same

Re: Does the schema api support xml requests?

2017-11-28 Thread Steve Rowe
Hi, The schema api does not support XML requests, and there are currently no plans I’m aware of to add support. -- Steve www.lucidworks.com > On Nov 28, 2017, at 8:23 AM, startrekfan wrote: > > Hey > > Does the schema api supports xml requests? I tried to post a

Re: Solr mm is field Level in case sow is false

2017-11-28 Thread Steve Rowe
Hi Aman, From the last bullet in the “Caveats and remaining issues” section of m query-time multi-word synonyms blog: , in part: > sow=false changes the queries edismax produces over multiple fields when >

Re: SynonymGraphFilterFactory with edismax

2017-11-02 Thread Steve Rowe
Hi Amar, What version of Solr are you using? This looks like a bug that was fixed in Solr 6.6.1: . -- Steve www.lucidworks.com > On Nov 2, 2017, at 8:31 AM, Amar Raja > wrote: > > Hello, > > I have

Re: mvn test failing

2017-10-30 Thread Steve Rowe
Hi Tariq, It’s difficult to tell what happened without seeing the logs from the failed test(s). (The commands you issued look fine.) -- Steve www.lucidworks.com > On Oct 29, 2017, at 1:48 AM, Tarique Anwer wrote: > > hi, > > I am new to Solr. > I am trying to build Solr

Re: [ANNOUNCE] Apache Solr 5.5.5 released

2017-10-24 Thread Steve Rowe
Yes. -- Steve www.lucidworks.com > On Oct 24, 2017, at 12:25 PM, Moenieb Davids <moenieb.dav...@gmail.com> wrote: > > Solr 5.5.5? > > On 24 Oct 2017 17:34, "Steve Rowe" <sar...@gmail.com> wrote: > >> 24 October 2017, Apache Solr™ 5.5.5 availabl

[ANNOUNCE] Apache Solr 5.5.5 released

2017-10-24 Thread Steve Rowe
24 October 2017, Apache Solr™ 5.5.5 available The Lucene PMC is pleased to announce the release of Apache Solr 5.5.5. 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,

[ANNOUNCE] Apache Solr 7.0.1 released

2017-10-06 Thread Steve Rowe
6 October 2017, Apache Solr™ 7.0.1 available 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, faceted search and analytics, rich document parsing, geospatial search,

Re: Maven build error (Was: Jenkins setup for continuous build)

2017-10-04 Thread Steve Rowe
ld/ > mvn -DskipTests install > > On Wed, Oct 4, 2017 at 4:56 PM, Steve Rowe <sar...@gmail.com> wrote: > >> Hi Nawab, >> >>> On Oct 4, 2017, at 7:39 PM, Nawab Zada Asad Iqbal <khi...@gmail.com> >> wrote: >>> >>> I am hi

Re: Maven build error (Was: Jenkins setup for continuous build)

2017-10-04 Thread Steve Rowe
Hi Nawab, > On Oct 4, 2017, at 7:39 PM, Nawab Zada Asad Iqbal wrote: > > I am hitting following error with maven build: > Is that expected? No. What commands did you use? > Can someone share me the details about how > https://builds.apache.org/job/Lucene-Solr-Maven-master

Re: When will be solr 7.1 released?

2017-09-26 Thread Steve Rowe
Hi Nawab, > On Sep 26, 2017, at 8:04 PM, Nawab Zada Asad Iqbal wrote: > > Thanks , another question(s): > > why is this released marked 'unreleased' ? > https://issues.apache.org/jira/projects/SOLR/versions/12335718 The 7.0 release manager hasn’t gotten around to marking it

Re: When will be solr 7.1 released?

2017-09-26 Thread Steve Rowe
Hi Nawab, Committership is a prerequisite for the Lucene/Solr release manager role. Some info here about the release process: -- Steve www.lucidworks.com > On Sep 26, 2017, at 11:28 AM, Nawab Zada Asad Iqbal wrote: > >

Re: Possible memory leak with VersionBucket objects

2017-09-25 Thread Steve Rowe
Hi Sundeep, This looks to me like / , which was fixed in Solr 7.0. -- Steve www.lucidworks.com > On Sep 25, 2017, at 2:42 PM, Sundeep T wrote: > > Hello, > > We are

Re: QueryParser changes query by itself [solved]

2017-08-22 Thread Steve Rowe
Hi Bernd, > On Aug 22, 2017, at 4:31 AM, Bernd Fehling > wrote: > > But the QueryBuilder only calls "stream.reset()", it never calls > "stream.end()" so that Filters > in the Analyzer chain can't do any cleanup (like my Filter wanted to do). > I moved my

Re: How to remove Scripts and Styles in content of SOLR Indexes[content field] while indexed through URL?

2017-08-10 Thread Steve Rowe
Hi Daniel, HTMLStripCharFilterFactory in your index analyzer should do the trick: -- Steve www.lucidworks.com > On Aug 10, 2017, at 4:13 AM, Daniel von der Helm >

Re: Solr 6.6 test failure: TestSolrCloudWithKerberosAlt.testBasics

2017-07-20 Thread Steve Rowe
Does it look like this?: I see failures like that on my Jenkins once or twice a week. -- Steve www.lucidworks.com > On Jul 20, 2017, at 3:53 PM, Nawab Zada Asad Iqbal

Re: Issue with SynonymGraphFilterFactory

2017-06-29 Thread Steve Rowe
Hi Diogo, That sounds like a bug to me. Would you mind filing a JIRA? -- Steve www.lucidworks.com > On Jun 29, 2017, at 4:46 PM, diogo wrote: > > I just checked debug=query > > Seems like spanNearQuery function is getting the slope parameter as 0, no > matter what comes

Re: [Simplified my question] How to enhance solr.StandardTokenizerFactory? (was: Why is Standard Tokenizer not separating at this comma?)

2017-05-24 Thread Steve Rowe
Hi Robert, Two possibilities come to mind: 1. Use a char filter factory (runs before the tokenizer) to convert commas between digits to spaces, e.g. PatternReplaceCharFilterFactory

Re: Why is Standard Tokenizer not separating at this comma?

2017-05-24 Thread Steve Rowe
Hi Robert, The StandardTokenizer implements the word boundaries rules from UAX#29 , discarding anything between boundaries that is exclusively non-alphanumeric (e.g. punctuation). -- Steve www.lucidworks.com > On May 24, 2017, at 3:05 PM,

Re: Solr Features 6.5.1 v/s 6.1

2017-05-12 Thread Steve Rowe
Hi, See 6.5.1 CHANGES: -- Steve www.lucidworks.com > On May 12, 2017, at 8:39 AM, Sweta Parekh wrote: > > Hi Team, > Can you please help me with new features, enhancements and improvements on > Solr 6.5.1 v/s

Re: Solr SSL setup with bought certificate

2017-05-09 Thread Steve Rowe
Hi, AFAICT the Solr 5.5.4 install_solr_service.sh doesn’t support Centos (support was added in 6.3: SOLR-9475). How did you make it work? I’m guessing there are permissions problems in your installation directory, such that the account being used to start Solr doesn’t have execute and/or read

Re: Enable https for Solr

2017-04-21 Thread Steve Rowe
;... 15 more > Caused by: sun.security.provider.certpath.SunCertPathBuilderException: > unable to > find valid certification path to requested target >at sun.security.provider.certpath.SunCertPathBuilder.build(Unknown > Sourc > e) >at sun.security.provide

Re: How to use Wordnet in solr?

2017-04-21 Thread Steve Rowe
From (also applies to SynonymFilter): - format: (optional; default: solr) Controls how the synonyms will be parsed. The short names solr (for SolrSynonymParser) and wordnet (for

Re: Enable https for Solr

2017-04-21 Thread Steve Rowe
Hi Edwin, See . -- Steve www.lucidworks.com > On Apr 21, 2017, at 12:03 AM, Zheng Lin Edwin Yeo > wrote: > > Hi, > > I would like to find out, how can we allow Solr to accept secure > connections via https?

Re: BUILD FAILED solr 6.5.0

2017-04-20 Thread Steve Rowe
eld.de> > wrote: > > Hi Steve, > > thanks a lot for solving my problem. > > Would it be possible to check for ivy >= 2.3 at start of build > and give your hint as message to the user? > > Regards > Bernd > > Am 19.04.2017 um 17:01 schrieb Steve

Re: BUILD FAILED solr 6.5.0

2017-04-19 Thread Steve Rowe
Hi Bernd, Your Ivy may be outdated - the project requires minimum 2.3. Try removing all pre-2.3 ivy-*.jar files from ~/.ant/lib/, then running “ant ivy-bootstrap”. -- Steve www.lucidworks.com > On Apr 19, 2017, at 10:55 AM, Bernd Fehling > wrote: > > Tried

Re: Solr Shingle is not working properly in solr 6.5.0

2017-04-07 Thread Steve Rowe
master, so it’ll be included in future releases’ CHANGES.txt too): >> >> - >> * SOLR-10423: Disable graph query production via schema configuration >> . >>This fixes broken queries for ShingleFilter-containing query-time >> analyzers when request param

Re: Possible bug

2017-04-06 Thread Steve Rowe
Thanks for reporting. This was fixed by , which will be included in forthcoming Solr 6.5.1. -- Steve www.lucidworks.com > On Apr 6, 2017, at 12:54 PM, OTH wrote: > > I'm not sure if any one else had this problem, but

Re: Solr Shingle is not working properly in solr 6.5.0

2017-04-05 Thread Steve Rowe
-time analyzers when request param sow=false. (Steve Rowe) - -- Steve www.lucidworks.com > On Apr 5, 2017, at 5:43 PM, Markus Jelsma <markus.jel...@openindex.io> wrote: > > Steve - please include a broad description of this feature in the next > CHANGES.txt. I will forget

Re: Solr Shingle is not working properly in solr 6.5.0

2017-04-05 Thread Steve Rowe
Aman, In forthcoming Solr 6.5.1, this problem will be addressed by setting a new option named “enableGraphQueries” to “false". Your fieldtype will look like this: - - -- Steve www.lucidworks.com > On Apr 4, 2017, at 5:32 PM, Steve Rowe <sar...@gmail

Re: Solr Shingle is not working properly in solr 6.5.0

2017-04-04 Thread Steve Rowe
Hi Aman, I’ve created for this problem. -- Steve www.lucidworks.com > On Mar 31, 2017, at 7:34 AM, Aman Deep Singh > wrote: > > Hi Rich, > Query creation is correct only thing what causing the problem is that >

Re: edismax parsing confusion

2017-04-03 Thread Steve Rowe
Hi Abhishek, Which version of Solr are you using? I can see that the parsed queries are different, but they’re also very similar, and there’s a lot of detail there - can you be more specific about what the problem is? -- Steve www.lucidworks.com > On Apr 3, 2017, at 4:54 AM, Abhishek Mishra

Re: The downsides of not splitting on whitespace in edismax (the old albino elephant prob)

2017-03-29 Thread Steve Rowe
Thanks Doug, excellent analysis! In implementing the SOLR-9185 changtes, I considered a compromise approach to the term-centric / field-centric axis you describe in the case of differing field analysis pipelines: finding common source-text-offset bounded slices in all per-field queries, and

Re: Schema API: Modify Unique Key

2017-03-27 Thread Steve Rowe
Hi Nabil, There is an open JIRA issue to implement this functionality, but I haven’t had a chance to work on it recently: . Consequently, I’m not sure which release will have it. Patches welcome! -- Steve www.lucidworks.com > On Mar 27,

Re: Arabic words search in solr

2017-03-09 Thread Steve Rowe
Hi Mohan, Your examples refer to documents I don’t have in my 9 document set, so I recast the problem to a query/doc combo I have from earlier in this thread, and I was able to restrict hits to only documents that contained all terms from the query. If I use the query “name_ar:(شرطة ازكي)” I

Re: Arabic words search in solr

2017-03-02 Thread Steve Rowe
Hi Mohan, > On Feb 26, 2017, at 1:37 AM, mohanmca01 wrote: > > i searched with (bizNameAr: شرطة ازكي), and am getting: > […] > > the expected result is: "id": "82", > "bizNameAr": "شرطة عمان السلطانية - قيادة > شرطة محافظة الداخلية - -

Re: Susbcribe

2017-03-01 Thread Steve Rowe
Hi Pankaj, To subscribe, send an email to . More info here: . -- Steve www.lucidworks.com

Re: Arabic words search in solr

2017-02-23 Thread Steve Rowe
Hi Mohan, I indexed your 9 examples as simple documents after mapping dynamic field “*_ar” to the “text_ar” field type: - [{"id":"1", "name_ar":"المؤسسة التجارية العمانية"}, {"id":"2", "name_ar":"شركة التأمين الأهلية ش.م.ع.م"}, {"id":"3", "name_ar":"شرطة عمان السلطانية - قيادة شرطة محافظة

Re: Arabic words search in solr

2017-02-21 Thread Steve Rowe
Hi Mohan, It looks to me like the example query should match, since the analyzed query terms look like a subset of the analyzed document terms. Did you re-index your docuemnts after you changed your schema? If not, then the indexed documents won’t have the same terms as the ones you see on

Re: Arabic words search in solr

2017-02-15 Thread Steve Rowe
Hi Mohan, When I said "the ICU folding filter should be the last filter, to allow the Arabic normalization and stemming filters to see the original words”, I meant that no filter should follow it. You did not make that change. Here’s what I mean:

Re: Arabic words search in solr

2017-02-14 Thread Steve Rowe
Hi Mohan, Did you change the order of the filters as I suggested? -- Steve eww.lucidworks.com On Tue, Feb 14, 2017 at 8:05 AM mohanmca01 wrote: > Hi Steve, > > any update on this .???.. I am waiting for your inputs.. > > > > -- > View this message in context: >

Re: Unable to build Solr 5.5.3 from source

2017-02-13 Thread Steve Rowe
Sahil, Dependency versions are in lucene/ivy-versions.properties. When we upgrade, we change the version there instead of in each ivy.xml file with the dependency. -- Steve www.lucidworks.com > On Feb 13, 2017, at 11:00 AM, Sahil Agarwal wrote: > > The issue has

Re: Unable to build Solr 5.5.3 from source

2017-02-13 Thread Steve Rowe
Hi Sahil, I downloaded the Solr 5.5.3 source, deleted my Ivy cache, and successfully ran “ant compile” from the solr/ directory. My Ant version is the same as yours. Do you have ivy-2.3.0.jar in your ~/.ant/lib/ directory? (I do.) Are you attempting to compile the unmodified released source,

Re: Arabic words search in solr

2017-02-08 Thread Steve Rowe
Hi Mohan, I haven’t looked at the latest problems, but the ICU folding filter should be the last filter, to allow the Arabic normalization and stemming filters to see the original words. -- Steve www.lucidworks.com > On Feb 8, 2017, at 10:58 PM, mohanmca01 wrote: > >

Re: Arabic words search in solr

2017-02-02 Thread Steve Rowe
Hi Mohan, I ran your Case #1 through Solr 4.9.0’s Admin UI Analysis pane and I can see the analyzer for the field type “text_ar" analyzer does not remove all diacritics: Indexed original: المؤسسة التجارية العمانية Indexed analyzed: مؤسس تجار عمان Query original: الموسسة التجارية Query

Re: Solr 6.4 new SynonymGraphFilter help for multi-word synonyms

2017-02-02 Thread Steve Rowe
Hi Cliff, The Solr query parsers (standard/“Lucene” and e/dismax anyway) have a problem that prevents SynonymGraphFilter from working: the text fed to your query analyzer is first split on whitespace. So e.g. a query containing “United States” will never match multi-word synonym “United

Re: Arabic words search in solr

2017-01-31 Thread Steve Rowe
is, By searching for the above word(table 3) I should get > all indexed words in table 2 in the output. > > > > Is Solr version 4.9.0 compatible with Arabic search or do I need to upgrade > to higher version? > > > Kindly, do let me know if I need to give an examp

  1   2   3   >