Re: Block Join Parent Query Parser range query search error

2016-07-25 Thread Zheng Lin Edwin Yeo
Thanks for the reply. It works! Regards, Edwin On 26 July 2016 at 00:08, Mikhail Khludnev wrote: > Hello Edwin, > > The issue is the space in child query clause. > Please refer to child range query via v=$qparam like it's proposed in > >

RE: No need white space split

2016-07-25 Thread Prasanna Josium
Hi, One other possibility is to use the query operator 'q.op=AND' along with your query. by default this is an 'OR'. Hope it helps your situation. Prasanna -Original Message- From: Ahmet Arslan [mailto:iori...@yahoo.com.INVALID] Sent: 25 July 2016 19:50 To:

Re: error indexing spatial

2016-07-25 Thread David Smiley
Hi tig. Most likely, you didn't repeat the first point as the last. Even though it's redundant, nonetheless this is what WKT (and some other spatial formats) calls for. ~ David On Wed, Jul 20, 2016 at 10:13 PM tkg_cangkul wrote: > hi i try to indexing spatial format to

To use XML or database with DIH?

2016-07-25 Thread Wendy
Hi,I have a question regarding what type of data input to use with solr DIH: XML file or database?I have a large collection of data to be indexed initially, then on a weekly basis for increment index (add/update/delete). Should I use mysal database or xml file? I also would like to have the code

Re: GC implications on Solr

2016-07-25 Thread Emir Arnautovic
Hi Madhur, Shown described extreme case (not unusual though) and is not hard to detect since effects will be catastrophic. You can use one of Solr monitoring tools to see how GC (and other interrupting events such as commits, segment merges, saturated network) affect Solr numbers. One such

Re: Sorting - uppercase value first or lowercase value

2016-07-25 Thread Erick Erickson
Well, since the ascii upper-case codes are smaller than lower case, i.e. A = 0x41 a = 0x61 upper case before lower case is correct IMO. But you're being fooled by the I "tiebreaker" I'd guess, along with (I suppose) a small number of test docs. When two docs have the same sort value, the

Sorting - uppercase value first or lowercase value

2016-07-25 Thread Vasu Y
Hi, We are indexing our objects into Solr and let users to sort by different fields. The sort field is defined as specified below in schema.xml: For a field of type "lowercase", if we have the field values: APPLES, ZUCCHINI, banana, BANANA, apples,

Re: min()/max() on date fields using JSON facets

2016-07-25 Thread Yonik Seeley
On Mon, Jul 25, 2016 at 9:57 AM, Tom Evans wrote: > For the equivalent JSON facet - "{'date.max': 'max(date_published)', > 'date.min': 'min(date_published)'}" - I'm returned this: > > {u'count': 86760, u'date.max': 146836800.0, u'date.min': 129409920.0} > > What

Re: loading zookeeper data

2016-07-25 Thread Erick Erickson
A Collection is simply the "SolrCloud" way of thinking about a logical index that incorporates shards, replication factors changing topology of where the replicas live and the like. In your case it's synonymous with your core (master and slaves). Since there's no master or slave role in SolrCloud,

Re: Block Join Parent Query Parser range query search error

2016-07-25 Thread Mikhail Khludnev
Hello Edwin, The issue is the space in child query clause. Please refer to child range query via v=$qparam like it's proposed in http://blog-archive.griddynamics.com/2013/12/grandchildren-and-siblings-with-block.html On Mon, Jul 25, 2016 at 1:40 PM, Zheng Lin Edwin Yeo

Re: GC implications on Solr

2016-07-25 Thread Shawn Heisey
On 7/24/2016 11:13 PM, Madhur Adlakha wrote: > To whom so ever it may concern, > > I have been fetching certain Solr metrics and keeping a track of them > graphically on Grafana, there are a few queries I wanted to clear, as follows: > > * How and which metrics of Solr are affected by the

Re: solr 5.5.2 loadOnStartUp does not work

2016-07-25 Thread Erick Erickson
"Load" is a little tricky here, it means "load the core and open a searcher. The core _descriptor_ which is the internal structure of core.properties (plus some other info) _is_ loaded and is what's used to show the list of available cores. Else how would you even know the core existed? It's not

