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
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
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
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
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*
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
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
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
collection from cloud on
lower environment to Production solrcloud instance ?
--
*Regards,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
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
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
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
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
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
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
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
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
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
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,
?
--
*Regards,Rohan*
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!!
duct kindly let me know, ZurePro will take care of
it. :)
Cheers!!
--
Best Regards,
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
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:
> [...]
>
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
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
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
> >
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
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
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
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
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
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
> >
> >
>
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
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
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:
>
> -- 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
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
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
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
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
> >
> >
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
in the weights are in same order decreasing?
thanks in advance
regards
Rohan
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
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
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
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
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
sugestion is working fine how can I use it for complete sentence not just
word? help please
thanks
regards
Rohan
true
true
10
5
spellcheck
*
thanks in advance
regards
Rohan
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
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",
spell
correction as my index has de and l as single characters in the fields.
please help.
thanks
regards
Rohan
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
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
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
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
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
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
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
&
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
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:
>
>
/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
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",
>
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",
>
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
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
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:
>
> >
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
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
> 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---
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
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
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/
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
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
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
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...
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
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
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
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
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
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
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
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
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
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.
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
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
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
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
Is there a way to use solr and get similar words between two document
(files).
Any ideas
Regards
Rohan
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
>
>
>
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
>
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();
>
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...
> >
&
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
Have been unable to use DIH for Embedded Solr
Is there a way??
Regards
Rohan
1 - 100 of 101 matches
Mail list logo