Re: Stopwords impact on search

2020-04-24 Thread Rohan Kasat
So do we use stopwords filter as part of query analyzer, to avoid highlighting of these stop words ? Regards, Rohan On Fri, Apr 24, 2020 at 7:45 AM Walter Underwood wrote: > Agreed. Here is an article from 13 years ago when I accidentally turned on > stopword removal at Netflix. It caus

Re: Re: Query on autoGeneratePhraseQueries

2019-10-15 Thread Rohan Kasat
Also check , pf , pf2 , pf3 ps , ps2, ps3 parameters for phrase searches. Regards, Rohan K On Tue, Oct 15, 2019 at 6:41 AM Audrey Lorberfeld - audrey.lorberf...@ibm.com wrote: > I'm not sure how your config file is setup, but I know that the way we do > multi-token synonyms is to h

Re: Solr crash | GC issue

2019-08-16 Thread Rohan Kasat
Thanks Shawn. I saw that error when the solr crashed last time. Am waiting to see if it happens again and to capture the compete error log. Regards, Rohan Kasat On Fri, Aug 16, 2019 at 2:36 PM Shawn Heisey wrote: > On 8/16/2019 11:59 AM, Rohan Kasat wrote: > > I see the OOM fil

Re: Solr crash | GC issue

2019-08-16 Thread Rohan Kasat
Any things specific i should be checking ? Regards, Rohan Kasat On Fri, Aug 16, 2019 at 12:23 PM Shawn Heisey wrote: > On 8/16/2019 8:23 AM, Rohan Kasat wrote: > > I have a Solr Cloud setup of 3 solr servers 7.5 version. > > 24GB heap memory is allocated to each solr server a

Solr crash | GC issue

2019-08-16 Thread Rohan Kasat
is just 1 %. I am attaching the gc logs from 3 servers. Can you please help in analyzing yje logs and comments to improve https://gist.github.com/rohankasat/cee8203c0c12983d9839b7a59047733b -- *Regards,Rohan Kasat*

Fwd: Issue with indexing document - solr 7.5

2019-06-15 Thread Rohan Kasat
Hi All, Am indexing json documents with parent child relationship and have the following schema on Solr 7.5 Schema - id Document - { "id": "Year-2019", "year": 2019, "_childDocuments_": [ { "id": "5-2019", "month": 5 } ] } and the error am g

Issue with indexing document - solr 7.5

2019-06-14 Thread Rohan Kasat
Hi All, Am indexing json documents with parent child relationship's and have the following schema on Solr 7.5 id Document - { "id": "Year-2019", "year": 2019, "_childDocuments_": [ { "id": "5-2019", "month": 5 } ] } and the error am getting

Re: Copy index from lower environment to Production | SolrCloud

