Re: update please

2017-05-30 Thread Saman Rasheed
. Would you mind repeating the question here? Be a bit verbose, sometimes it is better that way. Cheers -- Rick On May 30, 2017 12:29:34 PM EDT, Saman Rasheed wrote: >hi, can someone kindly update me on the question i raised on Mon, 22 >May, 17:14 > > >subject: > > >w

update please

2017-05-30 Thread Saman Rasheed
hi, can someone kindly update me on the question i raised on Mon, 22 May, 17:14 subject: without termfeq - returning the number of terms/or regex of terms in a document

Re: JSON facet performance for aggregations

2017-05-25 Thread Saman Rasheed
hi yonik, i like your work on solr very much, and i'm hoping it can deliver what we are looking to acheive here... and apologies for the direct aproach but i dont i have a choice, i've sumitted the request below to the mailing list and i still havent had a reply ... and part of me wondering it

without termfeq - returning the number of terms/or regex of terms in a document

2017-05-22 Thread Saman Rasheed
i have an english book which i have indexed its contents successfully into field called 'content, with the following properties: so if need to return the number of a specific term regex e.g. '*olomo*' then my document should contain 2 and give me 'Solomon' with a term frequency = 2. I've t

counting_number_of_term_in_a_doc

2017-04-26 Thread Saman Rasheed
Hi, I've been trying to figure out how to return the (number) of matching words in a regex term lookup with no luck. Basically i have a large text document indexed, next when i do a regex term lookup like the following: http://localhost:8983/solr/core1/terms?terms.fl=content&terms.regex=.*te

termfreq usage/syntax

2017-04-25 Thread Saman Rasheed
hi Solr team, i'm starting to have fun with solr, and i'm in a big project that requires me to index some books and then do certain term lookups on them. I'm using windows 10 and i've successfully managed to index a book containing more than 118,000 words! which is normal i guess. in the solr