Re: schemaless vs schema based core

2016-01-22 Thread Steve Rowe
Yes, and also underflow in the case of double/float. -- Steve www.lucidworks.com > On Jan 22, 2016, at 12:25 PM, Shyam R wrote: > > I think, schema-less mode might allocate double instead of float, long > instead of int to guard against overflow, which increases index size. Is my > assumption v

Re: How to convert string field to date

2016-01-28 Thread Steve Rowe
Hi Sreenivasa, This is a known bug: https://issues.apache.org/jira/browse/SOLR-8607 (though the problem is not just about catch-all fields as the issue currently indicates - all dynamic fields are affected) Two workarounds (neither tested): 1. Add attr_date via add-dynamic-field instead of add

Re: How to convert string field to date

2016-01-28 Thread Steve Rowe
g * in the dynamic field name. > > I can see similar problems in workaround 2. > > Any other suggestions? > > Advanced Thanks. > --sreenivasa kallu > > -Original Message- > From: Steve Rowe [mailto:sar...@gmail.com] > Sent: Thursday, January 28, 2016 1:

Re: Failed to set SSL solr 5.2.1 Windows OS

2016-03-08 Thread Steve Rowe
Hi Ilan, Looks like you’re modifying solr.in.sh instead of solr.in.cmd? FYI running under Cygwin is not supported. -- Steve www.lucidworks.com > On Mar 8, 2016, at 11:51 AM, Ilan Schwarts wrote: > > Hi all, I am trying to integrate solr with SSL on Windows 7 OS > I followed the enable ssl gui

Re: Failed to set SSL solr 5.2.1 Windows OS

2016-03-08 Thread Steve Rowe
ith echo to see the parameters are ok.. > This is the original file as found in > https://www.apache.org/dist/lucene/solr/5.2.1/solr-5.2.1.zip > > > > On Tue, Mar 8, 2016 at 10:25 PM, Steve Rowe wrote: > Hi Ilan, > > Looks like you’re modifying solr.in.sh instead of

Re: Failed to set SSL solr 5.2.1 Windows OS

2016-03-09 Thread Steve Rowe
Debug that module? I will try only to install clean jetty with ssl first. > > Another question. The files jetty.xml\jetty-ssl.xml and the rest of files > in /etc are being used in solr 5.2.1? > On Mar 9, 2016 12:08 AM, "Steve Rowe" wrote: > >> Hmm, not sure

Re: Paging and cursorMark

2016-03-22 Thread Steve Rowe
Hi Tom, There is an outstanding JIRA issue to directly support what you want (with a patch even!) but no work on it recently: . If you’re so inclined, please pitch in: bring the patch up-to-date, test it, contribute improvements, etc. -- Steve

Re: Requesting to be added to ContributorsGroup

2016-05-03 Thread Steve Rowe
Welcome Sheece, I’ve added you to the ContributorsGroup. -- Steve www.lucidworks.com > On May 3, 2016, at 10:03 AM, Syed Gardezi wrote: > > Hello, > I am a Master student as part of Free and Open Source Software > Development COMP8440 - http://programsandcourses.anu.edu.au/course/COMP8440

Re: Supported languages

2015-08-04 Thread Steve Rowe
Hi Steve, This page may be useful: In most cases the configurations described there are the only OOTB alternative, so optimality isn’t discussed. I think the path most people take i

Re: Indexing Fixed length file