2019-06-04 Thread Rohan Kasat
Thank you so much Erick. Will check these out. Regards, Rohan Kasat On Tue, Jun 4, 2019 at 12:54 PM Erick Erickson wrote: > > (t’s usually far easier to create a new collection in your upper > environment and index to _that_. Once the indexing is done, use the > Collections API

Copy index from lower environment to Production | SolrCloud

2019-06-04 Thread Rohan Kasat
collection from cloud on lower environment to Production solrcloud instance ? -- *Regards,Rohan Kasat*

Re: Control Solr spellcheck functionality to provide suggestions for correct word

2019-04-06 Thread Rohan Kasat
Hi Rashi, Can you try with 0 Also you can play with maxqueryfrequency value. Regards, Rohan On Sat, Apr 6, 2019 at 2:53 AM Rashi wrote: > Hi Rohan, > > Sharing the configuration: > > > text_suggest > > > > default > title &g

Re: Control Solr spellcheck functionality to provide suggestions for correct word

2019-04-05 Thread Rohan Kasat
Hi Rashi, Can you share your spellcheck configuration, it will be easy to check from the configuration? Regards, Rohan Kasat On Fri, Apr 5, 2019 at 10:29 AM rashi gandhi wrote: > HI, > > I am working on Solr spellcheck feature, and I am using index based > spellcheck dictionary

Re: Solr Auto correct user query

2019-02-20 Thread Rohan Kasat
Can you share your config file and use case ? Its difficult to guess how you have configured the component. Regards, Rohan Kasat On Wed, Feb 20, 2019 at 12:21 AM Prasad_sarada wrote: > Hi, > I want to implement solr auto correct feature, i have tried doing the spell > check one but no

Re: Tesseract language

2018-10-27 Thread Rohan Kasat
I used tess4j for image formats and Tika for scanned PDFs and images within PDFs. Regards, Rohan Kasat On Sat, Oct 27, 2018 at 12:39 AM Martin Frank Hansen (MHQ) wrote: > Hi Rohan, > > Thanks for your reply, are you using tess4j with Tika or on its own? I > will take a look at

Re: Tesseract language

2018-10-26 Thread Rohan Kasat
Hi Martin, Are you using it For image formats , I think you can try tess4j and use give TESSDATA_PREFIX as the home for tessarct Configs. I have tried it and it works pretty well in my local machine. I have used java 8 and tesseact 3 for the same. Regards, Rohan Kasat On Fri, Oct 26, 2018 at

Re: Query to multiple collections

2018-10-22 Thread Rohan Kasat
Thanks Shawn for the update. I am going ahead with the standard aliases approach , suits my use case. Regards, Rohan Kasat On Mon, Oct 22, 2018 at 4:49 PM Shawn Heisey wrote: > On 10/22/2018 1:26 PM, Chris Ulicny wrote: > > There weren't any particular problems we ran into si

Re: SOLR External Id field

2018-10-22 Thread Rohan Kasat
Hi Piyush, There can be only a single unique identifier for a particular collection. And you can index the external field as Id for already existing record and it will replace the existing record. Regards, Rohan Kasat On Mon, Oct 22, 2018 at 2:20 PM Rathor, Piyush (US - Philadelphia) < p

Re: Query to multiple collections

2018-10-22 Thread Rohan Kasat
Thanks Chris. This help. Regards, Rohan On Mon, Oct 22, 2018 at 12:26 PM Chris Ulicny wrote: > There weren't any particular problems we ran into since the client that > makes the queries to multiple collections previously would query multiple > cores using the 'shards&#

Re: SOLR External Id field

2018-10-22 Thread Rohan Kasat
Piyush, can you elaborate your question for external ID ? is this the field which distinguish each record in your indexes ? Regards, Rohan Kasat On Mon, Oct 22, 2018 at 11:46 AM Rathor, Piyush (US - Philadelphia) < prat...@deloitte.com> wrote: > Hi All, > > > > We are

Re: Query to multiple collections

2018-10-22 Thread Rohan Kasat
Thanks Alex. I check aliases but dint focused much , will try to relate more to my use case and have a look again at the same. I guess the specification of collection in the query should be useful. Regards, Rohan Kasat On Mon, Oct 22, 2018 at 11:21 AM Alexandre Rafalovitch wrote: > Have

Re: Query to multiple collections

2018-10-22 Thread Rohan Kasat
Thanks Chris for the update. I was thinking on the same grounds just wanted to check if you faced any specific issues. Regards, Rohan Kasat On Mon, Oct 22, 2018 at 11:20 AM Chris Ulicny wrote: > Rohan, > > I do not remember where I came across it or what restrictions exist on it,

Query to multiple collections

2018-10-22 Thread Rohan Kasat
? -- *Regards,Rohan*

Want to start contributing.

2018-08-20 Thread Rohan Chhabra
Hi all, I am an absolute beginner (dummy) in the field of contributing open source. But I am interested in contributing to open source. How do i start? Solr is a java based search engine based on Lucene. I am good at Java and therefore chose this to start. I need guidance. Help required!!

Fwd: Mobiles/Tablets for Repair

2013-11-08 Thread Rohan Thakur
duct kindly let me know, ZurePro will take care of it. :) Cheers!! -- Best Regards, Rohan Thakur

help regarding custom query which returns custom output

2013-09-09 Thread Rohan Thakur
know is there any solution that I call just one request URL and get all these three results and json feedback from solr. thanx regards rohan

Re: Sorting solr search results using multiple fields

2013-05-22 Thread Rohan Thakur
k thanks gora that what I was thinking but thought I should ask as there might be some solution in solr it self...the last option fine I would go with that only. thanks rohan On Thu, May 23, 2013 at 9:13 AM, Gora Mohanty wrote: > On 22 May 2013 19:37, Rohan Thakur wrote: > [...] >

Re: Sorting solr search results using multiple fields

