indexing data to solrcloud with "implicit" is not distributing across cluster.

2015-10-06 Thread Steve
I’ve been unable to get solrcloud to distribute data across 4 solr nodes with the “route.name=implicit” feature of the collections API. The nodes are live, and the graphs are green. All the data (the “Films” example data) shows up on one node, the node that received the CREATE command. My C

Re: indexing data to solrcloud with "implicit" is not distributing across cluster.

2015-10-06 Thread Steve
he "Document Routing" section only discusses how modify your document IDs, which I did not want to do. thanks again, .strick On Tue, Oct 6, 2015 at 8:15 AM, Shawn Heisey wrote: > On 10/6/2015 7:58 AM, Steve wrote: > > I’ve been unable to get solrcloud to distribute data acros

No live SolrServers available to handle this request

2015-10-08 Thread Steve
I've loaded the Films data into a 4 node cluster. Indexing went well, but when I issue a query, I get this: "error": { "msg": "org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request: [ http://host-192-168-0-63.openstacklocal:8081/solr/Collection

Re: No live SolrServers available to handle this request

2015-10-12 Thread Steve
Thanks Mark, I rebuilt and made sure the versions matched. It works. Not sure how that happened tho.. thx. .strick On Thu, Oct 8, 2015 at 4:31 PM, Mark Miller wrote: > Your Lucene and Solr versions must match. > > On Thu, Oct 8, 2015 at 4:02 PM Steve wrote: > > > I'v

RE: Verifying solr installation

2015-02-15 Thread steve
+1 > Date: Mon, 16 Feb 2015 11:53:47 +0530 > Subject: Verifying solr installation > From: karimkhan...@gmail.com > To: solr-user@lucene.apache.org > > Is there any linux command to verify and see whether solr installed or not > and if yes, then which version of solr?

RE: Performing DIH on predefined list of IDS

2015-02-21 Thread steve
Careful with the GETs! There is a real, hard limit on the length of a GET url (in the low hundreds of characters). That's why a POST is so much better for complex queries; the limit is in the hundreds of MegaBytes. > Date: Sat, 21 Feb 2015 01:42:03 -0700 > From: osta...@gmail.com > To: solr-user

RE: Performing DIH on predefined list of IDS

2015-02-21 Thread steve
And I'm familiar with the setup and configuration using Python, JavaScript, and PHP; not at all with Java. > Date: Sat, 21 Feb 2015 01:52:07 -0700 > From: osta...@gmail.com > To: solr-user@lucene.apache.org > Subject: RE: Performing DIH on predefined list of IDS > > That's right, but I am not su

RE: Performing DIH on predefined list of IDS

2015-02-21 Thread steve
esponse code of “414 Request-URI Too > Long” when the URL is too long. > > This limit is usually configurable. > > wunder > Walter Underwood > wun...@wunderwood.org > http://observer.wunderwood.org/ (my blog) > > > On Feb 21, 2015, at 12:46 AM, steve wrote: &g

RE: Solr synonyms logic

2015-02-21 Thread steve
SEO is search fun subject!http://www.academia.edu/1033371/Hyponymy_extraction_and_web_search_behavior_analysis_based_on_query_reformulation planeta terra (planet earth),planeta (planet).Conclusion : Planet earth is a hyponym of planetplaneta terra (planet earth),planeta (planet).Conclusion : Pla

RE: Select and Update after with DataImportHandler

2015-03-17 Thread steve
Hi, maybe I'm missing the point here, but there could be a separate table/database that has a record inserted after the full import is completed; this could be part of the same "batch" or script file, or one that is "chained" after the original query completes. > From: g...@idieikon.com > To: s

RE: Which one is it "cs" or "cz" for Czech language?

2015-03-18 Thread steve
FYI:http://www.w3schools.com/tags/ref_country_codes.aspCZECH REPUBLICCZNo entry for CS > From: md...@apache.org > Date: Tue, 17 Mar 2015 12:45:57 -0500 > Subject: Re: Which one is it "cs" or "cz" for Czech language? > To: solr-user@lucene.apache.org > > Probably a historical artifact. > > cz is

RE: Unable to perform search query after changing uniqueKey

2015-04-01 Thread steve
Gently walking into rough waters here, but if you use any API with GET, you're sending a URI which must be properly encoded. This has nothing to do with with the programming language that generates key and store pairs on the browser or the one(s) used on the server. Lots and lots of good folks h

