Re: solrcloud with EKS kubernetes

2021-01-14 Thread Abhishek Mishra
Hi Jonathan, it was really helpful. Some of the metrics were crossing threshold like network bandwidth etc. Regards, Abhishek On Sat, Dec 26, 2020 at 7:54 PM Jonathan Tan wrote: > Hi Abhishek, > > Merry Christmas to you too! > I think it's really a question regarding your in

Re: Solr background merge in case of pull replicas

2021-01-07 Thread Abhishek Mishra
the reason for the increase in response time. Regards, Abhishek On Thu, Jan 7, 2021 at 12:43 PM kshitij tyagi wrote: > Hi, > > I am not querying on tlog replicas, solr version is 8.6 and 2 tlogs and 4 > pull replica setup. > > why should pull replicas be affected during backgro

Re: How pull replica works

2021-01-07 Thread Abhishek Mishra
Thanks, Tomas. It was really helpful. Regards, Abhishek On Thu, Jan 7, 2021 at 7:03 AM Tomás Fernández Löbbe wrote: > Hi Abhishek, > The pull replicas uses the "/replication" endpoint to copy full segment > files (sections of the index) from the leader. It works in a similar

How pull replica works

2021-01-05 Thread Abhishek Mishra
I want to know how pull replica replicate from leader in real? Does internally admin API get data from the leader in form of batches? Regards, Abhishek

Re: solrcloud with EKS kubernetes

2020-12-23 Thread Abhishek Mishra
Hi Jonathan, Merry Christmas. Thanks for the suggestion. To manage IOPS can we do something on rate-limiting behalf? Regards, Abhishek On Thu, Dec 17, 2020 at 5:07 AM Jonathan Tan wrote: > Hi Abhishek, > > We're running Solr Cloud 8.6 on GKE. > 3 node cluster, running 4 cpus

Re: solrcloud with EKS kubernetes

2020-12-13 Thread Abhishek Mishra
. Like recovery takes some time more than one hour. Regards, Abhishek On Thu, Dec 10, 2020 at 10:23 AM Houston Putman wrote: > Hello Abhishek, > > It's really hard to provide any advice without knowing any information > about your setup/usage. > > Are you giving your Solr po

solrcloud with EKS kubernetes

2020-12-08 Thread Abhishek Mishra
Hello guys, We are kind of facing some of the issues(Like timeout etc.) which are very inconsistent. By any chance can it be related to EKS? We are using solr 7.7 and zookeeper 3.4.13. Should we move to ECS? Regards, Abhishek

Migrating from solr 7.7 to solr 8.6 issues

2020-12-07 Thread Abhishek Mishra
We are trying to migrate from solr 7.7 to solr 8.6 on Kubernetes. We are using zookeeper-3.4.13. While adding a replica to the cluster, it returns 500 status code. While in the background it is added sometimes successfully while sometime it is in the inactive node. We are using http2 without SSL.

Inconsistent recovery status of replicas

2020-12-07 Thread Abhishek Mishra
Hello guys I am using Solr cloud 7.7 on Kubernetes. During the adding of replica sometimes we see inconsistency after successful addition nodes go to recovery status sometimes it takes 2-3 minute to recover while sometimes it takes more than an hour. We are getting this error. We have 4 shards each

Re: Custom cache for Solr Cloud mode

2019-06-06 Thread abhishek
me ? (CoreAdminRequest.setAction(CoreAdminAction.STATUS); CoreAdminRequest.process(solrClient); -> gives me list of cores correctly) -Abhishek -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Custom cache for Solr Cloud mode

