Re: Aggregate functions

2019-02-05 Thread naga pradeep dhulipalla
on) from tableName where solr_query='{"q":"(appName:\" test\")"}' Can you help on this. On Mon, Jan 28, 2019 at 5:55 PM Scott Stults < sstu...@opensourceconnections.com> wrote: > Yes. Have a look at the Facet API: > https://lucene.apache.org/solr

Aggregate functions

2019-01-28 Thread naga pradeep dhulipalla
Hi Team, Can we use SUM aggregate function in our SOLR queries. If not is there an alternative to achieve this. My sample query looks like this as mentioned below. Select duration from tableName where solr_query='{"q":"(appName:\"test\")"}' I need the aggregate SUM value of duration colum

Re: App Studio

2017-12-21 Thread Naga
Pls send me . Thanks , Naga > On Nov 1, 2017, at 4:46 PM, Kojo wrote: > > I would like to try that! > > > Em 1 de nov de 2017 18:04, "Will Hayes" escreveu: > > There is a community edition of App Studio for Solr and Elasticsearch being > released by L

Re: Performance improvements

2015-08-24 Thread naga sharathrayapati
cet:{sum:"sum(amount)"},field:city,mincount:1}}},field:name,mincount:1}}},start:'NOW-2YEARS/DAY',field:date,gap:'%2B1DAYS'}}} On Mon, Aug 24, 2015 at 6:50 PM, Yonik Seeley wrote: > On Mon, Aug 24, 2015 at 6:33 PM, naga sharathrayapati > wrote: > > In order t

Performance improvements

2015-08-24 Thread naga sharathrayapati
In order to improve the query time of nested faceting query (json facet api), have used 'docValues' in the schema,optimized index and increased cache sizes(no evictions) I still cannot be bring the query time to less than 1 sec. is there anything that i can do that can improve the performance?

json facet

2015-08-19 Thread naga sharathrayapati
is it possible to specify facet.method with json nested faceting query? would like to see if there would be a performance improvement using methods

Cache

2015-08-18 Thread naga sharathrayapati
Is it possible to clear the cache through query? I need this for performance valuation.

Re: joins

2015-08-16 Thread naga sharathrayapati
lexible if you can de-normlize your > data > rather than try to make Solr work like an RDBMS. Of course it goes against > the training of all DB Admins, but it's often the best option. > > So have you explored denormalizing and do you know it's not a viable > option? &

Re: joins

2015-08-16 Thread naga sharathrayapati
Is there any chance of this feature(merge the results to create a composite document) coming out in the next release 5.3 ? On Sun, Aug 16, 2015 at 2:08 PM, Upayavira wrote: > You can do what are called "pseudo joins", which are eqivalent to a > nested query in SQL. You get back data from one cor

Re: Indexed & stored

2015-08-13 Thread naga sharathrayapati
Do we need to specify stored='true' even when we specify docValues='true' in the schema is docValues not the alternate of stored? On Thu, Aug 13, 2015 at 2:48 PM, Shawn Heisey wrote: > On 8/13/2015 9:07 AM, Erick Erickson wrote: > > No. But how do they default to "true"? In the fieldType? Which

Re: Indexed & stored

2015-08-13 Thread naga sharathrayapati
what if i do something like this in the schema will the filed name be stored? or not stored? as i have not specified in the schema as stored='true'/'false'. On Thu, Aug 13, 2015 at 10:07 AM, Erick Erickson wrote: > No. But how do they default to "true"? In the fieldType? Which will be > poten

Re: docValues

2015-08-07 Thread naga sharathrayapati
JVM-Memory has gone up from 3% to 17.1% On Fri, Aug 7, 2015 at 12:10 PM, Shawn Heisey wrote: > On 8/7/2015 10:25 AM, naga sharathrayapati wrote: > > i have added docValues="true" to my existing schema and I have seen > > exponential increase in the size of the index. &g

docValues