New article on ZK "Poison Packet"

2015-05-08 Thread steve
While very technical and unusual, a very interesting view of the world of Linux and ZooKeeper Clusters... http://www.pagerduty.com/blog/the-discovery-of-apache-zookeepers-poison-packet/

RE: Dealing with bad apples in a SolrCloud cluster

2014-11-21 Thread steve
"Last Gasp" is the last message that Sun Storage controllers would send to each other when things whet sideways... For what it's worth. > Date: Fri, 21 Nov 2014 14:07:12 -0500 > From: michael.della.bi...@appinions.com > To: solr-user@lucene.apache.org > Subject: Re: Dealing with bad apples in a S

RE: Too much data after closed for HttpChannelOverHttp

2014-11-23 Thread steve
For what it's worth, depending on the type of PC/MAC you're using, you can use WireShark to look at active http header (sent and received) that are being created for the request. https://www.wireshark.org/ I don't have any financial interest in them, but the stuff works! Ste

RE: Tika HTTP 400 Errors with DIH

2014-12-05 Thread steve
all caveat: I have not tried this with "standalone" server or with any SOLR type project. Cheers!Steve > From: teag...@insystechinc.com > To: solr-user@lucene.apache.org > Subject: RE: Tika HTTP 400 Errors with DIH > Date: Fri, 5 Dec 2014 12:03:23 -0500 > > Alex, &g

RE: To understand SolrCloud configurations

2014-12-15 Thread steve
+1 > Date: Mon, 15 Dec 2014 21:44:44 +1300 > Subject: Re: To understand SolrCloud configurations > From: esj.f...@gmail.com > To: solr-user@lucene.apache.org > > HI Shawn, > > Thanks, You have answered my question to a certain extend, But I wanted to > Isolate Solr Cloud from application and do

RE: poor performance when connecting to CloudSolrServer(zkHosts) using solrJ

2015-01-01 Thread steve
straints of the Domain's configuration). In other words, while there is "overhead" between the local workstation/computer and the DNS client, it will NOT require access to the configured DNS server "upstream". Enjoy,Steve > Date: Thu, 1 Jan 2015 14:30:19 -0800 > Su

RE: De Duplication using Solr

2015-01-03 Thread steve
One possible "match" is using Python's FuzzyWuzzy https://github.com/seatgeek/fuzzywuzzy http://chairnerd.seatgeek.com/fuzzywuzzy-fuzzy-string-matching-in-python/ > Date: Sat, 3 Jan 2015 13:24:17 +0530 > Subject: De Duplication using Solr > From: shanuu@gmail.com > To: solr-user@lucene.apache.

OR query with multiple fields

2012-10-03 Thread Steve
If I search for q=!categoryid:3876021, solr correctly tells me there are two million plus hits. If I search for q=mfrid:18678, solr tell me there are 50,314 hits I want to combine those two results, so I try q=!categoryid:3876021 OR mfrid:18678 I would have expected two million plus results,

Re: OR query with multiple fields

2012-10-03 Thread Steve
On Oct 3, 2012, at 3:16 PM, Michael Della Bitta wrote: > Leading off with a negation does weird things. Try > > (*:* AND NOT categoryid:387602) OR mfrid:18678 > > Michael Della Bitta > Yep, works fine in this manner. So, the problem indeed is the leading negate, even with parentheses, it ig

Re: Running Lucene/SOR on Hadoop

2016-01-09 Thread Steve Davids
+SolrJ you won't need to deal with xml parsing and it uses Apache's HttpClient with much more reasonable defaults. -Steve On Thu, Dec 24, 2015 at 11:28 PM, Dino Chopins wrote: > Hi Erick, > > Thank you for your response and pointer. What I mean by running Lucene/SOLR > on Had

Re: Solr search and index rate optimization

2016-01-09 Thread Steve Davids
cash you are willing to spend and availability level you are looking for. -Steve On Fri, Jan 8, 2016 at 12:07 PM, Erick Erickson wrote: > Here's a longer form of Toke's answer: > > https://lucidworks.com/blog/2012/07/23/sizing-hardware-in-the-abstract-why-we-dont-have-a-definiti

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

Re: How to convert string field to date