2019-06-04 Thread Abhishek Dnyate
(_core, _core.getNewIndexDir(), _core.getLatestSchema(), _core.getSolrConfig().indexConfig, “test query", false, _core.getDirectoryFactory()); But getAllCoreNames return me empty list of SolrCore objects. So it didn’t work. Not sure, what am I missing , any pointer would be greatly appreciated. Regards, Abhishek

Re: Error:Missing Required Fields for Atomic Updates

2018-11-19 Thread abhi Abhishek
ame(); throw new SolrException( SolrException.ErrorCode.BAD_REQUEST, msg ); } } } } Cheers! Abhishek On Tue, Nov 20, 2018 at 11:47 AM Rahul Goswami wrote: > What is the Router name for your collection? Is it "implicit" (You can > know this from the "Overview" of

regarding 'sharedlib' in solr

2018-09-07 Thread Abhishek Agarwal
updating schema.xml of my core but when I am loading core ,it is giving error 'unsafe loading' .and not getting reload. Please help me in this. -- Thanks, Abhishek Agarwal

SOLR 7.x stable version

2018-08-13 Thread abhi Abhishek
Hi All - I am using SOLR Cloud v6.5.0 and looking to upgrade it to SOLR 7.x; any suggestions which are the most stable version in SOLR 7.x series. from my initial reading, I see until SOLR 7.2 we had issues with CDCR updates. Thank you for your suggestions. Thanks, Abhishek

Re: Reg:- Create Solr Core Using Command Line

2018-02-06 Thread abhi Abhishek
you can try using the post Tool. https://lucene.apache.org/solr/guide/6_6/post-tool.html bin/post -c film example/books_data.csv Cheers! Abhishek On Tue, Feb 6, 2018 at 1:22 PM, @Nandan@ wrote: > Hi , > I created core name as "films". Now I am trying to insert my csv file

Re: Reg:- Create Solr Core Using Command Line

2018-02-05 Thread abhi Abhishek
directory ( i.e, schema.xml, solrconfig.xml, also various supporting files referred in the schema.xml) you specified on the command line? can you share the conf directory, if you can? Cheers! Abhishek On Tue, Feb 6, 2018 at 9:30 AM, @Nandan@ wrote: > Hi Sadiki, > I checked Sample Techproduc

SOLR Metric Reporting to graphite

2017-08-06 Thread abhi Abhishek
gt; 8126 8126 statsd admin <https://github.com/etsy/statsd/blob/v0.7.2/docs/admin_interface.md> <https://github.com/hopsoft/docker-graphite-statsd#mounted-volumes> please advice if i am doing something wrong here. Thanks, Abhishek

Odd Boolean Query behavior in SOLR 3.6

2017-06-13 Thread abhi Abhishek
t=on&debugQuery=true è returns 1600 matches filter_queries:(-documentTypeId:3 AND companyId:29096) parsed_filter_queries:-documentTypeId:3 +companyId:29096 Can you please help me understand what am I missing here? Thanks in Advance. Thanks & Best Regards, Abhishek

Re: Proximity Search using edismax parser.

2017-06-12 Thread abhi Abhishek
owing stack overflow link which describes the transpositions done when one is looking for phrase with slop 4. is there a guide to understand this? https://stackoverflow.com/questions/25558195/lucene-proximity-search-for-phrase-with-more-than-two-words Thanks in advance. Best Regards, Abhishek O

Proximity Search using edismax parser.

2017-06-12 Thread abhi Abhishek
I am interested in understanding the intermediate steps involved here to understand the search behavior and determine how results are being matched to the search phrase. Thanks in Advance, Abhishek

Re: edismax parsing confusion

2017-04-04 Thread Abhishek Mishra
Hello guys sorry for late response. @steve I am using solr 5.2 . @greg i am using default mm from config file(According to me it is default mm is 1). Regards, Abhishek On Tue, Apr 4, 2017 at 5:27 AM, Greg Pendlebury wrote: > eDismax uses 'mm', so knowing what that has been set to

edismax parsing confusion

2017-04-03 Thread Abhishek Mishra
test_product:400^5.0 | product_id:400))) DisjunctionMaxQuery(("":"handbags between rs150 ? rs 400")) FunctionQuery(sum(product(float(new_popularity),const(100)),if(exists(float(third_price)),const(50),const(0)/no_coord *according to me difference between dismax and edismax is based on some extra features plus working of boosting fucntions.* Regards, Abhishek

Re: [EXTERNAL] Re: Does anybody crawl to a database and then index from the database to Solr?

2016-05-15 Thread abhi Abhishek
Clayton you could also try running and optimize on the SOLR index as a weekly/bi weekly maintenance task to keep the segment count in check and the maxdoc , numdoc count as close as possible (in DB terms de-fragmenting the solr indexes) Best Regards, Abhishek On Sun, May 15, 2016 at 7

Re: SOLR Upgrade 3.x to 4.10

2016-04-12 Thread abhi Abhishek
from pain of re-indexing. any thoughts for the same would help. Best Regards, Abhishek On Wed, Apr 13, 2016 at 6:18 AM, Shawn Heisey wrote: > On 4/12/2016 6:10 AM, abhi Abhishek wrote: > > I have SOLR 3.6 running currently, i am planning to upgrade this to > > SOLR 4.10.

SOLR Upgrade 3.x to 4.10

2016-04-12 Thread abhi Abhishek
the data Seeking advice for minimum time to upgrade this with most features of SOLR 4.10 Thanks in Advance Best Regards, Abhishek

Re: Solr 4 replication

2016-04-05 Thread abhi Abhishek
Thanks MIkhail. is there a way to have a push Replication. any Contributions or Anything what could in this case? Thanks, Abhishek On Tue, Apr 5, 2016 at 1:29 AM, Mikhail Khludnev wrote: > It's pull, but you can trigger pulling. > > On Mon, Apr 4, 2016 at 9:19 PM, abhi A

Solr 4 replication

2016-04-04 Thread abhi Abhishek
Hi all, Is solr 4 replication push or pull? Best Regards, Abhishek

Re: Need a group custom function(fieldcollapsing)

2016-03-15 Thread Abhishek Mishra
Any update on this??? On Mon, Mar 14, 2016 at 4:06 PM, Abhishek Mishra wrote: > Hi all > We are running on solr5.2.1 . Now the requirement come that we need the > data on basis on some algo. The algorithm part we need to put on result > obtained from query. So best we can

Need a group custom function(fieldcollapsing)

2016-03-14 Thread Abhishek Mishra
algorithm part. My doubts are where we need to put custom function in which file??. I found some articles related to this https://dzone.com/articles/how-write-custom-solr in this it's not explained where to put the code part in which file. Regards, Abhishek

Re: Determine if Merge is triggered in SOLR

2016-01-31 Thread abhi Abhishek
Hi All, any suggestions/ ideas? Thanks, Abhishek On Tue, Jan 26, 2016 at 9:16 PM, abhi Abhishek wrote: > Hi All, > is there a way in SOLR to determine if a merge has been triggered in > SOLR? is there a API exposed to query this? > > if its not available is there a way

Determine if Merge is triggered in SOLR

2016-01-26 Thread abhi Abhishek
Hi All, is there a way in SOLR to determine if a merge has been triggered in SOLR? is there a API exposed to query this? if its not available is there a way to do the same using lucene jar files available in the SOLR libs? Appreciate your help. Best Regards, Abhishek

Stable Versions in Solr 4

2015-12-28 Thread abhi Abhishek
Hi All, i am trying to determine stable version of SOLR 4. is there a blog which we can refer.. i understand we can read through Release Notes. I am interested in user reviews and challenges seen with various versions of SOLR 4. Appreciate your contribution. Thanks, Abhishek

Re: new data structure for some fields

2015-12-21 Thread Abhishek Mishra
; If you want to apply these sorting rules for all docs, then specify the > > sorting in your solrconfig. If you only want It for a certain subset then > > apply the parameter from code at the app level > > > > On Mon, 21 Dec 2015, 16:49 Abhishek Mishra wrote: > > >

Re: new data structure for some fields

2015-12-21 Thread Abhishek Mishra
ocument, how many categories or integers are > associated with it? > > On Mon, 21 Dec 2015, 14:43 Abhishek Mishra wrote: > > > Hello all > > > > i am facing some kind of requirement that where for an id p1 is > associated > > with some category_ids c1,c2,c3,c4 w

new data structure for some fields

2015-12-21 Thread Abhishek Mishra
-valued attribute. [c1,c2,c3,c4] something like this. we are querying into it. But from now we also need to find which integer b1,b2,b3.. associated with given category and also sort the whole query on it. sorry for any typos.. Regards Abhishek

Re: working of Sharded Query in SOLR 3.6

2015-09-09 Thread abhi Abhishek
Hi, Thanks for the reply Shawn and Mugeesh. I was just trying to understand the working of Distributed Querying in SOLR. Thanks, Abhishek Das On Wed, Sep 9, 2015 at 8:18 PM, Mugeesh Husain wrote: > You are correct for distributed search. > do worry care about join, solr will agg

working of Sharded Query in SOLR 3.6

2015-09-09 Thread abhi Abhishek
Best Regards, Abhishek Das

Re: Unable to identify why faceting is taking so much time

2015-05-13 Thread Abhishek Gupta
Toke thanks for a quick reply. I am still confused, pls find the doubts I have inline: On Mon, May 11, 2015 at 1:22 PM Toke Eskildsen wrote: > On Mon, 2015-05-11 at 05:48 +0000, Abhishek Gupta wrote: > > According to this there are 137 records. Now I am faceting over these 137 > &g

Unable to identify why faceting is taking so much time

2015-05-10 Thread Abhishek Gupta
I trying to facet over some data. My query is: http://localhost:9020/search/p1-umShard-1/select?q=*:*&fq=(msgType:38+AND+snCreatedTime:[2015-04-15T00:00:00Z%20TO%20*])&debug=timing&wt=json&rows=0 { - responseHeader: { - status: 0, - QTime: 45 }, - response: { -

Errors during Indexing in SOLR 4.6

2015-04-14 Thread abhi Abhishek
. can someone help in debugging this. any fixes/solutions? Thanks in Advance. Best Regards, Abhishek

Re: SOLR Index in shared/Network folder

2015-03-29 Thread abhi Abhishek
ke to reduce this overhead, can you suggest something for this? Thanks in Advance Best Regards, Abhishek On Sat, Mar 28, 2015 at 12:13 AM, Erick Erickson wrote: > To pile on: If you're talking about pointing two Solr instances at the > _same_ index, it doesn't matter whether

ZFS File System for SOLR 3.6 and SOLR 4

2015-03-26 Thread abhi Abhishek
Hello, i am trying to use ZFS as filesystem for my Linux Environment. are there any performance implications of using any filesystem other than ext-3/ext-4 with SOLR? Thanks in Advance Best Regards, Abhishek

SOLR Index in shared/Network folder

2015-03-26 Thread abhi Abhishek
Greetings, I am trying to use a network shared location as my index directory. are there any known problems in using a Network File System for running a SOLR Instance? Thanks in Advance. Best Regards, Abhishek

Re: data import

2015-03-19 Thread abhishek tiwari
ed="true" stored="true" multiValued="true"/>< field name="speaker_configuration" type="text_path_new" indexed="true" stored="true" multiValued="true"/> id < copyField so

Re: not able to import Data through DIH solr 4.2.1

2015-03-18 Thread abhishek tiwari
Analyzers, Tokenizers, Filters, URPs and even a newsletter: > http://www.solr-start.com/ > > > On 19 March 2015 at 01:00, abhishek tiwari wrote: > > Alex thanks for replying > > my solrconfig : > > > > > < >

Re: not able to import Data through DIH solr 4.2.1

2015-03-18 Thread abhishek tiwari
gt; Looks like a custom driver. Is the driver name correct? Is the library > declared in solrconfig.xml? Is the library path correct (use absolute > path if in doubt). > > Regards, >Alex. > > > Solr Analyzers, Tokenizers, Filters, URPs and even a newsletter: > htt

not able to import Data through DIH solr 4.2.1

2015-03-18 Thread abhishek tiwari
Please provide the basic steps to resolve the issue Getting following error Full Import failed:java.lang.RuntimeException: java.lang.RuntimeException: org.apache.solr.handler.dataimport.DataImportHandlerException: Could not load driver: com.mysql.jdbc.Driver Processing Document # 1

data import

2015-03-13 Thread abhishek tiwari
solr indexing taking too much time . What should i do to reduce time . working on solr 4.0.

SOLR Backup and Restore - Solr 3.6.1

2015-03-01 Thread abhi Abhishek
ution that provides compression to reduce storage overhead. thanks in advance Regards, Abhishek

Solr Memory Usage - How to reduce memory footprint for solr

2015-01-06 Thread Abhishek Sharma
*Q* - I am forced to set Java Xmx as high as 3.5g for my solr app.. If i keep this low, my CPU hits 100% and response time for indexing increases a lot.. And i have hit OOM Error as well when this value is low.. Is this too high? If so, how can I reduce this? *Machine Details* 4 G RAM, SSD *Solr

"facet.mincount=0" returns facet values with 0 counts for "q=*" query

2014-12-09 Thread Abhishek Sharma
Hi, Can any one help me understand what does it mean to have facet results like this - "values": [ "4th of july flags", 0, "angela moore", 0, "anklets", 0, "applique flags",

Re: explaination of query processing in SOLR

2014-08-12 Thread abhi Abhishek
Thanks Alex and Jack for the direction, actually what i was trying to understand was how various files had an effect on the search. Thanks, Abhishek On Fri, Aug 8, 2014 at 6:35 PM, Alexandre Rafalovitch wrote: > Abhishek, > > Your first part of the question is interesting, but your

explaination of query processing in SOLR

2014-08-08 Thread abhi Abhishek
to understand the code path of the search functionality also significance of various files in the solr directory such as .tvx, .tcd, .frq, etc. Regards, Abhishek Das

Typecast non stored string field for sorting

2014-04-23 Thread abhishek jain
create a new field with the value from non stored field? Please advise. Thanks Abhishek -- Thanks and kind Regards, Abhishek jain +91 9971376767

Stopping Solr instance

2014-04-08 Thread abhishek jain
Hi friends, What is the best way to stop solr from command line, the command with the stop port and secret key as given in most online help links don't work for me all time, I have to kill it most times ! i have though noted excessive swap usage when i have to kill it. Is there a link between sw

Error handling in Solr.

2014-04-08 Thread abhishek jain
at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543) at java.lang.Thread.run(Unknown Source) Please help, -- Thanks and kind Regards, Abhishek jain +91 9971376767

Re: AND not as a boolean operator in Phrase

2014-04-02 Thread abhishek jain
Hi, Ok thanks, i want to search for phrase "A and B" with the *and *word sandwiched between A and B. I dont want to work with and as a boolean operator when within quotes. I have and as a stop word and i dont want to reindex data. What is my best bet. thanks abhishek jain On Sun, Ma

Re: Strange behavior while deleting

2014-03-31 Thread abhishek . netjain
Hi, These settings are commented in schema. These are two different solr severs and almost identical schema ‎with the exception of one stemmed field. Same solr versions are running. Please help. Thanks  Abhishek   Original Message   From: Jack Krupansky Sent: Monday, 31 March 2014 14:54 To

Strange behavior while deleting

2014-03-31 Thread abhishek jain
file to delete from both the indexes. Please advise asap, thanks -- Thanks and kind Regards, Abhishek

Re: AND not as a boolean operator in Phrase

2014-03-26 Thread abhishek jain
er which cause "and" to be removed. > > -- Jack Krupansky > > -Original Message- From: abhishek jain Sent: Tuesday, March 25, > 2014 1:29 PM To: solr-user@lucene.apache.org Subject: AND not as a > boolean operator in Phrase > hi friends, > > when i sear

AND not as a boolean operator in Phrase

2014-03-25 Thread abhishek jain
hi friends, when i search for "A and B" it gives me result for A , B , i am not sure why? Please guide how can i exact match when it is within phrase/quotes. -- Thanks and kind Regards, Abhishek jain

Re: Optimizing RAM

2014-03-11 Thread abhishek jain
serve queries from master or only from slaves? or it doesnt matter? thanks Abhishek On Tue, Mar 11, 2014 at 9:12 PM, Shawn Heisey wrote: > On 3/11/2014 6:14 AM, abhishek.netj...@gmail.com wrote: > > Hi all, > > What should be the ideal RAM index size ratio. > > > > ple

Re: Optimizing RAM

2014-03-11 Thread abhishek . netjain
Hi all, What should be the ideal RAM index size ratio. please reply I expect index to be of size of 60 gb and I dont store contents.  Thanks  Abhishek   Original Message   From: abhishek.netj...@gmail.com Sent: Monday, 10 March 2014 09:25 To: solr-user@lucene.apache.org Cc: Erick Erickson

Re: Which Tokenizer to use at searching

2014-03-10 Thread abhishek jain
. but the problem is A punct B is still one word and not tokenized further application of filter, Is there a way i can tokenize after application of filter, please suggest i know i am missing something basic. thanks abhishek On Mon, Mar 10, 2014 at 2:06 AM, wrote: > Hi > Oops my bad.

Re: Optimizing RAM

2014-03-09 Thread abhishek . netjain
Hi, If I go with copy field than will it increase I/O load considering I have RAM less than one third of total index size? Thanks  Abhishek   Original Message   From: Erick Erickson Sent: Monday, 10 March 2014 01:37 To: solr-user@lucene.apache.org Reply To: solr-user@lucene.apache.org Subject

Re: Which Tokenizer to use at searching

2014-03-09 Thread abhishek . netjain
Hi, I meant that while searching A AND B should return result individually and when together with a AND.  I want "A B" should not give result. Though A,B is indexed with StandardTokenizer.  Thanks  Abhishek   Original Message   From: Furkan KAMACI Sent: Monday, 10 March 2014 06:1

Re: Which Tokenizer to use at searching

2014-03-09 Thread abhishek . netjain
‎Hi Oops my bad. I actually meant While indexing A,B  A and B should ‎give result but  "A B" should not give result. Also I will look at analyser. Thanks  Abhishek   Original Message   From: Erick Erickson Sent: Monday, 10 March 2014 01:38 To: abhishek jain Subject: Re: Which Tokeni

Re: Which Tokenizer to use at searching

2014-03-09 Thread abhishek jain
n. Thanks abhishek On Sun, Mar 9, 2014 at 11:49 PM, Erick Erickson wrote: > You've contradicted yourself, so it's hard to say. Or > I'm mis-reading your messages. > > bq: During indexing i want to token on all punctuations, so i can use > StandardTokenize

Optimizing RAM

2014-03-09 Thread abhishek jain
only from slaves? -- Thanks, Abhishek

Re: Which Tokenizer to use at searching

2014-03-09 Thread abhishek jain
hi, Thanks for replying promptly, an example: I want to index for A,B but when i search A AND B, it should return result, when i search for "A,B" it should return result. Also Ideally when i search for "A , B" (with space) it should return result. please advice than

Which Tokenizer to use at searching

2014-03-09 Thread abhishek jain
? -- Thanks and kind Regards, Abhishek jain

Remove stemming without reindexing - currently using KStem

2014-02-01 Thread abhishek jain
Hi Friends, Is it possible to remove stemming without having to reindex the entire data, I am using KStem. Can we do so by query itself, not sure how? I am not using dismax. Thanks Abhishek

RE: Special character search in Solr and boosting without altering the resultset

2014-02-01 Thread abhishek jain
Hi, Thanks for replying but if i understand right: q=term1 term2^0.6 means it will search for term1 and term2 and somewhat less boost to term2, I want to search only for term1 and if the term2 exists boost by a positive factor . I am not able to make such a query . Thanks Abhishek

RE: Special character search in Solr and boosting without altering the resultset

2014-02-01 Thread abhishek jain
Hi, Ok thanks, will look more into it, Any info on boosting without altering the resultset? Thanks Abhishek > -Original Message- > > Hi Abhishek, > > dot is not a special character. Your field type / analyzer is stripping > that character. Please see simil

Special character search in Solr and boosting without altering the resultset

2014-01-31 Thread abhishek jain
boost some terms within a resultset. I mean I want to boost a term within a result and I don't want to fire a separate query. I couldn't use OR operator as it will modify the resultset. I want to use a single query and boost. I don't want to use dismax query as well, Please advice. Thanks, Abhishek

Re: Need help on Solr

2013-06-20 Thread Abhishek Bansal
As I am running Solr on windows + tomcat I am using below command to index pdf. I hope this command is not faulty. Please check java -jar -Durl=" http://localhost:8080/solr-4.3.0/update/extract?literal.id=1&commit=true"; post.jar sample.pdf with regards, Abhishek Bansal On 20 J

Re: Need help on Solr

2013-06-20 Thread Abhishek Bansal
Yeah I know, out of the box there is one id field. I removed it from schema.xml I have also added below code to automatically generate an ID. with regards, Abhishek Bansal On 20 June 2013 21:49, Shreejay wrote: > org.apache.solr.common.SolrException: [schema.xml] Duplicate fi

Need help on Solr

2013-06-20 Thread Abhishek Bansal
.concurrent.FutureTask.run(FutureTask.java:138) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918) ... 1 more with regards, Abhishek Bansal

Need solr query help

2013-05-09 Thread Abhishek tiwari
We are doing spatial search. with following logic. a) There are shops in a city . Each provides the facility of home delivery b) each shop has different max_delivery_distance . Now my query is suppose some one is searching from point P1 with radius R. User wants the result of shops those can del