2013-05-22 Thread Rohan Thakur
this using sort on multiple fields by separating them by commas, as described under http://wiki.apache.org/solr/CommonQueryParameters#sort but for that I would require 1 field having value greater(all equal say 2) for initial_boost field and smaller(all same say 1) for autosug field how can I do

Sorting solr search results using multiple fields

2013-05-22 Thread Rohan Thakur
boosting the initial_boost field but without the sort it does the above boost to the initial_boost than autosug but as I add sort=pop desc documents gets sorted according to pop field disturbing the boost on the fields that I had set. help anyone... thanks in advance. regards Rohan

Re: indexing unrelated tables in single core

2013-05-21 Thread Rohan Thakur
thanks gora I got that...have to change in the DB itself... On Fri, May 17, 2013 at 6:27 PM, Gora Mohanty wrote: > On 16 May 2013 19:11, Rohan Thakur wrote: > > hi Mohanty > > > > I tried what you suggested of using id as common field and changing the > SQL > >

Re: indexing unrelated tables in single core

2013-05-16 Thread Rohan Thakur
the tablesbut this is not correct as both the product_id and query_id has no relation as such both are representing separate things in each tables. regards Rohan On Thu, May 16, 2013 at 5:11 PM, Gora Mohanty wrote: > On 16 May 2013 16:24, Rohan Thakur wrote: > > hi > > > > I

Re: indexing unrelated tables in single core

2013-05-16 Thread Rohan Thakur
hi mohanty I appreciate it but dint get that can you please elaborate? my dataconfig is like: my schema is like: value_id title thanks regards Rohan On

Re: indexing unrelated tables in single core

2013-05-16 Thread Rohan Thakur
rejecting other table as document when I am taking primary key of one table as unique key in the solr schema...and vice verca.how to solve this? On Thu, May 16, 2013 at 4:24 PM, Rohan Thakur wrote: > hi > > I got the problem it is with the unique key defined in the schema.xml > if i dif

Re: indexing unrelated tables in single core

2013-05-16 Thread Rohan Thakur
want to index both the tables which are basically unrelated that is does not have any *Common* fields thanks rohan On Thu, May 16, 2013 at 3:24 PM, Michael Della Bitta < michael.della.bi...@appinions.com> wrote: > True, it's complaining that your Solr schema has a require

Re: indexing unrelated tables in single core

2013-05-16 Thread Rohan Thakur
its saying in the logs that missing required field title which is no where in the database... On Thu, May 16, 2013 at 3:08 PM, Rohan Thakur wrote: > I am not able to index the fields from data base its getting failed... > > data-config.xml > > url="jd

Re: indexing unrelated tables in single core

2013-05-16 Thread Rohan Thakur
exandrerafalovitch > - Time is the quality of nature that keeps events from happening all > at once. Lately, it doesn't seem to be working. (Anonymous - via GTD > book) > > > On Wed, May 15, 2013 at 7:07 AM, Rohan Thakur > wrote: > > hi all > > > > >

indexing unrelated tables in single core

2013-05-15 Thread Rohan Thakur
hi all I want to index 2 separate unrelated tables from database into single solr core and search in any one of the document separately how can I do it? please help thanks in advance regards Rohan

query regarding the multiple documents

2013-05-06 Thread Rohan Thakur
I have build search...can I like index this new table in same data-config.xml within new document tag and if so then how to configure request handler for auto suggestion to search in this new index only and not the search index document. thanks regards rohan

Re: solr spell correction help

2013-04-14 Thread Rohan Thakur
but jack im not using lavanstine distance measures im using jarowinker distance On Mon, Apr 15, 2013 at 11:50 AM, Rohan Thakur wrote: > k thanks jack but then why does cattle not giving kettle as suggestions?? > > > On Fri, Apr 12, 2013 at 6:46 PM, Jack Krupansky > wrote:

Re: solr spell correction help

2013-04-14 Thread Rohan Thakur
> > -- Jack Krupansky > > -Original Message- From: Rohan Thakur > Sent: Friday, April 12, 2013 8:45 AM > To: solr-user@lucene.apache.org > Subject: solr spell correction help > > > hi all > > I have configured solr direct spell correction on spell field most of th

solr spell correction help