2016-01-28 Thread Steve Rowe
add-field (even though the name has no asterisk) 2. Remove the attr_* dynamic field, add attr-date, then add attr_* back; these can be done with a single request. I’ll update SOLR_8607 to reflect these things. -- Steve www.lucidworks.com > On Jan 28, 2016, at 3:58 PM, Kallu, Sreenivasa (

Re: How to convert string field to date

2016-01-28 Thread Steve Rowe
Try workaround 2, I did and it worked for me. See my comment on the issue: <https://issues.apache.org/jira/browse/SOLR-8607?focusedCommentId=15122751&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-15122751> -- Steve www.lucidworks.com > On Jan 28,

RE: Spatial Search on Postal Code

2016-03-05 Thread steve shepard
re: Postal Codes and polygons. I've heard of basic techniques that use Commerce Department (or was it Census within Commerce??) that give the basic points, but the real run is deciding what the "center" of that polygon is. There is likely a commercial solution available, and certainly you can bu

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 th

Re: Failed to set SSL solr 5.2.1 Windows OS

2016-03-08 Thread Steve Rowe
Hmm, not sure what’s happening. Have you tried converting the backslashes in your paths to forward slashes? -- Steve www.lucidworks.com > On Mar 8, 2016, at 3:39 PM, Ilan Schwarts wrote: > > Hi, thanks for reply. > I am using solr.in.cmd > I even put some pause in the cmd w

Re: Failed to set SSL solr 5.2.1 Windows OS

2016-03-09 Thread Steve Rowe
could do better at reporting errors locating/loading SSL stores. Yes, the files in server/etc are being used in solr 5.2.1. -- Steve www.lucidworks.com > On Mar 9, 2016, at 2:14 AM, Ilan Schwarts wrote: > > How would one try to solve this issue? What would you suggest me to do? >

Re: SolrCloud App Unit Testing

2016-03-19 Thread Steve Davids
se class. If you don’t want to complete the “exercise” switch over to the Hopefully that points you in the right direction, -Steve > On Mar 17, 2016, at 1:03 PM, Davis, Daniel (NIH/NLM) [C] > wrote: > > MiniSolrCloudCluster is intended for building unit tests for cloud comman

Re: Paging and cursorMark

2016-03-22 Thread Steve Rowe
, etc. -- Steve www.lucidworks.com > On Mar 22, 2016, at 10:27 AM, Tom Evans wrote: > > Hi all > > With Solr 5.5.0, we're trying to improve our paging performance. When > we are delivering results using infinite scrolling, cursorMark is > perfectly fine - one page is follow

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.an

Do not match on high frequency terms

2015-07-31 Thread Swedish, Steve
rks with solrj would be appreciated. Thanks, Steve

RE: Do not match on high frequency terms

2015-08-03 Thread Swedish, Steve
certain threshold in a field. I can't find an easy way to do this, do you know if this is possible? Thanks, Steve -Original Message- From: Mikhail Khludnev [mailto:mkhlud...@griddynamics.com] Sent: Saturday, August 1, 2015 6:35 AM To: solr-user Subject: Re: Do not match on

Re: Supported languages

2015-08-04 Thread Steve Rowe
Hi Steve, This page may be useful: <https://cwiki.apache.org/confluence/display/solr/Language+Analysis#LanguageAnalysis-Language-SpecificFactories> In most cases the configurations described there are the only OOTB alternative, so optimality isn’t discussed. I think the path most peopl

Re: Indexing Fixed length file

2015-08-28 Thread Steve Rowe
would be a nice addition to Solr’s CSV update capabilities - feel free to make an issue - see <http://wiki.apache.org/solr/HowToContribute>. Steve www.lucidworks.com > On Aug 28, 2015, at 3:19 AM, timmsn wrote: > > Hello, > > i use Solr 5.2.1 and the bin/post tool. I t

Loading Solr Analyzer from RuntimeLib Blob

2015-09-10 Thread Steve Davids
asspath before the schema is loaded? Thanks for the help, -Steve

RE: Google didn't help on this one!

2015-09-15 Thread steve shepard
e. http://fiddlerbook.com/book/ http://www.telerik.com/fiddler Steve > From: mark.fenb...@noaa.gov > Subject: Re: Google didn't help on this one! > To: solr-user@lucene.apache.org > Date: Tue, 15 Sep 2015 13:43:47 -0400 > > So I ran "nc -l 8983" then restarted sol

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

Cloud Deployment Strategy... In the Cloud

2015-09-22 Thread Steve Davids
could work. I was hoping others have already gone through this and have valuable advice to give, we are trying to setup Solr Cloud the "right way" so we don't get nickel-and-dimed to death from an O&M perspective. Thanks, -Steve

Re: Cloud Deployment Strategy... In the Cloud

2015-09-23 Thread Steve Davids
d collection config to zk. > 4. Call create collection rest api. > 5. Done. SolrCloud ready to work. > > Don't yet have automation for replacing or adding a node. > On Sep 22, 2015 18:27, "Steve Davids" wrote: > > > Hi, > > > > I am trying to come u

Re: Cloud Deployment Strategy... In the Cloud

2015-09-30 Thread Steve Davids
ve some pointers it would be greatly appreciated. Thanks, -Steve On Thu, Sep 24, 2015 at 10:15 AM, Dan Davis wrote: > ant is very good at this sort of thing, and easier for Java devs to learn > than Make. Python has a module called fabric that is also very fine, but > for my dev. ops.

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: > &g

Re: Tokenize ShingleFilterFactory results and apply filters to tokens

2015-10-19 Thread Steve Rowe
d, and term length. What do you want to use these terms for? Steve > On Oct 17, 2015, at 10:33 AM, vitaly bulgakov wrote: > > /why don't you put EdgeNGramFilter just after ShingleFilter?/ > > Because it will do Edge Ngrams over a shingle as a string: > for "Home I

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

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
dev/tags/lucene_solr_5_0_0/solr/server/solr/configsets/data_driven_schema_configs/conf/managed-schema?view=markup#l249> So you must have removed it when you modified the schema? Did you do this intentionally? If so, why? Steve > On Mar 10, 2015, at 5:25 AM, Aman Tandon wrote: > > H

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
ly this reason (as Alex pointed out) that the catch-all field makes sense: there is no other full-text available. Yonik, can you suggest a path that supports both these possibilities? Because having zero fields with full text search in the default Solr configuration seems like a really bad idea to me. Steve

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/manag

Re: Attributes in and

2015-04-28 Thread Steve Rowe
Hi Steve, From <https://cwiki.apache.org/confluence/display/solr/Field+Type+Definitions+and+Properties>: > 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 P

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 >

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 whe

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
could just create another schema file that includes it inside wrapping tags. Steve > On May 15, 2015, at 4:01 AM, Clemens Wyss DEV wrote: > > Given the following schema.xml > > > _my_id > > > > stored="true" type="string"/&

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
: —— _my_id —— Steve > On May 15, 2015, at 8:57 AM, Clemens Wyss DEV wrote: > > Thought about that too (should have written ;) ). > When I remove the schema-tag from the composite xml I get: > org.apache.solr.common.SolrException: Unable t