Re: Solr performance issues for simple query - q=*:* with start and rows

2013-04-29 Thread Abhishek Sanoujam
with &distrib=false) to avoid this issue. -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com Solr Training - www.solrtraining.com 29. apr. 2013 kl. 09:17 skrev Abhishek Sanoujam : We have a solr core with about 115 million documents. We are trying to migrate da

Solr performance issues for simple query - q=*:* with start and rows

2013-04-29 Thread Abhishek Sanoujam
dler.component.SearchHandler.handleRequestBody(SearchHandler.java:208) at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:135) at org.apache.solr.core.SolrCore.execute(SolrCore.java:1817) at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:639) at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:345) at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:141) -- - Cheers, Abhishek

Re: DocValues with docValuesFormat="Disk"

2013-04-23 Thread Abhishek Sanoujam
Answering myself - adding this line in solrconfig.xml made it work: On 4/23/13 3:42 PM, Abhishek Sanoujam wrote: Hi all, I am trying to experiment with DocValues (http://wiki.apache.org/solr/DocValues) and use the "Disk" docValuesFormat. Here's how my field type declara

DocValues with docValuesFormat="Disk"

2013-04-23 Thread Abhishek Sanoujam
g.apache.solr.core.SolrCore.(SolrCore.java:735) ... 13 more Is there any other config change that I need to do? I've read http://wiki.apache.org/solr/DocValues multiple times, but am unable to see any light to solve the problem. -- - Cheers, Abhishek

How to generate multiple tokens on same position through TokenFilter

2013-04-06 Thread Abhishek Pratap Singh
code, please guide to overcome this exception. I am also not clear if it is related to the blank starting tokens in the last filter chain output. -- Regards Abhishek Pratap Singh

Re: help to build query

2013-01-31 Thread Abhishek tiwari
r an AND or an OR? > > Or at least fully express those two queries, unambiguously in plain > English. There is too much ambiguity present to give you any solid > direction. > > -- Jack Krupansky > > -Original Message- From: Abhishek tiwari > Sent: Wednesday, January

Re: Error

2012-04-12 Thread Abhishek tiwari
that supports the "termfreq" function. > > Best > Erick > > On Thu, Apr 12, 2012 at 4:08 AM, Abhishek tiwari > wrote: > > > http://xyz.com:8080/newschema/mainsearch/select/?q=*%3A*&version=2.2&start=0&rows=10&indent=on&sort=termfreq%28cuisine_pr

Re: query help

2012-03-29 Thread Abhishek tiwari
s either, > sorry. > > Best > Erick > > On Thu, Mar 29, 2012 at 8:27 AM, Abhishek tiwari > wrote: > > a) No. i do not want to sort the content within document . > > I want to sort the documents . > > b) As i have explained i have result set( documents ) and