Re: Downgraded Raid5 cause endless recovery and hang.

2016-07-25 Thread Shawn Heisey
On 7/24/2016 8:04 PM, forest_soup wrote: > We have a 5 node solrcloud. When a solr node's disk had issue and > Raid5 downgraded, a recovery on the node was triggered. But there's a > hanging happens. The node disappears in the live_nodes list. In my opinion, RAID5 (and RAID6) are bad ways to

Re: Using log4j.xml in Solr6

2016-07-25 Thread Erick Erickson
_How_ is it "not working"? You might want to review: http://wiki.apache.org/solr/UsingMailingLists Best, Erick On Mon, Jul 25, 2016 at 7:09 AM, marotosg wrote: > Hi all, > > I am trying to upgrade Solr4.11 to Solr6 and having some trouble with > logging. > I have Solr4.11

Re: No need white space split

2016-07-25 Thread Ahmet Arslan
Hi, May be you can simply use string field type? Or KeywordTokenizerFactory? Ahmet On Monday, July 25, 2016 4:38 PM, Shashi Roushan wrote: Hi All, I am Shashi. I am using Solr 6.1. I want to get result only when the hole word matched. Actually I want to avoid

Using log4j.xml in Solr6

2016-07-25 Thread marotosg
Hi all, I am trying to upgrade Solr4.11 to Solr6 and having some trouble with logging. I have Solr4.11 running on tomcat 6 as a solr.war. Inside my solr.war a few jar files updated as it explains in this post so I can use a "log4j.xml" with some advanced features to compress old files.

min()/max() on date fields using JSON facets

2016-07-25 Thread Tom Evans
Hi all I'm trying to replace a use of the stats module with JSON facets in order to calculate the min/max date range of documents in a query. For the same search, "stats.field=date_published" returns this: {u'date_published': {u'count': 86760, u'max':

Re: solr extends query

2016-07-25 Thread sara hajili
i saw synonym Filter but it is not sufficient for me.as i saw this, i must build synonym filter map . that this is built like a map i mean i must put exactly in synonym map for example "home" is synonym of "house" (for example). so in query when user insert home it filter add house to it and

No need white space split

2016-07-25 Thread Shashi Roushan
Hi All, I am Shashi. I am using Solr 6.1. I want to get result only when the hole word matched. Actually I want to avoid whitespace split. Whenever we search for "CORSAIR ValueSelect", I want the result only "CORSAIR ValueSelect",currently I am getting one more result as "CORSAIR XMS 2GB".

solr 5.5.2 loadOnStartUp does not work

2016-07-25 Thread elisabeth benoit
Hello, I have a core.properties with content name=indexer loadOnStartup=false but the core is loaded on start up (it appears on the admin interface). I thougth the core would be unloaded on startup. did I miss something? best regards, elisabeth

Re: solr extends query

2016-07-25 Thread Erik Hatcher
You’re going to need to tokenize to look up words, so a TokenFilter is a better place to put this sort of thing, I think. Build off of Lucene’s SynonymFilter (and corresponding SynonymFilterFactory)

Block Join Parent Query Parser range query search error

2016-07-25 Thread Zheng Lin Edwin Yeo
Hi, I am using Solr 6.1.0, and I'm indexing Parent-Child data into Solr. When I do my query, I use the Block Join Parent Query Parser, to return only the parent's records, and not any of the child records, even though there might be a match in the child record. However, I am not able to do the

Credentials Implementation to Solr Admin page.

2016-07-25 Thread Swathika
How to apply username and password to Solr 6.0.1 admin page. Please let me know. PS: We are using Solr master and slave setup. -- View this message in context: http://lucene.472066.n3.nabble.com/Credentials-Implementation-to-Solr-Admin-page-tp4288708.html Sent from the Solr - User mailing

Re: solr extends query

2016-07-25 Thread sara hajili
i use solr 6-1-0. and i write my own search Handler .i got this error: java.lang.IllegalAccessError: tried to access field org.apache.solr.handler.component.ResponseBuilder.requestInfo from class org.apache.solr.handler.component.MyResponseBuilder at