2013-04-12 Thread Rohan Thakur
correct one. even if I want solr to return samsung as spell suggetion if I search for sam what could be the configuration and what could be the solution for above problems? please help. thanks in advance regards Rohan

Re: spell suggestions help

2013-04-11 Thread Rohan Thakur
in term analysis it gets > discarded. > > -- Jack Krupansky > > -Original Message- From: Rohan Thakur > Sent: Thursday, April 11, 2013 7:39 AM > To: solr-user@lucene.apache.org > Subject: Re: spell suggestions help > > > urlencode replaces & with space thus resul

Re: spell suggestions help

2013-04-11 Thread Rohan Thakur
replace filter at query time to replace & with and but it did not worked I used & => replace with "and" in this but did not worked any guess our help.. thanks regards rohan On Thu, Apr 11, 2013 at 4:39 PM, Rohan Thakur wrote: > hi erick > > do we have to do urle

Re: spell suggestions help

2013-04-11 Thread Rohan Thakur
hi erick do we have to do urlencoding from the php side or does solr supports urlencode? On Thu, Apr 11, 2013 at 5:57 AM, Erick Erickson wrote: > Try URL encoding it and/or escaping the & > > On Tue, Apr 9, 2013 at 2:32 AM, Rohan Thakur wrote: > > hi all > > > >

Re: query regarding the use of boost across the fields in edismax query

2013-04-09 Thread Rohan Thakur
hi otis can you explain that in some depth like If is search for led in both the cases what could be the difference in the results I get? thanks in advance regards Rohan On Tue, Apr 9, 2013 at 11:25 PM, Otis Gospodnetic < otis.gospodne...@gmail.com> wrote: > Not sure if i'm mis

query regarding the use of boost across the fields in edismax query

2013-04-09 Thread Rohan Thakur
in the weights are in same order decreasing? thanks in advance regards Rohan

spell suggestions help

2013-04-08 Thread Rohan Thakur
ome in suggestions but its not how can I correct this any one. 2) how to query for sentence like "hand blandar & chopper" as & is delimiter for solr query and thus this query is returning error. thanks in advance regards Rohan

Re: help needed for applying patch to solr I am using

2013-04-08 Thread Rohan Thakur
hi all I think I have to pass the query in inverted commas then its returning correct results as i needed. thanks regards Rohan On Mon, Apr 8, 2013 at 1:50 PM, Rohan Thakur wrote: > hi all > > just checked out this issue was already incorporated in solr4.0 alpha and > I am using

Re: help needed for applying patch to solr I am using

2013-04-08 Thread Rohan Thakur
this happening? any one please help and when I am querying it like "microvave oven" its providing corrected suggestionhow to handle this any one please help... thanks regards Rohan On Mon, Apr 8, 2013 at 1:18 PM, Rohan Thakur wrote: > hi all > > I am new to solr and w

Re: solr spell suggestions help

2013-04-08 Thread Rohan Thakur
is solrs issue and they have also released patch for that https://issues.apache.org/jira/browse/SOLR-2585 I am applying this patch now will let you know if its is working correctly. thanks regards Rohan On Fri, Apr 5, 2013 at 4:44 PM, Rohan Thakur wrote: > hi all > > I had some issues

help needed for applying patch to solr I am using

2013-04-08 Thread Rohan Thakur
hi all I am new to solr and wanted to apply this patch to my solr how can I do this searched on net but did not got any thing useful the patch is: https://issues.apache.org/jira/browse/SOLR-2585 I am using solr 4.1.0 on tomcat6 in redhat centos. thanks regards rohan

query regarding spell suggestions for multiple word query

2013-04-07 Thread Rohan Thakur
sugestion is working fine how can I use it for complete sentence not just word? help please thanks regards Rohan

solr spell suggestions help

2013-04-05 Thread Rohan Thakur
true true 10 5 spellcheck * thanks in advance regards Rohan

Re: how to avoid single character to get indexed for directspellchecker dictionary

2013-04-05 Thread Rohan Thakur
dell and l and will return the results with dell in the documents so to remove such thing do I have to use minbreaklenth? and what is the significance of minbreak length number? On Fri, Apr 5, 2013 at 12:20 PM, Rohan Thakur wrote: > hi james > > after using this its working file for

Re: how to avoid single character to get indexed for directspellchecker dictionary