Ability to load solrcore.properties from zookeeper

2015-05-27 Thread Steve Davids
nyone have any ideas on how I can get this working? If not the solrcore.properties route, really I just need any way to specify properties within ZK that all replicas can pickup and read + update itself appropriately. Thanks, -Steve

Re: Deleting Fields

2015-05-30 Thread Steve Rowe
e changes to be available immediately for documents indexed thereafter. Previously indexed documents will not be automatically handled - they must be re-indexed if they used schema elements that you changed. - Steve

Re: Ability to load solrcore.properties from zookeeper

2015-05-30 Thread Steve Davids
the refactoring route I can leave it to Alan to take a crack at it. Thanks, -Steve On Fri, May 29, 2015 at 3:29 AM, Alan Woodward wrote: > Yeah, you could do it like that. But looking at it further, I think > solrcore.properties is actually being loaded in entirely the wrong place

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: > {ignor

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
rt of the original text? If so, there is no setting that would do that - the intent is for offsets to map to the *original* text. You can work around this by performing the substitution prior to Solr analysis, e.g. in an update processor like RegexReplaceProcessorFactory. Steve www.lucidwork

Re: Help: Problem in customized token filter

2015-06-18 Thread Steve Rowe
Steve www.lucidworks.com > On Jun 18, 2015, at 11:33 AM, Aman Tandon wrote: > > Please help, what wrong I am doing here. please guide me. > > With Regards > Aman Tandon > > On Thu, Jun 18, 2015 at 4:51 PM, Aman Tandon > wrote: > >> Hi, >> >> I c

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
o no input stream tokens are concatenated ever again. Does that make sense? Steve www.lucidworks.com > On Jun 19, 2015, at 1:10 AM, Aman Tandon wrote: > > Hi Steve, > > >> you never set exhausted to false, and when the filter got reused, *it >> incorrectly car

Re: accent insensitive field-type

2015-07-02 Thread Steve Rowe
lr will interpret the out-of-order version correctly.) FYI, if you want to *correct* a field type, rather than create a new one, you should use the “replace-field-type” command instead of the “add-field-type” command. You’ll get an error if you attempt to add a field type that already exists in t

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

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: <mailto:solr-user-unsubscr...@lucene.apache.org> Steve > On Jul 7, 2015, at

