I am just using the sor.war file that came with the Solr 1.4 download on
weblogic.
did not add any jar or remove any jar
On Tue, May 25, 2010 at 9:54 PM, Chris Hostetter
wrote:
>
> : yes i am running 1.5, Any idea how we can run Solr 1.4 using Java 1.5
>
> Solr 1.4 works just fine with Java 1.5
en running 1.5?
>
> paul
>
>
> Le 21-mai-10 à 22:44, Mohamed Parvez a écrit :
>
>
> SEVERE: Full Import failed
>> org.apache.solr.handler.dataimport.DataImportHandlerException:
>> java.lang.NoSuchMethodError: isEmpty
>> at
>>
>> org.apache.solr.handler.dataimport.DocBuilder.buildDocument(DocBuilder.java:424)
>>
>
>
I am getting this error, any hint as where i should look
SEVERE: Full Import failed
org.apache.solr.handler.dataimport.DataImportHandlerException:
java.lang.NoSuchMethodError: isEmpty
at
org.apache.solr.handler.dataimport.DocBuilder.buildDocument(DocBuilder.java:424)
at
org.apache.solr.handler.da
; files, including the synonyms file. My guess is that this is the same with
> GSA and other search vendors' solutions.
>
> Otis
> --
> Sematext -- http://sematext.com/ -- Solr - Lucene - Nutch
>
>
>
> - Original Message
> > From: Mohamed Parvez
&
I was in your same shoes as yours. And did recommend and implement Solr to
my Fortune 10 client. Solr is a great solution and does meet most of the
requirements and lacks very few things.
In your case, I think you should know that Solr does handle Synonyms very
well as long as they are single wor
IH, and use the solr.XmlUpdateRequestHandler request handler to
> delete/update these one off documents ?
> > Is this something you will recommend ?
> >
> > Thanks,
> > ~Ravi Gidwani.
> >
> > On Tue, Dec 29, 2009 at 3:03 AM, Mohamed Parvez
> wrote:
> >
1555610/solr-dih-how-to-handle-deleted-documents/
>
> <
> http://stackoverflow.com/questions/1555610/solr-dih-how-to-handle-deleted-documents/
> >
> Cheers,
> Mauricio
>
> On Mon, Dec 28, 2009 at 5:51 PM, Mohamed Parvez wrote:
>
> > I am using Solr 1.4 and DIH to b
I am using Solr 1.4 and DIH to build the index from a table.
I use full import once to create the index and then i keep using delta
import to update the index.
All woks fine as long a the table gets added with only new rows.
if there are some rows in the table that get deleted then the index doe
Its 15th-November-2009. Its been a year since Solr 1.3 was released.
Everyone is eagerly expecting that around this time Solr 1.4 will be
released.
(Refer Book: Solr 1.4 Enterprise Search Server, By David Smiley & Eric
Pugh, Page 11
"the latest official release. Solr 1.3 was released on Septembe
I guess you are looking for terms, Its in 1.4
just use a query like
http://localhost:port
/solr/terms/?terms=true&terms.fl=filed_name&terms.prefix=da
Thanks/Regards,
Parvez
On Mon, Sep 14, 2009 at 3:35 PM, Yerraguntla wrote:
>
> Hi,
>
> I am trying to use autoSuggest in Solr 1.4. Is au
Is there a way to load the synonyms dynamically.
I mean if the synonym.txt file changes then during query time the newly
added synonym should be active.
Currently it required a reindex
Thanks/Regards,
Parvez
I am trying configure an request handler that will be uses in the Auto
Complete Query.
I am limiting the result to one field by using the "fl" parameter, which can
be used to specify field to return.
How to make the field return only one word not full sentences.
Thanks/Regards,
Parvez
Is its possible to concatenate two fields and copy it to a new field, in the
schema.xml file
I am importing from two tables and both have numeric value as primary key.
If i copy just the primary key, which is a number, from both the tables, to
one field and make it primary key, records may get ov
I have a multi core Solr setup.
Is it possible to return results from the second core, if the search on the
first core, does not return any results.
Or if its possible to return, the results from both the cores, in
one response
Both the core, Have the different schema, one is getting its data fr
Say i have 3 fields, named field1,field2 and field3
I want to query all records that have "xxx" in field1 and filed3 should not
be null
I tried
1] q=field1:xxx&fq=?
Got an error saying => org.apache.lucene.queryParser.ParseException: Cannot
parse 'title:?': '*' or '?' not allowed as first charact
solr-user@lucene.apache.org
>
>
> Hi,
>
> I doubt it's a bug. It's probably working correctly based on the config,
> etc., I just don't have enough details about the configuration, your request
> handler, query rewriting, the data in your index, etc. to tell
e:1+mid:i5zxdbnvspgek2bp+state:results
>
> Cheers
> Avlesh
>
> On Wed, Aug 5, 2009 at 12:52 AM, Mohamed Parvez wrote:
>
> > Thanks Otis, The thread suggests that this is bug
> >
> >
> >
> http://markmail.org/message/ts65a6jok3ii6nva#query:+page:1+mid:qinymqdn6mk
ii6nva
>
> Otis
> --
> Sematext is hiring -- http://sematext.com/about/jobs.html?mls
> Lucene, Solr, Nutch, Katta, Hadoop, HBase, UIMA, NLP, NER, IR
>
>
>
> ----- Original Message
> > From: Mohamed Parvez
> > To: solr-user@lucene.apache.org
> > Sent: Tuesday, A
Hello All,
I have two fields.
I have document(which has been indexed) that has a value of "ICS for BUS
field" and "SSE for ROLE filed"
When I search for q=BUS:ics i get the result, but if i search for q=BUS:ics*
i don't get any match (or result)
when I search for q=ROLE:sse or q=ROLE:
On Mon, Aug 3, 2009 at 4:46 PM, Mohamed Parvez wrote:
> Hello,
>
>I have two fields.
>
>
>
>
> I have documnet, that has a value of ICS for BUS and SSE for ROLE
>
> *When I search for q=BUS:ics i get the result. but if i search for
> q=BUS:ics* i don
20 matches
Mail list logo