2013-04-04 Thread Rohan Thakur
for like complete the sentence like if I give sams it should also give samsung as in suggestion? thanks regards Rohan On Fri, Apr 5, 2013 at 12:54 AM, Dyer, James wrote: > I assume if your user queries "delll" and it breaks it into pieces like > "de l l l",

how to avoid single character to get indexed for directspellchecker dictionary

2013-04-04 Thread Rohan Thakur
spell correction as my index has de and l as single characters in the fields. please help. thanks regards Rohan

Re: is there a way we can build spell dictionary from solr index such that it only take words leaving all`special characters

2013-04-03 Thread Rohan Thakur
hi upayavira you mean to say that I dont have to follow this : http://wiki.apache.org/solr/SpellCheckComponent and directly I can create spell check field from copyfield and use it...I dont have to build dictionary on the fieldjust use copyfield for spell suggetions? thanks regards Rohan

Re: had query regarding the indexing and analysers

2013-04-01 Thread Rohan Thakur
hi does this means that while indexing also ace is been stored as ac in solr index? thanks regards Rohan On Fri, Mar 22, 2013 at 9:49 AM, Jack Krupansky wrote: > Actually, it's the Porter Stemmer that is turning "ace" into "ac". > > Try making a copy o

query regarding running solr4.1.0 on tomcat6

2013-04-01 Thread Rohan Thakur
st:8080/solr-example/dataimport?command=full-import&indent=true&clean=true its running fine and even in the tomcat manager panal I can see solr-example and when I click on it shows the same error. 404 what could be the problem with the solr admin panel help anyone. thanks regards rohan

Re: had query regarding the indexing and analysers

2013-03-20 Thread Rohan Thakur
al to a > compound term (e.g., "CD-ROM") or a phrase separator as in your case. Some > people are careful to put spaces around the hyphen for a phrase delimiter, > but plenty of people still just drop it in directly adjacent to two words. > > In your case, text_en_splitting_tight is SP

Re: had query regarding the indexing and analysers

2013-03-19 Thread Rohan Thakur
have to apply *dual in the query then it is searching this document but then other search scoring gets affected with this when I put * in the query terms I think I have to remove the "-" terms from the strings before indexing them point me if i am wrong any where thanks regards Rohan O

Re: wanted to know can we some how know what are the documents that are exact match in solr

2013-03-19 Thread Rohan Thakur
the details of what terms matched for each document. > > -- Jack Krupansky > > -Original Message- From: Rohan Thakur > Sent: Friday, March 15, 2013 9:19 AM > To: solr-user@lucene.apache.org > Subject: wanted to know can we some how know what are the documents that > are

Re: removing all fields before full import using DIH

2013-03-18 Thread Rohan Thakur
import...k so this automatically does that... thanks for confirming. regards Rohan On Mon, Mar 18, 2013 at 1:32 PM, Gora Mohanty wrote: > On 18 March 2013 13:09, Rohan Thakur wrote: > > hi all > > > > how can I ensure that I have delete all the fields for solr before doing &

Re: is there a way we can build spell dictionary from solr index such that it only take words leaving all`special characters

2013-03-12 Thread Rohan Thakur
while building the spell dictionary... On Wed, Mar 13, 2013 at 11:29 AM, Rohan Thakur wrote: > even do not want to break the words as in samsung to s a m s u n g or sII > ti s II ir s2 to s 2 > > On Wed, Mar 13, 2013 at 11:28 AM, Rohan Thakur wrote: > >> k as in like if th

Re: is there a way we can build spell dictionary from solr index such that it only take words leaving all`special characters

2013-03-12 Thread Rohan Thakur
even do not want to break the words as in samsung to s a m s u n g or sII ti s II ir s2 to s 2 On Wed, Mar 13, 2013 at 11:28 AM, Rohan Thakur wrote: > k as in like if the field I am indixing from the database like title that > has characters like () - # /n// > example: > >

Re: is there a way we can build spell dictionary from solr index such that it only take words leaving all`special characters

2013-03-12 Thread Rohan Thakur
/samsung_galaxy_sii_i9100_pink_.jpg or 4.27-inch Touchscreen, 3G, Android v2.3 OS, 8MP Camera with LED Flash now I do not want to build the spell dictionary to only include the words not any of the - , _ . ( ) /s/a/ or numeric like 4.27 how can I do that? thanks regards Rohan On Tue, Mar 12, 2013 at 11