Re: Querying Nested documents

2015-07-13 Thread Steve Rowe
Nabble. (They’ve known about the problem for many years and AFAICT have done nothing about it.) Steve [1] https://lucene.apache.org/solr/resources.html#mailing-lists > On Jul 13, 2015, at 12:03 PM, rameshn wrote: > > Hi, I have question regarding nested documents.My document looks l

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?: <https://cwiki.apache.org/confluence/display/solr/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 > wr

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

2016-05-19 Thread Steve Rowe
mes in queries get mapped to one or more indexed fields: look for “alias” in <https://cwiki.apache.org/confluence/display/solr/The+Extended+DisMax+Query+Parser>. -- Steve www.lucidworks.com > On May 19, 2016, at 4:43 AM, Horváth Péter Gergely > wrote: > > Hi Steve, > &

Re: Requesting to be added to ContributorsGroup

2016-05-20 Thread Steve Rowe
le. I added you to the ContributorsGroup on the same day you requested it - see <https://lists.apache.org/thread.html/Z413qwks24kgnm3>. You should now be able to contribute. Please let us know if there’s a problem. -- Steve www.lucidworks.com > On May 20, 2016, at 6:30 PM, Syed Gardezi wr

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

2016-05-27 Thread Steve Rowe
work in progress. Once LUCENE-2605 has been fixed, there is still work to do getting (e)dismax to work with the modified Lucene QueryParser, and addressing problems with how queries are constructed from Lucene’s “sausagized” token stream. -- Steve www.lucidworks.com > On May 26, 2016, a

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

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

2016-06-24 Thread Steve Rowe
yzed" field type? * Which Java version/vendor are you using? -- Steve www.lucidworks.com > On Jun 23, 2016, at 10:21 PM, t...@sina.com wrote: > > Hi, > > I use Solr 6.0 on Windows. And try the example techproducts. At first I run > bin\solr -e techproducts -s "

[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
ot;: "solr.LowerCaseFilterFactory" }]}}, "replace-field": { "name": "_text_", "type": "my_new_field_type", "multiValued": "true", "indexed": "true", "stored":

Re: analyzer for _text_ field

2016-07-15 Thread Steve Rowe
Waldyr, maybe it got mangled by my email client or yours? Here’s the same command: <https://gist.github.com/sarowe/db2fcd168eb77d7278f716ac75bfb9e9> -- Steve www.lucidworks.com > On Jul 15, 2016, at 2:16 PM, Waldyr Neto wrote: > > Hy Steves, tks for the help > unfort

Re: analyzer for _text_ field

2016-07-16 Thread Steve Rowe
ing>. -- Steve www.lucidworks.com > On Jul 16, 2016, at 5:26 AM, Waldyr Neto wrote: > > tks, it works :) > > but do you know how i could do this, thange the _text_ analyzer using > schemas? maybe in any point i could change the default analyzer. what i > really need is to use

Re: analyzer for _text_ field

2016-07-16 Thread Steve Rowe
: what you’ll want to do is either modify the field type that the _text_ field uses, or create a new field type and change the _text_ field definition to use it instead. -- Steve www.lucidworks.com > On Jul 16, 2016, at 1:38 PM, Waldyr Neto wrote: > > yeap, > > i'm loki

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

2016-07-18 Thread Steve Rowe
tests: <https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;a=blob;f=solr/solrj/src/test/org/apache/solr/client/solrj/request/SchemaTest.java;h=72051b123aadb2df57f4bf19abfedb0ac0deb6cd;hb=refs/heads/branch_6_1> -- Steve www.lucidworks.com > On Jul 18, 2016, at 1:59 AM, Jeniba Jo

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