2015-08-07 Thread naga sharathrayapati
i have added docValues="true" to my existing schema and I have seen exponential increase in the size of the index. The reason in going with docValues is to improve the faceting query time. schema: Is this ok? am i doing anything wrong in the schema?

Re: Avoid re indexing

2015-08-01 Thread naga sharathrayapati
indexing the whole data (worth hours) and we have gone with good number of shards but there is a rapid increase of size in data over the past few days, do you think is it worth logging a ticket? On Sat, Aug 1, 2015 at 5:04 PM, Upayavira wrote: > > > On Sat, Aug 1, 2015, at 10:30

Avoid re indexing

2015-08-01 Thread naga sharathrayapati
I have an exception with one of the document after indexing 6 mil documents out of 10 mil, is there any way i can avoid re indexing the 6 mil documents? I also see that there are few documents that are deleted (based on the count) while indexing, is there a way to identify what are those documents

Re: Sum Aggregate Query for a particular field

2015-07-27 Thread naga sharathrayapati
try these total sum of individual items: /select?q=*:*&wt=json&indent=true&rows=0&json.facet={itemprice:{terms:{facet:{sum:"sum(price)"},field:item,limit:100,mincount:1}}} sum of all the items: /select?q=*:*&wt=json&indent=true&rows=0&json.facet={sum:"sum(price)"} On Mon, Jul 27, 2015 at 6:12

Re: serious JSON Facet bug

2015-07-25 Thread naga sharathrayapati
Yonik, Did you see this issue with 5.2 as well or only 5.1? Thanks, Naga On Fri, Jul 24, 2015 at 9:15 PM, Yonik Seeley wrote: > On Fri, Jul 24, 2015 at 8:03 PM, Nagasharath > wrote: > > Is there a jira logged for this issue? > > * SOLR-7781: JSON Facet API: Terms facet on

Delete Documents

2015-07-17 Thread naga sharathrayapati
Hey, I understand that "DocExpirationUpdateProcessorFactory" in the config.xml can be specified to delete documents based on the expiration. I would like to understand whether there is a chance of these deleted documents getting re-indexed? Solr 5.2 Thanks

- When is Solr 4.0 due for Release? ...

2012-05-15 Thread Naga Vijayapuram
… Any idea, anyone? Thanks Naga

Re: - Solr 4.0 - How do I enable JSP support ? ...

2012-05-15 Thread Naga Vijayapuram
Finally got a handle on this by looking into the New Admin UI - http://localhost:8983/solr/#/~cloud Thanks Naga On 5/15/12 12:53 PM, "Naga Vijayapuram" wrote: >Alright; thanks. Tried with "-OPTIONS=jsp" and am still seeing this on >console Š > >2012-05-

Re: - Solr 4.0 - How do I enable JSP support ? ...

2012-05-15 Thread Naga Vijayapuram
ion1/admin/zookeeper.jsp (or its equivalent in 4.0) after going through http://wiki.apache.org/solr/SolrCloud May I know the right zookeeper url in 4.0 please? Thanks Naga On 5/15/12 10:56 AM, "Ryan McKinley" wrote: >In 4.0, solr no longer uses JSP, so it is not enabled in the exa

- Solr 4.0 - How do I enable JSP support ? ...

2012-05-14 Thread Naga Vijayapuram
Hello, How do I enable JSP support in Solr 4.0 ? Thanks Naga

RE: Strange behavior for certain words

2010-05-12 Thread Naga Darbha
nformation. regards, Naga Ranjan -Original Message- From: RamaKrishna Atmakur [mailto:ramkrishn...@hotmail.com] Sent: Thursday, May 13, 2010 5:57 AM To: solr-user@lucene.apache.org Subject: Strange behavior for certain words Hi, We are trying to use SOLR for searching our catalog

RE: Short DismaxRequestHandler Question