Re: query help

2012-03-29 Thread Abhishek tiwari
e document is something you'd > have to do when you index, Solr doesn't rearrange the > contents of a document. > > If all you want to do is display the results within the document > in order, your app can do that as it builds the display page. > > Best > Erick >

query help

2012-03-28 Thread Abhishek tiwari
Hi , i have multi valued field want to sort the docs order the particular text eq:'B1' is added. how i should query? ad_text is multivalued field. t B1 B2 B3 B2 B1 B3 B1 B2 B3 B3 B2 B1

Re: schema design help

2012-03-13 Thread Abhishek tiwari
with title "Striker". So which one is better: - 3 queries to independent cores and clubbing data - Single query to one core which contains all the data. Thanks Abhishek On Thu, Mar 8, 2012 at 11:07 AM, Gora Mohanty wrote: > On 8 March 2012 11:05, Abhishek tiwari > wrote

Re: schema design help

2012-03-07 Thread Abhishek tiwari
, 2012 at 10:49 AM, Gora Mohanty wrote: > On 8 March 2012 10:40, Abhishek tiwari > wrote: > > my page have layout in following manner > > *All tab* :which will contain all entities (Establishment/Event/Movie) > > Establishment: contain Establishment search results >

Re: schema design help

2012-03-07 Thread Abhishek tiwari
schema ? On Thu, Mar 8, 2012 at 10:21 AM, Walter Underwood wrote: > You should create multiple cores when each core is an independent search. > If you have three separate search pages, you may want three separate cores. > > wunder > Search Guy, Chegg.com > > On Mar 7, 2012, at 8:4