Re: query about length normalization in solr for relevance score

2013-03-06 Thread Rohan Thakur
If you can explain any one line of I will figure out othersthanks On Thu, Mar 7, 2013 at 11:48 AM, Rohan Thakur wrote: > yup I got that but can you please explain me how is it going on? > I got this: > > "rawquerystring":"samsung ace metallic", >

Re: query about length normalization in solr for relevance score

2013-03-06 Thread Rohan Thakur
Rohan On Thu, Mar 7, 2013 at 11:48 AM, Rohan Thakur wrote: > yup I got that but can you please explain me how is it going on? > I got this: > > "rawquerystring":"samsung ace metallic", > "querystring":"samsung ace metallic", >

Re: query about length normalization in solr for relevance score

2013-03-06 Thread Rohan Thakur
2.2483656 = fieldWeight in 21574, product of:\n 1.0 = tf(freq=1.0), with freq of:\n1.0 = termFreq=1.0\n 5.9956417 = idf(docFreq=408, maxDocs=60437)\n 0.375 = fieldNorm(doc=21574)\n1.915346 = (MATCH) weight(value:metallic in 21574) [DefaultSimilarity], result of:\n

Re: query about length normalization in solr for relevance score

2013-03-06 Thread Rohan Thakur
them taking both the words collectively or separating them and adding the scores and if adding the scores then how does is find scores individually? On Wed, Mar 6, 2013 at 5:17 PM, Rohan Thakur wrote: > k thanks > > > On Wed, Mar 6, 2013 at 5:05 PM, Otis Gospodnetic < > otis.gos

Re: query about length normalization in solr for relevance score

2013-03-06 Thread Rohan Thakur
k thanks On Wed, Mar 6, 2013 at 5:05 PM, Otis Gospodnetic wrote: > Hi Rohan, > > It's per field. > > Otis > -- > Solr & ElasticSearch Support > http://sematext.com/ > > > > > > On Wed, Mar 6, 2013 at 3:09 AM, Rohan Thakur wrote: > > >

Re: solr search showing irrelevant results

2013-03-04 Thread Rohan Thakur
Jack Krupansky > > -Original Message- From: Rohan Thakur > Sent: Monday, March 04, 2013 8:32 AM > To: solr-user@lucene.apache.org > Subject: solr search showing irrelevant results > > > hi all > > I wanted to know that why solr is showing irrelevant result as I s

Re: solr search showing irrelevant results

2013-03-04 Thread Rohan Thakur
I am using "text_en_splitting" as while indexing is that the problem?? On Mon, Mar 4, 2013 at 7:02 PM, Rohan Thakur wrote: > hi all > > I wanted to know that why solr is showing irrelevant result as I search > for "galaxy ace" its showing result "sony bravia

Re: Is their a way in which I can make spell suggestion dictionary build on specific fileds

2013-02-25 Thread Rohan Thakur
> spell > > See the Solr example solrconfig.xml and search for name="spellchecker">. > > Also see: > http://wiki.apache.org/solr/**SpellCheckComponent<http://wiki.apache.org/solr/SpellCheckComponent> > > -- Jack Krupansky > > -Original Message---

Re: html parsing with dataimport handler from sql column

2013-02-20 Thread Rohan Thakur
hi yes I dont have html as documents I have data saved in sql data base in HTML format and I want to index it on solr but not as complete string that is with tags but just want to index the actual text in it...that is strip off the tags. regards Rohan On Wed, Feb 20, 2013 at 6:40 PM, Gora

Re: solr file based spell suggestions

2013-02-08 Thread Rohan Thakur
hi thanks I configured that using synonym mapping its now giving sII results on searching for s2. thanks regards Rohan On Thu, Feb 7, 2013 at 7:15 PM, Jack Krupansky wrote: > Changing "x" to "y" (e.g., "s2" to "sII") is not a function of "sp

Re: auto trigger the delta import to update index in solr if any update in sql database

2013-02-06 Thread Rohan Thakur
hi thanks but I think this one is for ms sql not for mysql regards Rohan On Wed, Feb 6, 2013 at 11:53 AM, jp wrote: > The following link provides on using external activator for tracking DB > changes > http://ajitananthram.wordpress.com/2012/05/26/auditing-external-activator/

