On Mon, Feb 22, 2010 at 10:22 PM, adeelmahmood wrote:
>
> hi there
> I am having some trouble understanding delta import and how its different
> from full import .. from what I can tell the only difference is that it has
> the clean parameter set to false by default .. otherwise as far as setting
On Tue, Feb 23, 2010 at 7:10 AM, P Franks wrote:
> All,
>
> Various books and online documentation states that the uniqueKey is not
> required and we do not have a need for a unique key so i tried remove it
> from the schema or setting it with no value but solr will not start with it
> defined.
>
On Tue, Feb 23, 2010 at 1:01 AM, JavaGuy84 wrote:
>
> Hi,
>
> I am facing a performace issue when I am trying to index the data using
> DIH.. I have a model as below
>
> Tables
>
> Object
> ObjectProperty
> ObjectRelationship
>
>
> Object --> ObjectProperty one to Many Relationship
On Mon, Feb 22, 2010 at 5:43 PM, Jorg Heymans wrote:
>
> What is the recommended pattern for securing a multicore solr instance,
> accessed by different applications ? In our case, we need to prevent
> application A from accessing the core of application B. Also, we need to
> avoid the use of user
On Tue, Feb 23, 2010 at 10:09 AM, Shalin Shekhar Mangar <
shalinman...@gmail.com> wrote:
> On Mon, Feb 22, 2010 at 5:43 PM, Jorg Heymans >wrote:
>
> >
> > What is the recommended pattern for securing a multicore solr instance,
> > accessed by different applications ? In our case, we need to preve
Well, the first question I'd ask is whether using the stemmers
produces results your *users* don't expect. Your original e-mail
mentions use and test cases. Can you re-visit the use case
and determine whether your users are better served by working
with the stemming? If so, then it's just a matter
i tried using the DIH in solr using the steps as mentioned in :
http://wiki.apache.org/solr/DataImportHandler#datasource
http://wiki.apache.org/solr/DataImportHandler#datasource
on running the command ::java -Dsolr.solr.home="./example-DIH/solr/" -jar
start.jar
i.e. when i use the DIH/exam
Put the data-config in conf folder,
I hope the problem will resolve.
>
>
> i tried using the DIH in solr using the steps as mentioned in :
>
> http://wiki.apache.org/solr/DataImportHandler#datasource
> http://wiki.apache.org/solr/DataImportHandler#datasource
>
> on running the command ::java -Dsolr
Hi
You'll find this in the exception:
Caused by: java.lang.RuntimeException: Can't find resource
'/solr/data-config.xml' in classpath or './example-DIH/solr/db/conf/',
cwd=/home/zaloni/Desktop/apache-solr-1.4.0/example
Have you checked that the data-config.xml is in the right place?
Regards
And
Hi all.
I have 2 indexes with some similar fields and some distinct fields. I need
to make a faceted search that returns the union of the same search in these
2 indexes.
How can I make it?
Thank's
"Então aproximaram-se os que estavam no barco, e adoraram-no, dizendo: És
verdadeiramente o Filho
Hi,
I downloaded the latest version of SOLR. From the contrib/clustering
directory ran *ant get-libraries*. It is not building!.
Finally I manually downloaded colt, nni, pcj, simple xml and solr-common 1.3
jars and put them in the lib and restarted SOLR. It is giving me the
following err:-
*Erro
yes i did check the location of the data-config.xml
its in the folder example-DIH/solr/db/conf
--
View this message in context:
http://old.nabble.com/error-while-using-the-DIH-handler-tp27702772p2770.html
Sent from the Solr - User mailing list archive at Nabble.com.
can you paste the DIH part in your solrconfig.xml ?
On Tue, Feb 23, 2010 at 7:01 PM, Na_D wrote:
>
> yes i did check the location of the data-config.xml
>
> its in the folder example-DIH/solr/db/conf
> --
> View this message in context:
> http://old.nabble.com/error-while-using-the-DIH-handler-t
It helps tremendously, Erick, and it was the exact idea I had last night
after reflecting with a nice scotch. :)
I'm planning on indexing the name field as "text" as I have been, and then
indexing it again as "nameLiteral" or something with a field type not
containing stemming. The code submittin
Removing the QueryElevationComponent from solrconfig.xml solved the problem.
Thanks.
On Tue, Feb 23, 2010 at 12:43 AM, Shalin Shekhar Mangar <
shalinman...@gmail.com> wrote:
> On Tue, Feb 23, 2010 at 7:10 AM, P Franks wrote:
>
> > All,
> >
> > Various books and online documentation states that
Mark Fletcher wrote:
Hi,
I downloaded the latest version of SOLR. From the contrib/clustering
directory ran *ant get-libraries*. It is not building!.
I've just tried ant get-libraries under contrib/clustering without
any problems. I used trunk. What was your error message?
Finally I manua
Worked exactly as intended. The name field is now indexed as text and the
unstemmed "textgen". I have the submission throwing an OR between both for
any name searches, and voila. Stemming and wildcard searches are in tact.
Thanks!! :)
--
View this message in context:
http://old.nabble.com/Odd-w
Wondering if this is possible. I have multiple clients using solr. Each
client could have their own synonym list. During an update process if the
record being inserted belongs to a client that happens to have it's own
synonym file is there a way to use that during indexing / querying? It
doesn't s
Hi,
I am trying to use the CachedSqlEntityProcessor for one of my requirement. I
couldnt make the CachedSqlEntityProcessor accept more than one filter in the
'where' condition
I have something like this
My question is, how to make the CachedSqlEntityProcessor accept multiple
filter conditi
Is there a way you can override accuracy with the html url parameters for
testing.
i dont want to change config file for each change and bounce server.
Thanks
darniz
Grant Ingersoll-6 wrote:
>
> Hmm, as far as I can tell, neither of those should give suggestions,
> as they both have edit dis
Hi Koji,
Thank you so much for the reply.
I am not much familiar with the open source "trunk". So I downloaded solr1.4
from the following location
http://www.apache.org/dyn/closer.cgi/lucene/solr/
On the browser I can see this err:-
-
o
I have the same issue
i have two spell checker defined
one is default which is index based and the other is file which is file
based
can i give something like in url where i specify both dictionary.
&spellcheck=true&spellcheck.dictionary=file&spellcheck.dictionary=default
Any advice will be ap
: SolrIndexSearcher.QueryCommand cmd = rb.getQueryCommand();
: SolrIndexSearcher.QueryResult result = new SolrIndexSearcher.QueryResult();
: searcher.search(result, cmd);
: rb.setResult(result);
: response.add("response", builder.getREsults().docList);
what else do you do with "rb" before this? .
: I read that, but I'm outside of the typical usage I believe (as I have
: no additional parameters so I'm not getting a subset): in my case it
: seems the result would be in the queryResultCache anyway if I do a
: normal search , or am I missing something?
youre not missing anything -- each of t
: I have a little problem with spellcheck! I get suggestions all time even the
: word is correct! I use dictionary from file! Here my configuration:
:false
http://wiki.apache.org/solr/SpellCheckComponent#spellcheck.onlyMorePopular
-Hoss
: Type of Queries: Recursive e.g. I search in the index for some name that
: returns some rows. For each row there is a field called parentid which is a
: unique key for some other row in the index. The next queries search the
: index for the parentid . This continues till parentid is 1.
: I am us
: Try using the dismax handler
: http://wiki.apache.org/solr/DisMaxRequestHandler
:
: This would be very good read for you.
:
: you would use the bq ( boost query parameter) and it should look something
: similar to..
:
: &bq=UPDBY:deepak^5.0+TO:deepak^4.0+CC:deepak^3.0+BCC:deepak^2.0
Uh... th
Although the wiki states it correctly (will also return suggestions even
if properly spelled), perhaps we should add that it's a better practice to
only present end users with suggestions if the correctlySpelled flag is
false.
This issue keeps coming back.
Chris Hostetter said:
> : I have a littl
: In my case I'm making the search "The British Open", and am getting 0
: results. When I change it to "British Open" I get many hits. I looked at
: the query analyzer and it should be broken down to "british" and "open"
: tokens ('the' is a stopword). I imagine it is doing an 'and' type
: sea
Unfortunately, this is not possible at the moment. It would require a change
to the Lucene spell checker, which can be done. Feel free to open a JIRA issue.
-Grant
On Feb 23, 2010, at 1:23 PM, darniz wrote:
>
> Is there a way you can override accuracy with the html url parameters for
> testi
Erick Erickson wrote:
>
> It's especially helpful if you can take a bit of time to pare away
> all the unnecessary stuff in your example files and/or comment
> what you think the important bits are.
>
entered as SOLR-1782 in jira
--
View this message in context:
http://old.nabble.com/get
: Using EmbeddedSolrServer is a client side way of communicating with
: Solr via the file system. Solr has to still be up and running before
: that. My question is more along the lines of how to put the server
Eh ... no it isn't. EmbeddedSolrServer is an abstraction that lets
applications writte
: I have explored ranking formula. As far as I understand, it
: seems query-boost value is used only in "queryNorm" (to be exact : in
: "sumOfSquaredWeights" ) that too inversely.
No, the queryNorm is a balancer that takes into account all of the
boosts of all of the constituante parts of
Mark Fletcher wrote:
Hi Koji,
Thank you so much for the reply.
I am not much familiar with the open source "trunk". So I downloaded
solr1.4 from the following location
http://www.apache.org/dyn/closer.cgi/lucene/solr/
On the browser I can see this err:-
---
Hi Joan,
I'm curious to try your Solr-Cas consumer.
Do you have news already ;-)
Roland
On 02/11/2010 03:15 PM, JCodina wrote:
>
> Things are done :-)
>
> now we already have done the UIMA CAS consumer for Solr,
> we are making it public, more news soon.
>
> We have also been developing
: Yes I thought about both methods. The ACL method is easier, but has some
: scalability issues. We use the bitset method in another product, but
: there are some complexity and resource problems.
:
: This is a new project so I am revisiting the issue to see if anyone had any
better ideas.
Th
: I have encounter a situation that I can't explain. We are indexing documents
: that are often duplicates so we activated deduplication like this:
FWIW: w/o providing us more info about what your schema looks like, and
how you are indexing documents, all we can do is speculate about some of
ht
Like you, all of my research has come to the conclusion of "it depends". For
this particular product, we have an index of a million documents or so. And
each document can belong to many catalogs. Initially, it will be a small
number, but there could be up to 200 or so catalogs (probably much les
Hi
in the Solr example, how do I configure debug logging to a file?
Thanks,
Peter
Hi Peter,
It depends on what you call a debug log and how you interface with Solr.
Anyway, if you use Solr over HTTP you can check out the logs of your
servlet container and configure the logging behaviour on the Solr web
admin page. Usually, the default logging is quite useful. Either way, see
t
: in the Solr example, how do I configure debug logging to a file?
http://wiki.apache.org/solr/SolrLogging
...and since you asked specificly about the example, which uses jetty...
http://wiki.apache.org/solr/SolrJetty#Logging
-Hoss
@ Noble Paul : what exactlly do u mean by pasting the DIH part ???
if that means specifing the handler then yes i did specify the handler in
the solrconfig.xml
Noble Paul നോബിള് नोब्ळ्-2 wrote:
>
> can you paste the DIH part in your solrconfig.xml ?
>
> On Tue, Feb 23, 2010 at 7:01 PM, Na
@ all
Thanks all , the problem is resolved :-D
its seems the solr which i downloaded was corrupt ( eer got corrupted )
so i reinstalled it and it worked fine thanks for ur suggestions
.:handshake:
Na_D wrote:
>
> @ Noble Paul : what exactlly do u mean by pasting the DIH part ???
>
Hi ,
We are using tomcat for SOLR application.
because of some reason on 16th Feb the load increased on our SOLR servers.
when I tried to check logs very next days catalina and access logs was not
there as well.
any clue that due to heavy load these logs gets removed or does not get
created.
th
On Wed, Feb 24, 2010 at 10:28 AM, sangirash wrote:
>
> We are using tomcat for SOLR application.
> because of some reason on 16th Feb the load increased on our SOLR servers.
> when I tried to check logs very next days catalina and access logs was not
> there as well.
>
> any clue that due to heav
Afternoon,
I have a strange problem occurring with my date faceting. I seem to
have more results in my facets than in my actual result set.
The query filters by date to show results for one year, i.e.
ib_date:[2000-01-01T00:00:00Z TO 2000-12-31T23:59:59Z], then uses date
faceting to break up the
Hi All,
I am trying to setup autosuggest using solr 1.4 for my site and needed some
pointers on that. Basically, we provide autosuggest for user typed in
characters in the searchbox. The autosuggest index is created with older user
typed in search queries which returned > 0 results. We do so
47 matches
Mail list logo