Re: schema design help

2012-03-07 Thread Abhishek tiwari
; 2. Each result is a document in Solr. > 3. Each displayed item is a stored field in Solr. > 4. Each searched item is an indexed field in Solr. > > It may help to think of this as a big flat materialized view in your DBMS. > > wunder > Search Guy, Chegg.com > > On

Re: schema design help

2012-03-06 Thread Abhishek tiwari
data ( stored data) to reduce RDBMS query.. please suggest me how to proceed for schema design.. single core or multiple core for each entity? On Tue, Mar 6, 2012 at 7:40 PM, Gora Mohanty wrote: > On 6 March 2012 18:01, Abhishek tiwari > wrote: > > i am new in solr want help in

Re: Writing a french Solr book - Ecrire un livre en français

2012-01-29 Thread Abhishek Tyagi
l for francophone community? > > Thanks > -SR -- Abhishek Tyagi Let's just say.. I'm the Frankenstein's Monster.

Re: Nutch and Solr search on the fly

2011-02-09 Thread .: Abhishek :.
Charan > > On Wed, Feb 9, 2011 at 6:26 AM, .: Abhishek :. wrote: > > > Hi Erick, > > > > Thanks a bunch for the response > > > > Could be a chance..but all I am wondering is where to specify the depth > in > > the whole entire process in th

Re: Nutch and Solr search on the fly

2011-02-09 Thread .: Abhishek :.
ot; > Best > Erick > > On Wed, Feb 9, 2011 at 9:06 AM, .: Abhishek :. wrote: > > > Hi Markus, > > > > I am sorry for not being clear, I meant to say that... > > > > Suppose if a url namely > > www.somehost.com/gifts/greetingcard.html(which<h

Re: Nutch and Solr search on the fly

2011-02-09 Thread .: Abhishek :.
quence then you, of course, only see those > URL's. > If you don't index a segment after it's being parsed, you need to do it > later > on. > > On Wednesday 09 February 2011 04:29:44 .: Abhishek :. wrote: > > Hi all, > > > > I am a newbie to

Nutch and Solr search on the fly

2011-02-08 Thread .: Abhishek :.
Hi all, I am a newbie to nutch and solr. Well relatively much newer to Solr than Nutch :) I have been using nutch for past two weeks, and I wanted to know if I can query or search on my nutch crawls on the fly(before it completes). I am asking this because the websites I am crawling are really

Question on Tokenizing email address

2010-02-09 Thread Abhishek Srivastava
st exactly match the "for" column value for that document/record to be returned. How can I do this? Regards, Abhishek

  1   2   >