Re: auto trigger the delta import to update index in solr if any update in sql database

2013-02-05 Thread Rohan Thakur
hi jp thanks can you provide me any good link for thisthanks regards Rohan On Tue, Feb 5, 2013 at 6:52 PM, jp wrote: > You could use SQL service Broker External Activation service to monitor the > changes and post the changes into the Solr Index using update request > handle

Re: auto trigger the delta import to update index in solr if any update in sql database

2013-02-05 Thread Rohan Thakur
vents from happening all at > once. Lately, it doesn't seem to be working. (Anonymous - via GTD book) > > > On Tue, Feb 5, 2013 at 5:39 AM, Rohan Thakur wrote: > > > hi everyone > > > > is their any way in which we can auto trigger the delta impor

auto trigger the delta import to update index in solr if any update in sql database

2013-02-05 Thread Rohan Thakur
hi everyone is their any way in which we can auto trigger the delta import to update index in solr if their any update in sql database. thanks regards Rohan

Re: help with getting error with mysql driver connection in solr 4.1

2013-02-04 Thread Rohan Thakur
thanks I have instaled cygwin and its running fine now thanks.. On Mon, Feb 4, 2013 at 6:14 PM, Gora Mohanty wrote: > On 4 February 2013 17:50, Rohan Thakur wrote: > > yup I am downloading cygwin now...will be working through there let see > it > > should work though...

Re: help with getting error with mysql driver connection in solr 4.1

2013-02-04 Thread Rohan Thakur
yup I am downloading cygwin now...will be working through there let see it should work though... On Mon, Feb 4, 2013 at 5:14 PM, Gora Mohanty wrote: > On 4 February 2013 16:58, Rohan Thakur wrote: > > > > hi > > > > I think I have found the problem its windows whic

Re: help with getting error with mysql driver connection in solr 4.1

2013-02-04 Thread Rohan Thakur
for any help would be appreciated. thanks regards rohan On Mon, Feb 4, 2013 at 4:28 PM, Rohan Thakur wrote: > hi gora > > I have tried what you told but now its giving error like: > > C:\Users\rohan>curl 127.0.0.1:8983/solr/update?commit=true -H > "Content-type:appl &g

Re: solr atomic update

2013-02-04 Thread Rohan Thakur
hi were you able to do atomic update for specific field using curlim using curl from windows cmd but getting error like host can not be resolved im using this command: C:\Users\rohan>curl www.localhost.com:8983/solr/update?commit=true -H "Content-t ype:text/json" -d '[{&qu

Re: help with getting error with mysql driver connection in solr 4.1

2013-02-04 Thread Rohan Thakur
hi gora I have tried what you told but now its giving error like: C:\Users\rohan>curl 127.0.0.1:8983/solr/update?commit=true -H "Content-type:appl ication/json" -d '[{"value":"samsung-wave-s5253-silver", "value":{"set":"samsung -11

Re: help with getting error with mysql driver connection in solr 4.1

2013-02-04 Thread Rohan Thakur
hi arcadius I also tried going by this blog but in this too I am not able to use curl for update now it gives can not resolve host even if I can open the host using browserplease can you help me with thisI want to do partial document update for specific field... thanks regards Rohan On

Re: help with getting error with mysql driver connection in solr 4.1

2013-02-03 Thread Rohan Thakur
hi arcadius can you also help me with partial document update...I have followed what is written in this blog but its giving me error http://solr.pl/en/2012/07/09/solr-4-0-partial-documents-update/ error im getting after this command : C:\Users\rohan>curl localhost:8983/solr/update?com

Re: help with getting error with mysql driver connection in solr 4.1

2013-02-03 Thread Rohan Thakur
It worked thanks alot Arcadius.. On Fri, Feb 1, 2013 at 7:56 PM, Arcadius Ahouansou wrote: > Hi Rohan. > * > * > Solr 4.1 uses Jetty 8. > > You need to put your JDBC driver under SOLR_HOME/lib/ext > > SOLR_HOME/lib/ being where all jetty *jar sit. > You may need to

RE: List of recommendation engines with solr

2012-05-24 Thread Rohan
HI , Sorry , I have no idea as I never worked on this . Thanks, Rohan From: Trev [via Lucene] [mailto:ml-node+s472066n3985922...@n3.nabble.com] Sent: Thursday, May 24, 2012 7:37 PM To: Rohan Ashok Kumbhar Subject: Re: List of recommendation engines with solr Have you heard of NG Data with