2010-05-04 Thread Naga Darbha
You may create a new field by copying the fields title, category and tag to the new field, like the following: and search against the new field. You may go for newField of type "textgen". Give it a try, Naga From: MitchK [mitc...@we

RE: fmap.content - copying to two fields possible?

2010-05-03 Thread Naga Darbha
I've tried and it is working fine. But, still would like to know whether I can specify two fields against fmap.content. regards, Naga -Original Message- From: Naga Darbha [mailto:ndar...@opentext.com] Sent: Tuesday, May 04, 2010 12:20 PM To: solr-user@lucene.apache.org Su

fmap.content - copying to two fields possible?

2010-05-03 Thread Naga Darbha
ds against fmap.content? regards, Naga

phrase search - problem

2010-05-02 Thread Naga Darbha
for "friend dear" I should not get any records. Please help. regards, Naga

copyField - how does it work?

2010-04-29 Thread Naga Darbha
populating the clubbed_string with the values of field_A and field_B. Do I need to populate clubbed_string by explicitly copying field_A and field_B directly to it? Please help. regards, Naga

RE: NOT keyword - doesn't work with dismax?

2010-04-28 Thread Naga Darbha
I tried "-" even, but it works only with standard queries, but not "dismax". regards, Naga -Original Message- From: Koji Sekiguchi [mailto:k...@r.email.ne.jp] Sent: Thursday, April 29, 2010 9:46 AM To: solr-user@lucene.apache.org Subject: Re: NOT keyword - does

NOT keyword - doesn't work with dismax?

2010-04-28 Thread Naga Darbha
th dismax query type? regards, Naga

RE: copyField for dynamicFields

2010-04-27 Thread Naga Darbha
Hi, I think copyField copies the un-processed content (that will be processed by source field) onto the target field and processes it based on target field's type. It is *copied first*. regards, Naga -Original Message- From: Jan Simon Winkelmann [mailto:winkelm...@newsfacto

RE: sorting on text field fails

2010-04-21 Thread Naga Darbha
Thanks Ahmet, I used that approach and it is working well. -Original Message- From: Ahmet Arslan [mailto:iori...@yahoo.com] Sent: Wednesday, April 21, 2010 2:36 PM To: solr-user@lucene.apache.org Subject: Re: sorting on text field fails > I have a field configured as text type (default t

sorting on text field fails

2010-04-21 Thread Naga Darbha
ible to sort on tokenized fields How can I sort on a tokenized field? regards, Naga

RE: Stemming - disable at query time - reg.

2010-04-19 Thread Naga Darbha
Yes, both have same filters, so we can avoid specifying analyzer type. - Naga -Original Message- From: MitchK [mailto:mitc...@web.de] Sent: Monday, April 19, 2010 9:44 PM To: solr-user@lucene.apache.org Subject: Re: Stemming - disable at query time - reg. Additionally to Alejandro&#

RE: Stemming - disable at query time - reg.

2010-04-19 Thread Naga Darbha
" it is not giving me any results, whereas when I search for "work" it is giving me two results. What should I be doing to get the query results for "working". regards, Naga -Original Message- From: Naga Darbha [mailto:ndar...@opentext.com] Sent: Monday, April 19, 20

RE: Stemming - disable at query time - reg.

2010-04-19 Thread Naga Darbha
Thank you Mitch! I will try that. regards, Naga -Original Message- From: MitchK [mailto:mitc...@web.de] Sent: Monday, April 19, 2010 2:35 PM To: solr-user@lucene.apache.org Subject: Re: Stemming - disable at query time - reg. Naga, 1) Yes, it is possible

Stemming - disable at query time - reg.

2010-04-19 Thread Naga Darbha
emText" is not configured with the PorterFilterFactory. regards, Naga

need of projects

2009-12-18 Thread Naga raja
hi all, I am disparately in need some webpages that uses solr at backend and display the results.. Plz can u send some PHP codes tht resembles like Google that uses Solr. Im new to solr.

urgent need of some basic help

2009-10-17 Thread Naga raja
I m in need of some basic help regarding solr? 1)In which format the posted data will store in SOLR? how the data are stored in solr? 2) what is the concept of replication in SOLR? 3) suppose in my schema.xml i had the format like ,, and i had posted nearly 50 documents. Now iu need to post