2016-08-02 Thread Steve Rowe
org/apache/lucene/lucene-solr-grandparent/6.1.0/lucene-solr-grandparent-6.1.0.pom> [5] <https://issues.apache.org/jira/browse/LUCENE-5217> [6] <http://search.maven.org/#artifactdetails|org.apache.lucene|lucene-core|6.1.0|jar> -- Steve www.lucidworks.com > On Aug 2, 2016, at 12:03 PM, Ziq

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

2016-08-03 Thread Steve Rowe
: <https://maven.apache.org/plugins/maven-shade-plugin/examples/resource-transformers.html#ServicesResourceTransformer> -- Steve www.lucidworks.com > On Aug 3, 2016, at 5:26 AM, Ziqi Zhang wrote: > > Thanks > > I am not sure if Steve's suggestion was the right soluti

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

2016-08-04 Thread Steve Rowe
ou can, add parentheses to explicitly specify precedence. [1] https://issues.apache.org/jira/browse/SOLR-2649 [2] https://issues.apache.org/jira/browse/SOLR-8812 -- Steve www.lucidworks.com > On Aug 4, 2016, at 2:23 AM, Modassar Ather wrote: > > Hi, > > During migration from

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

2016-08-05 Thread Steve Rowe
AND), edismax now sets mm=0. -- Steve www.lucidworks.com > On Aug 5, 2016, at 2:34 AM, Bastien Latard | MDPI AG > wrote: > > Hi Eric & others, > Is there any way to overwrite the default OP when we use edismax? > Because adding the following line to solrconfig.xml doe

Re: Getting dynamic fields using LukeRequest.

2016-08-09 Thread Steve Rowe
e/display/solr/Schema+API#SchemaAPI-ListDynamicFields> -- Steve www.lucidworks.com > On Aug 9, 2016, at 8:52 AM, Pranaya Behera wrote: > > Hi, > I have the following script to retrieve all the fields in the collection. > I am using SolrCloud 6.1.0. > LukeRequest

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

2016-09-05 Thread Steve Rowe
Hi Bast, Good to know you got it to work - thanks for letting us know! -- Steve www.lucidworks.com > On Sep 2, 2016, at 4:30 AM, Bastien Latard | MDPI AG > wrote: > > Thanks Steve for your advice (i.e.: upgrade to Solr 6.2). > I finally had time to upgrade and can now

Re: Tutorial not working for me

2016-09-19 Thread Steve Rowe
orial - nobody has updated it since 5.0 AFAICT. -- Steve www.lucidworks.com > On Sep 16, 2016, at 8:34 PM, Chris Hostetter wrote: > > > : I apologize if this is a really stupid question. I followed all > > It's not a stupid question, the tutorial is completley broken -

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
For now, I was thinking of making it reflect current reality as much as possible, without changing coverage. -- Steve www.lucidworks.com > On Sep 19, 2016, at 1:13 PM, Alexandre Rafalovitch wrote: > > Whatever works. If JIRA, SOLR-6871 is probably a reasonable place. > Depends on

Re: Problem with Han character in ICUFoldingFilter

2016-10-30 Thread Steve Rowe
heck out the “gennorm2” and “gen-utr30-data-files” targets in the Lucene/Solr source code at lucene/analysis/icu/build.xml - you could build and use a modified binary tranform data file - this file is distributed as part of the lucene-analyzers-icu jar at org/apache/lucene/analysi

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 com

custom search component process method not called

2017-06-30 Thread Steve Pruitt
.solr.home} ${solr.core.name} Thanks in advance. -S Steve Pruitt

RE: [EXTERNAL] - Re: custom search component process method not called

2017-06-30 Thread Steve Pruitt
all three cores? My thought is that the component is being called for all three cores but it's hard to see b/c the name is the same. Total guess though. Erick On Fri, Jun 30, 2017 at 10:08 AM, Steve Pruitt wrote: > I have a custom search component that registered in the last-compone

RE: [EXTERNAL] - Re: custom search component process method not called

2017-06-30 Thread Steve Pruitt
AJ9JE897CHQKf_gUJPb2wcRo&s=eFU5vYHE7gyEwfpi-8pJyAP9dRYFXMdCdSNhu4NpG0M&e= Steve: can you share with us more details of what exactly your SearchComponent code looks like (or prune it down to a really trivial example w/only some logging line) and your entire solrconfig.xml for a problematic core? :

  1   2   3   4   5   6   >