RE: How to index doc file in solr?

2012-03-12 Thread Rohan
Thanks Erick ,really appreciated. From: Erick Erickson [via Lucene] [mailto:ml-node+s472066n3819585...@n3.nabble.com] Sent: Monday, March 12, 2012 9:05 PM To: Rohan Ashok Kumbhar Subject: Re: How to index doc file in solr? Consider using SolrJ, possibly combined with Tika (which is what

RE: List of recommendation engines with solr

2012-03-12 Thread Rohan
Hi Gora, Thanks a lot for your valuable comments, really appreciated. Yeah , You got me correctly I am exactly looking for "Mahout" as I am using Java as my business layer with Apache solr. Thanks, Rohan From: Gora Mohanty-3 [via Lucene] [mailto:ml-node+s472066n3819480...@n3.

Re: How to index doc file in solr?

2012-03-12 Thread Rohan
Hi Erick, Thanks for the valuable comments on this. See i have few set of word docs file and i would like to index meta data part includeing the content of the page , so is there any way to complete this task? Need your comments on this. Thanks, Rohan -- View this message in context: http

List of recommendation engines with solr

2012-03-12 Thread Rohan
Hi All, I would require list of recs engine which can be integrated with solr and also suggest best one out of this. any comments would be appriciated!! Thanks, Rohan -- View this message in context: http://lucene.472066.n3.nabble.com/List-of-recommendation-engines-with-solr-tp3818917p3818917

How to index doc file in solr?

2012-03-07 Thread Rohan Ashok Kumbhar
Hi, I would like to know how to index any document other than xml in SOLR ? Any comments would be appreciated !!! Thanks, Rohan CAUTION - Disclaimer * This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s

Re: Solr for finding similar word between two documents

2011-02-03 Thread rohan rai
Lets say 1 have document(file) which is large and contains word inside it. And the 2nd document also is a text file. Problem is to find all those words in 2nd document which is present in first document when both of the files are large enough. Regards Rohan On Fri, Feb 4, 2011 at 1:01 AM

Solr for finding similar word between two documents

2011-02-03 Thread rohan rai
Is there a way to use solr and get similar words between two document (files). Any ideas Regards Rohan

Re: DIH and EmbeddedSolr

2009-10-12 Thread rohan rai
Hey Any reason why it may be happening ?? Regards Rohan On Sun, Oct 11, 2009 at 9:25 PM, rohan rai wrote: > > Small data set.. > > > > 11 > 11 > 11 > > > 22 > 22 > 22 > > >

Re: DIH and EmbeddedSolr

2009-10-11 Thread rohan rai
not consistently creates the index. Regards Rohan On Sun, Oct 11, 2009 at 3:56 PM, Shalin Shekhar Mangar < shalinman...@gmail.com> wrote: > On Sat, Oct 10, 2009 at 7:44 PM, rohan rai wrote: > > > This is pretty unstable...anyone has any clue...Sometimes it even creates >

Re: DIH and EmbeddedSolr

2009-10-10 Thread rohan rai
This is pretty unstable...anyone has any clue...Sometimes it even creates index, sometimes it does not ?? But everytime time I do get this exception Regards Rohan On Sat, Oct 10, 2009 at 6:07 PM, rohan rai wrote: > ModifiableSolrParams p = new ModifiableSolrParams(); >

Re: DIH and EmbeddedSolr

2009-10-10 Thread rohan rai
tend a SolrRequest and set appropriate path > ("/dataimport") and other params > then you may invoke the request method. > > On Sat, Oct 10, 2009 at 11:07 AM, rohan rai wrote: > > The configuration is not an issue... > > But how doindex i invoke it... > > &

Re: DIH and EmbeddedSolr

2009-10-09 Thread rohan rai
The configuration is not an issue... But how doindex i invoke it... I only have known a url way to invoke it and thus import the data into index... like http://localhost:8983/solr/db/dataimport?command=full-import t But with embedded I havent been able to figure it out Regards Rohan 2009/10/10

DIH and EmbeddedSolr

2009-10-09 Thread rohan rai
Have been unable to use DIH for Embedded Solr Is there a way?? Regards Rohan

  1   2   >