Re: How to get field names of dynamic field

2017-04-17 Thread Midas A
for a query On Fri, Apr 14, 2017 at 5:32 PM, Ahmet Arslan wrote: > Hi Midas, > > LukeRequestHandler shows that information. > > Ahmet > > On Friday, April 14, 2017, 1:16:09 PM GMT+3, Midas A > wrote: > Actually , i am looking for APi > > On Fri, Apr 14,

Re: How to get field names of dynamic field

2017-04-17 Thread Midas A
o combine them > 4) if you really, really need to be in sync, you could use commit hook > to trigger this > > Regards, >Alex. > > http://www.solr-start.com/ - Resources for Solr users, new and experienced > > > On 17 April 2017 at 11:00, Midas A wrote:

Re: How to get field names of dynamic field

2017-04-17 Thread Midas A
Here if i am saying dynamic say *by_* *is the field then by_color, by_size .. etc . would be the dynamic fields . Regards, Abhishek Tiwari On Mon, Apr 17, 2017 at 1:47 PM, Midas A wrote: > Thanks alex, > > I want all dynamic fields related to a query( i.e. category_id : 199 >

how to get current timestamp

2018-08-16 Thread Midas A
Hi, i my use case i want to get current timestamp in response of solr query. how can i do it . is it doable ? Regards, Midas

LTR feature extraction

2018-10-15 Thread Midas A
Hi , i am new to LTR solr and i have following queries regarding same . How i can write feaqture for follwing in solr a) Covered_query_term_number: i.e. if search query has n terms and document cover 2 term then Covered_query_term_number is two. b) number of carts for this query-document pair

Re: LTR feature extraction

2018-10-15 Thread Midas A
Please reply. On Mon, 15 Oct 2018, 3:21 pm Midas A, wrote: > Hi , > i am new to LTR solr and i have following queries regarding same . > > > How i can write feaqture for follwing in solr > > a) Covered_query_term_number: i.e. if search query has n terms and > do

LTR features on solr

2018-10-26 Thread Midas A
Hi All, I am new in implementing solr LTR . so facing few challenges Broadly we have 3 kind of features a) Based on query b) based on document *c) Based on query-document from click ,cart and order from tracker data.* So my question here is how to store c) type of features - Old querie

Re: LTR features on solr

2018-10-26 Thread Midas A
data frequently > * [ME] : we are planing to refresh this data weekly.* > > On Fri, Oct 26, 2018 at 4:24 PM Midas A wrote: > > > Hi All, > > > > I am new in implementing solr LTR . so facing few challenges > > Broadly we have 3 kind of features > >

boost query

2018-12-06 Thread Midas A
I have a field at my schema named *val_dpf* . I want that *val_dpf* should have payloaded values. i.e. noika|0.46 mobile|0.37 samsung|0.19 redmi|0.22 When a user searches for a keyword i.e. nokia I want to add 0.46 to usual score. If user searches for samsung, 0.19 should be added . how can i

Re: boost query

2018-12-06 Thread Midas A
cidworks.com/2017/09/14/solr-payloads/ > >Erik > > > On Dec 7, 2018, at 01:31, Midas A wrote: > > > > I have a field at my schema named *val_dpf* . I want that *val_dpf* > should > > have payloaded values. i.e. > > > > noika|0.46 mobile|0.37

dynamic field issue

2019-02-21 Thread Midas A
Hi All, How many dynamic field we can create in solr ?. is there any limitation ? Is indexing dynamic field can increase heap memory on server . Regards, Midas

Re: dynamic field issue

2019-02-21 Thread Midas A
PM Shawn Heisey wrote: > On 2/21/2019 8:01 AM, Midas A wrote: > > How many dynamic field we can create in solr ?. is there any limitation ? > > Is indexing dynamic field can increase heap memory on server . > > At the Lucene level, there is absolutely no difference between a &

Re: dynamic field issue

2019-02-21 Thread Midas A
e than a few hundred fields, > Solr still functions, but I’ve seen performance degrade and > memory increase. > > Best, > Erick > > > On Feb 21, 2019, at 7:54 AM, Midas A wrote: > > > > Thanks for quick reply . > > > > we are creating search *query(k

Re: dynamic field issue

2019-02-21 Thread Midas A
Hi , Plelase help me here we have crossed 100+ fields per dyanmic fields and we have three dynamic fields. using docValues in dynamic fields will help in improving heap and query time ? Regards, Abhishek Tiwari On Thu, Feb 21, 2019 at 9:38 PM Midas A wrote: > Yes . We have crossed 100 fie

Re: dynamic field issue

2019-02-21 Thread Midas A
ory goes, sure. If you’re > faceting, grouping, or sorting docValues would _certainly_ help with memory > consumption. > > > On Feb 21, 2019, at 8:31 AM, Midas A wrote: > > > > Hi , > > Plelase help me here we have crossed 100+ fields per dyanmic fields an

Autosuggest help

2019-04-04 Thread Midas A
Hi, We need to use auto suggest click stream data in Auto suggestion . How we can achieve this ? Currently we are using suggester for auto suggestions . Regards, Midas

Re: Autosuggest help

2019-04-06 Thread Midas A
Any update? On Thu, 4 Apr 2019, 1:09 pm Midas A, wrote: > Hi, > > We need to use auto suggest click stream data in Auto suggestion . How we > can achieve this ? > > Currently we are using suggester for auto suggestions . > > > Regards, > Midas >

Re: Solr main replica down, another replica taking over

2018-03-20 Thread Midas A
Hi Shawn, I have one question here a) solr cloud load balance requests internally (Round robin or anything else ). b) How can i change this behaviour (Note. I have solr cloud with mix of machines physical and virtual ) Regards, Midas On Wed, Mar 21, 2018 at 6:36 AM, Zheng Lin Edwin Yeo wrote:

Re: Solr main replica down, another replica taking over

2018-03-20 Thread Midas A
Thanks Shawn, We want to send less traffic over virtual machines and more on physical servers . How can we achieve this On Wed, Mar 21, 2018 at 11:02 AM, Shawn Heisey wrote: > On 3/20/2018 11:18 PM, Midas A wrote: > >> I have one question here >> a) solr cloud load balance r

not able to optimize

2019-06-03 Thread Midas A
Hi , Index size is 400GB. we used master slave architecture . commit is taking time while not able to perform optimize . what should i do .

Re: not able to optimize

2019-06-04 Thread Midas A
So we should not optimize our index ? On Tue, Jun 4, 2019 at 2:37 PM Toke Eskildsen wrote: > On Tue, 2019-06-04 at 11:48 +0530, Midas A wrote: > > Index size is 400GB. we used master slave architecture . > > > > commit is taking time while not able to perform optimize . &

Re: not able to optimize

2019-06-04 Thread Midas A
400GB index is good ? Are we should shard it .? When we should start caring about inex size .? On Tue, Jun 4, 2019 at 3:04 PM Midas A wrote: > So we should not optimize our index ? > > On Tue, Jun 4, 2019 at 2:37 PM Toke Eskildsen wrote: > >> On Tue, 2019-06-04 at 11:48 +0

Solr cloud setup

2019-06-07 Thread Midas A
Hi , Currently we are in master slave architechture we want to move in solr cloud architechture . how i should decide shard number in solr cloud ? My current solr in version 6 and index size is 300 GB. Regards, Abhishek Tiwari

Jdbc driver issue on cloud

2019-06-25 Thread Midas A
Hi , i am using streaming expression getting following error . Failed to open JDBC connection { "result-set":{ "docs":[{ "EXCEPTION":"Failed to open JDBC connection to 'jdbc:mysql://localhost/users?user=root&password=solr'", "EOF":true, "RESPONSE_TIME":99}]}}

refused connection

2019-06-27 Thread Midas A
Hi All , I am getting following error while indexing . Please suggest resolution. We are using kafka consumer to index solr . org.apache.solr.client.solrj.SolrServerException: Server *refused connection* at: http://host:port/solr/research at org.apache.solr.client.solrj.impl.HttpSolrClient.exec

Re: refused connection

2019-06-28 Thread Midas A
Please reply . THis error is coming intermittently. On Fri, Jun 28, 2019 at 11:50 AM Midas A wrote: > Hi All , > > I am getting following error while indexing . Please suggest resolution. > > We are using kafka consumer to index solr . > > > org.apache.solr.client.s

Re: refused connection

2019-06-28 Thread Midas A
das A > > Sent: Friday 28th June 2019 10:03 > > To: solr-user@lucene.apache.org > > Subject: Re: refused connection > > > > Please reply . THis error is coming intermittently. > > > > On Fri, Jun 28, 2019 at 11:50 AM Midas A wrote: > > > > >

query optimization

2019-07-02 Thread Midas A
Hi, How can i optimize following query it is taking time webapp=/solr path=/search params={ df=ttl&ps=0&hl=true&f.ind.mincount=1&hl.usePhraseHighlighter=true&lowercaseOperators=true&ps2=0&ps3=0&qf=contents^0.05+currdesig^1.5+predesig^1.5+lng^2+ttl+kw_skl+kw_it&sow=false&hl.fl=ttl,kw_skl,kw_it,co

Re: query optimization

2019-07-03 Thread Midas A
Please suggest here On Wed, Jul 3, 2019 at 10:23 AM Midas A wrote: > Hi, > > How can i optimize following query it is taking time > > webapp=/solr path=/search params={ > df=ttl&ps=0&hl=true&f.ind.mincount=1&hl.usePhraseHighlighter=true&lowercaseOpera

Facet Query performance

2019-07-08 Thread Midas A
Hi , I have enabled docvalues on facet field but query is still taking time. How i can improve the Query time . *Query: * http://X.X.X.X: /solr/search/select?df=ttl&ps=0&hl=true&fl=id,upt&f.ind.mincount=1&hl.usePhraseHighlighter=true&f.pref.mincount=1&q.op=OR&fq=NOT+hemp:(%22xgidx29760%22+

Re: Facet Query performance

2019-07-08 Thread Midas A
Hi How i can know whether DocValues are getting used or not ? Please help me here . On Mon, Jul 8, 2019 at 2:38 PM Midas A wrote: > Hi , > > I have enabled docvalues on facet field but query is still taking time. > > How i can improve the Query time . > docValues="

<    1   2