2015-08-28 Thread Steve Rowe
Hi Tim, I haven’t heard of people indexing this kind of input with Solr, but the format is quite similar to CSV/TSV files, with the exception that the field separators have fixed positions and are omitted. You could write a short script to insert separators (e.g. commas) at these points (but b

Re: ctargett commented on http://people.apache.org/~ctargett/RefGuidePOC/current/Index-Replication.html

2015-09-21 Thread Steve Rowe
, > > I'm doing some experiments with other formats for the Ref Guide and playing > around with options for comments. I didn't realize this old experiment from > https://issues.apache.org/jira/browse/SOLR-4889 would send email - I'm > talking to Steve Rowe to see if we

Re: Can I use tokenizer twice ?

2015-10-14 Thread Steve Rowe
Hi, Analyzers must have exactly one tokenizer, no more and no less. You could achieve what you want by copying to another field and defining a separate analyzer for each. One would create shingles, and the other edge ngrams. Steve > On Oct 14, 2015, at 11:58 AM, vit wrote: > > I have Sol

Re: Tokenize ShingleFilterFactory results and apply filters to tokens

2015-10-19 Thread Steve Rowe
Hi Vitaliy, I don’t know of any combination of built-in Lucene/Solr analysis components that would do what you want, but there used to be filter called ShingleMatrixFilter that (if I understand both that filter and what you want correctly), would do what you want, following an EdgeNGramFilter:

Re: contributor request

2015-11-02 Thread Steve Rowe
Yes, sorry, the wiki took so long to come back after changing it to include Alex’s username that I forgot to send notification… Thanks Erick. > On Oct 31, 2015, at 11:27 PM, Erick Erickson wrote: > > Looks like Steve added you today, you should be all set. > > On Sat, Oct 31, 2015 at 12:50 P

Re: how to change uniqueKey?

2015-11-04 Thread Steve Rowe
Hi Oleksandr, > On Nov 3, 2015, at 9:24 AM, Oleksandr Yermolenko wrote: > > Hello, All, > > I can't find the way to change uniqueKey in "managed-schema" environment!!! […] > 7. The first and the last question: the correct way changing uniqueKey in > schemaless environment? what I missed? Th

Re: Solr 5: data_driven_schema_config's solrconfig causing error

2015-03-10 Thread Steve Rowe
Hi Aman, The stack trace shows that the AddSchemaFieldsUpdateProcessorFactory specified in data_driven_schema_configs’s solrconfig.xml expects the “booleans” field type to exist. Solr 5’s data_driven_schema_configs includes the “booleans” field type:

Re: Solr 5: data_driven_schema_config's solrconfig causing error

2015-03-11 Thread Steve Rowe
like sample_techproducts_configs? Steve > On Mar 11, 2015, at 1:05 PM, Aman Tandon wrote: > > I removed/commented as it was not understood able and not for our use. > > With Regards > Aman Tandon > > On Tue, Mar 10, 2015 at 8:04 PM, Steve Rowe wrote: > >> Hi A

Re: schemaless slow indexing

2015-03-23 Thread Steve Rowe
> On Mar 23, 2015, at 11:51 AM, Alexandre Rafalovitch > wrote: > For example, I am not even sure if we can create a copyField > definition via REST API yet.

Re: schemaless slow indexing

2015-03-23 Thread Steve Rowe
> On Mar 23, 2015, at 11:09 AM, Yonik Seeley wrote: > > On Mon, Mar 23, 2015 at 1:54 PM, Alexandre Rafalovitch > wrote: >> I looked at SOLR-7290, but I think the discussion should stay on the >> mailing list for at least one more iteration. >> >> My understanding that the reason copyField exist

Re: Add Entry to Support Page

2015-04-21 Thread Steve Rowe
Hi Christoph, I’ve added your wiki name to the ContributorsGroup page, so you should now be able to edit pages on the wiki. Steve > On Apr 21, 2015, at 8:15 AM, Christoph Schmidt > wrote: > > Solr Community, > > I’m Christoph Schmidt (http://www.moresophy.com/de/management), CEO of the >

Re: Attributes in and

2015-04-28 Thread Steve Rowe
Hi Steve, From : > The properties that can be specified for a given field type fall into > three major categories: > • Properties specific to the field type's class. > • General Properties Solr supports f

Re: Schema API: add-field-type

2015-05-05 Thread Steve Rowe
Hi Steve, responses inline below: > On Apr 29, 2015, at 6:50 PM, Steven White wrote: > > Hi Everyone, > > When I pass the following: > http://localhost:8983/solr/db/schema/fieldtypes?wt=xml > > I see this (as one example): > > >date >solr.TrieDateField >0 >0 > > las

Re: A defect in Schema API with Add a New Copy Field Rule?

2015-05-06 Thread Steve Rowe
Hi Steve, It’s by design that you can copyField the same source/dest multiple times - according to Yonik (not sure where this was discussed), this capability has been used in the past to effectively boost terms in the source field. The API isn’t symmetric here though: I’m guessing deleting a

Re: A defect in Schema API with Add a New Copy Field Rule?

2015-05-07 Thread Steve Rowe
> On May 6, 2015, at 8:25 PM, Yonik Seeley wrote: > > On Wed, May 6, 2015 at 8:10 PM, Steve Rowe wrote: >> It’s by design that you can copyField the same source/dest multiple times - >> according to Yonik (not sure where this was discussed), this capability has >&g

Re: schema modification issue

2015-05-11 Thread Steve Rowe
Hi, Thanks for reporting, I’m working a test to reproduce. Can you please create a Solr JIRA issue for this?: https://issues.apache.org/jira/browse/SOLR/ Thanks, Steve > On May 7, 2015, at 5:40 AM, User Zolr wrote: > > Hi there, > > I have come accross a problem that when using managed

Re: schema.xml & xi:include -> copyField source :'_my_title' is not a glob and doesn't match any explicit field or dynamicField

2015-05-15 Thread Steve Rowe
Hi Clemens, I think the problem is the structure of the composite schema - you’ll end up with: <- your other schema file <- the included schema-common.xml tags from your schema-common.xml. You won’t be able to use it alone in that case, but if you need to do that, you could j

Re: schema.xml & xi:include -> copyField source :'_my_title' is not a glob and doesn't match any explicit field or dynamicField

2015-05-15 Thread Steve Rowe
... 27 more > Caused by: org.xml.sax.SAXParseException; systemId: solrres:/schema.xml; > lineNumber: 3; columnNumber: 84; Error attempting to parse XML file > (href='schema-common.xml'). > at org.apache.solr.core.Config.(Config.java:145) > ... 29 more > > -Ursprüng

Re: Deleting Fields

2015-05-30 Thread Steve Rowe
Hi Joseph, > On May 30, 2015, at 8:18 AM, Joseph Obernberger > wrote: > > Thank you Erick. I was thinking that it actually went through and removed > the index data; that you for the clarification. I added more info to the Schema API page about this not being true. Here’s what I’ve got so

Re: ManagedStopFilterFactory not accepting ignoreCase

2015-06-17 Thread Steve Rowe
Hi Mike, Looks like a bug to me - would you please create a JIRA? Thanks, Steve > On Jun 17, 2015, at 10:29 AM, Mike Thomsen wrote: > > We're running Solr 4.10.4 and getting this... > > Caused by: java.lang.IllegalArgumentException: Unknown parameters: > {ignoreCase=true} >at > org.ap

Re: ManagedStopFilterFactory not accepting ignoreCase

2015-06-17 Thread Steve Rowe
Oh, I see you already did :) - thanks. - Steve > On Jun 17, 2015, at 11:10 AM, Steve Rowe wrote: > > Hi Mike, > > Looks like a bug to me - would you please create a JIRA? > > Thanks, > Steve > >> On Jun 17, 2015, at 10:29 AM, Mike Thomsen wrote: >> &

Re: MappingCharFilterFactory and start and end offsets

2015-06-18 Thread Steve Rowe
Hi Dmitry, It’s weird that start and end offsets are the same - what do you see for the start/end of ‘$’, i.e. if you take out MCFF? (I think it should be start:5, end:6.) As far as offsets “respecting the remapped token”, are you asking for offsets to be set as if ‘dollarsign' were part of t

Re: Help: Problem in customized token filter

2015-06-18 Thread Steve Rowe
Hi Aman, The admin UI screenshot you linked to is from an older version of Solr - what version are you using? Lots of extraneous angle brackets and asterisks got into your email and made for a bunch of cleanup work before I could read or edit it. In the future, please put your code somewhere

Re: Help: Problem in customized token filter

2015-06-18 Thread Steve Rowe
zero length by not emitting a token. Steve www.lucidworks.com > On Jun 19, 2015, at 12:55 AM, Steve Rowe wrote: > > Hi Aman, > > The admin UI screenshot you linked to is from an older version of Solr - what > version are you using? > > Lots of extraneous angle bracket

Re: Help: Problem in customized token filter

2015-06-18 Thread Steve Rowe
ried state from the previous document.* > > > Thanks for replying, but I am not able to understand this. > > With Regards > Aman Tandon > > On Fri, Jun 19, 2015 at 10:25 AM, Steve Rowe wrote: > >> Hi Aman, >> >> The admin UI screenshot you linked t

Re: accent insensitive field-type

2015-07-02 Thread Steve Rowe
Hi Søren, “charFilter” should be “charFilters”, and “filter” should be “filters”; and both their values should be arrays - try this: { "add-field-type”: { "name":"myTxtField", "class":"solr.TextField", "positionIncrementGap":"100", "analyzer”: { "charFilters": [ {"class":

Re: accent insensitive field-type

2015-07-02 Thread Steve Rowe
See https://issues.apache.org/jira/browse/SOLR-7749 > On Jul 2, 2015, at 8:31 AM, Steve Rowe wrote: > > Hi Søren, > > “charFilter” should be “charFilters”, and “filter” should be “filters”; and > both their values should be arrays - try this: > > { > &qu

Re: accent insensitive field-type

2015-07-03 Thread Steve Rowe
Hi Søren, > On Jul 3, 2015, at 4:27 AM, Søren wrote: > > Thanks Steve! Everything works now. > A little modification: > >"analyzer":{ >"charFilters": [ {"class":"solr.MappingCharFilterFactory", > "mapping":"mapping-ISOLatin1Accent.txt"} ], >"tokenizer": {"class"

Re: unsubscribe

2015-07-07 Thread Steve Rowe
Hi Jacob, See https://lucene.apache.org/solr/resources.html#mailing-lists for unsubscribe info Notice also that every email from the solr-user mailing list contains the following header: List-Unsubscribe: Steve > On Jul 7, 2015, at 11:46 AM, J

Re: Querying Nested documents

2015-07-13 Thread Steve Rowe
Hi rameshn, Nabble has a nasty habit of stripping out HTML and XML markup before sending your mail out to the mailing list - see your message quoted below for how it appears to people who aren’t reading via Nabble. My suggestion: directly subscribe to the solr-user mailing list[1] and avoid Na

Re: Specifying dynamic field type without polluting actual field names with type indicators

2016-05-17 Thread Steve Rowe
Hi Peter, Are you familiar with the Schema API?: You can use it to create fields, field types, etc. prior to ingesting your data. -- Steve www.lucidworks.com > On May 17, 2016, at 11:05 AM, Horváth Péter Gergely > wrote: > > Hi A

Re: Specifying dynamic field type without polluting actual field names with type indicators

2016-05-19 Thread Steve Rowe
gt; Yes, I know the schema API, however I do not want to specify the field type > problematically for every single field. > > I would like to be able to specify the field type when it is being added > (similar to the name postfixes, but without affecting the field names). > > Thanks,

Re: Requesting to be added to ContributorsGroup

2016-05-20 Thread Steve Rowe
Hi Sheece, I have CC’d your address for this email, but ordinarily all discussion goes only to the mailing list, so you have to either subscribe to this mailing list - see - or follow the discussion on a service like Nabble. I added

Re: Solr Cloud and Multi-word Synonyms :: synonym_edismax parser

2016-05-27 Thread Steve Rowe
I’m working on addressing problems using multi-term synonyms at query time in Lucene and Solr. I recommend these two blogs for understanding the issues (the second one was mentioned earlier in this thread):

[ANNOUNCE] Apache Solr 6.0.1 released

2016-05-28 Thread Steve Rowe
28 May 2016, Apache Solr™ 6.0.1 available The Lucene PMC is pleased to announce the release of Apache Solr 6.0.1 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

Re: Solr 6.1.x Release Date ??

2016-06-16 Thread Steve Rowe
Tomorrow-ish. -- Steve www.lucidworks.com > On Jun 16, 2016, at 4:14 AM, Ramesh shankar wrote: > > Hi, > > Yes, i used the solr-6.1.0-79 nightly builds and [subquery] transformer is > working fine in, any idea of the expected release date for 6.1 ? > > Regards > Ramesh > > > > -- > View th

Re: Fail to load org.apache.solr.schema.PreAnalyzedField$PreAnalyzedAnalyzer for fieldType "preanalyzed"

2016-06-24 Thread Steve Rowe
Hi Liu Peng, Did you mix parts of an older Solr installation into your 6.0.0 installation? There were changes to PreAnalyzedField recently (in 5.5.0: ), and so if you mix old Solr jars with newer ones, you might see things like the error you sho

[ANNOUNCE] Apache Solr 5.5.2 released

2016-06-25 Thread Steve Rowe
25 June 2016, Apache Solr™ 5.5.2 available The Lucene PMC is pleased to announce the release of Apache Solr 5.5.2 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 se

Re: analyzer for _text_ field

2016-07-15 Thread Steve Rowe
Hi Waldyr, An example of changing the _text_ analyzer by first creating a new field type, and then changing the _text_ field to use the new field type (after starting Solr 6.1 with “bin/solr start -e schemaless”): - PROMPT$ curl -X POST -H 'Content-type: application/json’ \ http://local

Re: analyzer for _text_ field

2016-07-15 Thread Steve Rowe
; > curl: (3) [globbing] unmatched brace in column 1 > > curl: (3) [globbing] unmatched close brace/bracket in column 28 > > curl: (3) [globbing] unmatched brace in column 1 > > curl: (6) Could not resolve host: name > > curl: (6) Could not resolve host: _text_,type &g

Re: analyzer for _text_ field

2016-07-16 Thread Steve Rowe
david.santama...@gmail.com> wrote: >> >>> >>> The opening and closing single quotes don't match >>> >>> -data-binary '{ ... }’ >>> >>> it should be: >>> >>> -data-binary '{ ... }' >>>

Re: analyzer for _text_ field

2016-07-16 Thread Steve Rowe
ng for a way to specify in schema.xml theh analyzer for the _text_ > field > > On Sat, Jul 16, 2016 at 12:22 PM, Steve Rowe wrote: > >> Waldyr, >> >> I don’t understand your first question - are you asking how to change the >> schema without using the Schema AP

Re: How to Add New Fields and Fields Types Programmatically Using Solrj

2016-07-18 Thread Steve Rowe
Hi Jeniba, You can add fields and field types using Solrj with SchemaRequest.Update subclasses - see here for a list: There are quite a few examples of doing both in the tests:

Re: EmbeddedSolrServer problem when using one-jar-with-dependency including solr

2016-08-02 Thread Steve Rowe
solr-core[1] and solr-solrj[2] POMs have parent POM solr-parent[3], which in turn has parent POM lucene-solr-grandparent[4], which has a section that specifies dependency versions & exclusions *for all direct dependencies*. The intent is for all Lucene/Solr’s internal dependencies to be manage

Re: EmbeddedSolrServer problem when using one-jar-with-dependency including solr

2016-08-03 Thread Steve Rowe
em in your pom.xml. I hope this >> solves your issue, >> >> >> Thanks >> Rohit >> >> >> On Tue, Aug 2, 2016 at 9:44 AM, Steve Rowe wrote: >> >>> solr-core[1] and solr-solrj[2] POMs have parent POM solr-parent[3], which

Re: Difference in boolean query parsing. Solr-5.4.0 VS Solr.6.1.0

2016-08-04 Thread Steve Rowe
It’s fairly likely these differences are as a result of SOLR-2649[1] (released with 5.5) and SOLR-8812[2] (released with 6.1). If you haven’t seen it, I recommend you read Hoss'ss blog “Why Not AND, OR, And NOT?” . If you can, add

Re: How can I set the defaultOperator to be AND?

2016-08-05 Thread Steve Rowe
Hi Bastien, Have you tried upgrading to 6.1? SOLR-8812, mentioned earlier in the thread, was released with 6.1, and is directly aimed at fixing the problem you are having in 6.0 (also a problem in 5.5): when mm is not explicitly provided and the query contains explicit operators (except for AN

Re: Getting dynamic fields using LukeRequest.

2016-08-09 Thread Steve Rowe
Not sure what the issue is with LukeRequest, but Solrj has Schema API support: You can see which options are supported here:

Re: How can I set the defaultOperator to be AND?

2016-09-05 Thread Steve Rowe
ast > > On 05/08/2016 14:57, Bastien Latard | MDPI AG wrote: >> Hi Steve, >> >> I read the thread you sent me (SOLR-8812) and it seems that the 6.1 includes >> this fix, as you said. >> I will upgrade. >> Thank you! >> >> Kind regards, >&g

Re: Tutorial not working for me

2016-09-19 Thread Steve Rowe
In the data driven configset, autoguessing text fields as the “strings" field type is intended to enable faceting. The catch-all _text_ field enables search on all fields, but this may not be a good alternative to fielded search. I’m going to start working on updating the quick start tutorial

Re: Tutorial not working for me

2016-09-19 Thread Steve Rowe
Hi Alex, Sure - I assume you mean independently from SOLR-9526 and SOLR-6871? -- Steve www.lucidworks.com > On Sep 19, 2016, at 12:40 PM, Alexandre Rafalovitch > wrote: > > On 19 September 2016 at 23:37, Steve Rowe wrote: >> I’m going to start working on updating the qu

Re: Tutorial not working for me

2016-09-19 Thread Steve Rowe
the scope of "updating" you want to do. > > Regards, > Alex. > > Newsletter and resources for Solr beginners and intermediates: > http://www.solr-start.com/ > > > On 20 September 2016 at 00:02, Steve Rowe wrote: >> Hi Alex, >> >>

Re: Problem with Han character in ICUFoldingFilter

2016-10-30 Thread Steve Rowe
Among several other foldings, ICUFoldingFilter performs the Unicode NFC transform, which consists of canonical decomposition (NFD) followed by canonical composition. NFD transforms U+FA04 to U+5B85, and canonical composition leaves U+5B85 as-is. U+FA04 is in the “Pronunciation variants from KS

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 after the tilde: > >

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 wro

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

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 "cleanup" into reset() which feels like

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 running our solr 6.4.2 inst

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: > > Where can I learn more

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 as released; note

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 is configured. The

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

2017-10-04 Thread Steve Rowe
install > > On Wed, Oct 4, 2017 at 4:56 PM, Steve Rowe wrote: > >> 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? >>

[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, exte

[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, fa

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 wrote: > > Solr 5.5.5? > > On 24 Oct 2017 17:34, "Steve Rowe" wrote: > >> 24 October 2017, Apache Solr™ 5.5.5 available >> >> The Lucene PMC is please

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 from source code usi

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 the following field definition: > > >

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 > any

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 xml formatted > "add-field"

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 analysis? > Is there any chance t

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: > > Yes. you are r

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 to

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 in

Re: Solr Analyzer Language

2016-11-27 Thread Steve Rowe
Hi Chien, By “unsigned” I think you mean without diacritics, for example ‘D’ instead of ‘Đ'. I think you can get what you want by including ICUFoldingFilterFactory in your analyzer - see .

Re: How to use the StandardTokenizer with currency

2016-11-30 Thread Steve Rowe
Hi Vinay, You should be able to use a char filter to convert “$” characters into something that will survive tokenization, and then a token filter to convert it back. Something like this (untested): http://stackoverflow.com/questions/40877567/using-standardtokenizerfactory-wit

Re: Solr Doc Site Down?

2016-12-01 Thread Steve Rowe
Yup, same for me - see -- Steve www.lucidworks.com > On Dec 1, 2016, at 11:11 AM, Matt Kuiper wrote: > > FYI - This morning I am no longer able to access - > https://cwiki.apache.org/confluence/display/solr/Apache+Solr+Reference+Guide > > Matt

Re: How to use the StandardTokenizer with currency

2016-12-06 Thread Steve Rowe
> > replacement="xxdollarxx"/> > > replacement="\$" replace="all"/> > ignoreCase="true" expand="true"/> > words="stopwords.txt" enablePositionIncrements="true"/> > generateNum

Re: Arabic words search in solr

2017-01-29 Thread Steve Rowe
Hi Mohan, The analyzer in your text_ar field type looks like an expanded version of the one suggested in the Solr Reference Guide[1]. Can you give an example of a query and the indexed text you expect to match but doesn't? ArabicNormalizationFilterFactory, which uses Lucene’s ArabicNormalizer[

Re: Arabic words search in solr

2017-01-31 Thread Steve Rowe
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 example of all characters since &

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 States

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 analyzed

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: > > Hi Steve, > > Thanks fo

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: 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 been fixed. Seems there is a

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: > http://lucene.472066.n3.nabble.c

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-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 the

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

  1   2   3   4   >