Hi Martijn,
Yes, it is working after making these changes.
--
Thanks
Varun Gupta
On Sun, Dec 20, 2009 at 5:54 PM, Martijn v Groningen <
martijn.is.h...@gmail.com> wrote:
> Hi Varun,
>
> Yes, after going over the code I think you are right. If you change
> the following if block in SolrIndexSear
Hi
Can you quickly explain what you did to disable INFO-Level?
I am from a PHP background and am not so well versed in Tomcat or
Java. Is this a section in solrconfig.xml or did you have to edit
Solr Java source and recompile?
Thanks In Advance
Andrew
2009/12/20 Fuad Efendi :
> After research
Should sortMissingLast param be working on trie-fields?
--
View this message in context:
http://old.nabble.com/tire-fields-and-sortMissingLast-tp26873134p26873134.html
Sent from the Solr - User mailing list archive at Nabble.com.
On Sun, Dec 20, 2009 at 1:50 AM, Faire Mii wrote:
> Ive got the following code.
>
>$params = array('defType' => 'dismax', 'qf' => 'threads.title posts.body
> tags.name', 'hl' => 'true');
>
>$results = $solr->search($query, $offset, $limit, $params);
>
> So the keywords will be highlighted
On Mon, Dec 21, 2009 at 5:37 PM, Marc Sturlese wrote:
>
> Should sortMissingLast param be working on trie-fields?
>
>
Nope, trie fields do not support sortMissingFirst or sortMissingLast.
--
Regards,
Shalin Shekhar Mangar.
: Subject: query log
: References: <83ec2c9c0912201238he4c9sf23b03e750de2...@mail.gmail.com>
: In-Reply-To: <83ec2c9c0912201238he4c9sf23b03e750de2...@mail.gmail.com>
http://people.apache.org/~hossman/#threadhijack
Thread Hijacking on Mailing Lists
When starting a new discussion on a mail
On Dec 20, 2009, at 3:41 AM, Raghuveer Kancherla wrote:
> Hi Grant,
> My queries are about 5 times slower when using payloads as compared to
> queries that dont use payloads on the same index. I have not done any
> profiling yet, I am trying out lucid gaze now.
How do they compare to just doing
When searching for *:* I get this response:
0
9
*:*
I'm guessing this means the documents aren't really in the index?
However, I do get this reply when using the data-config debugger (with
commit on):
http://pastebin.com/m7a460711
And that obviously states "Indexing completed. Added/Upd
:
:
: content
: content
:
:
:
: I want to store only "content" into this field but it store other meta data
: of a document e.g. "Author", "timestamp", "document type" etc. how can I ask
: solr to store only body of document into this field and not other meta data?
chan
Try using luke - to view contents of index
Ankit
-Original Message-
From: krosan [mailto:kro...@gmail.com]
Sent: Monday, December 21, 2009 10:22 AM
To: solr-user@lucene.apache.org
Subject: Re: Documents are indexed but not searchable
When searching for *:* I get this response:
0
> Can you quickly explain what you did to disable INFO-Level?
>
> I am from a PHP background and am not so well versed in Tomcat or
> Java. Is this a section in solrconfig.xml or did you have to edit
> Solr Java source and recompile?
1. Create a file called logging.properties with following con
not bad advise ;-)
2009/12/20 Walter Underwood
> Here is an idea. Don't make one core per user. Use a field with a user id.
>
> wunder
>
> On Dec 20, 2009, at 12:38 PM, Matthieu Labour wrote:
>
> > Hi
> > I have a slr instance in which i created 700 core. 1 Core per user of my
> > application.
Hi folks,
how can i get term vector from a custom solr query via http request? is this
possible?
--
Lici
~Java Developer~
What version of Solr are you using?
Ankit
-Original Message-
From: Licinio Fernández Maurelo [mailto:licinio.fernan...@gmail.com]
Sent: Monday, December 21, 2009 1:40 PM
To: solr-user@lucene.apache.org
Subject: Calculate term vector
Hi folks,
how can i get term vector from a custom sol
See http://wiki.apache.org/solr/TermVectorComponent
On Dec 21, 2009, at 1:39 PM, Licinio Fernández Maurelo wrote:
> Hi folks,
>
> how can i get term vector from a custom solr query via http request? is this
> possible?
>
> --
> Lici
> ~Java Developer~
Hey,
I just found out that my index is stored in the tomcat/solr dir, while my
-Dsolr.solr.home parameter is set to a different place (E drive). The
indexing is sent to the tomcat/solr dir, while the searching is done in my E
drive. How can I make sure the index is done in the E dir as well?
Tha
solrconfig.xml controls where the index is built. Set it there to
the absolute path of where you want the index.
Erik
On Dec 21, 2009, at 2:26 PM, krosan wrote:
Hey,
I just found out that my index is stored in the tomcat/solr dir,
while my
-Dsolr.solr.home parameter is set to
On Mon, Dec 21, 2009 at 7:06 AM, Marc Sturlese wrote:
>
> Should sortMissingLast param be working on trie-fields?
Eventually. It's currently not supported though. Here's the comment
from the example schema.xml:
-Yonik
http://www.lucidimagination.com
On 12/18/09 2:46 AM, Siddhant Goel wrote:
Let say we have a search engine (a simple front end - web app kind of a
thing - responsible for querying Solr and then displaying the results in a
human readable form) based on Solr. If a user searches for something, gets
quite a few search results, and t
Yes, you would have 'role' as a multi-valued field. When you add
someone to a role, you don't have to re-index. That's all.
On Thu, Dec 17, 2009 at 12:55 PM, caman wrote:
>
> Are you suggesting that roles should be maintained in the index? We do manage
> out authentication based on roles but at g
Lance,
Makes sense. We are playing around with keeping the security model
completely out of Index. We will filter out results before data display
based on access rights. But approach you suggested is not ruled out
completely.
thanks
Lance Norskog-2 wrote:
>
> Yes, you would have 'role' as a mult
Solr does have the ExternalFileField available. You could track
existing clicks from the container search log and generate a file to
be used with ExternalFileField.
http://lucene.apache.org/solr/api/org/apache/solr/schema/ExternalFileField.html
In the solr source, trunk/src/test/test-files/solr/c
Have you tried loading solr instances as you need them and unloading
those that are not being used? I wish I could help more, I don't know
many people running that many use cores.
didier
On Sun, Dec 20, 2009 at 2:38 PM, Matthieu Labour wrote:
> Hi
> I have a slr instance in which i created 700 c
Hi All,
We're trying to replicate indexes on Solr 1.3 across from
Dev->QA->Staging->Prod etc.
So at each stage other than Dev and Prod, each would live as a master and a
slave at a given time.
We hit a bottle neck (may be?) when we try to start rsyncd-start on the master
from the slave machine
Hi all!
I have developed Solr on Tomcat, but now I want to building many Solr on
only one Tomcat server.Is that can be done or not???
--
View this message in context:
http://old.nabble.com/Multi-Solr-tp26884086p26884086.html
Sent from the Solr - User mailing list archive at Nabble.com.
Based on your need you can choose one of the options listed at
http://wiki.apache.org/solr/MultipleIndexes
- Raghu
On Tue, Dec 22, 2009 at 10:46 AM, Olala wrote:
>
> Hi all!
>
> I have developed Solr on Tomcat, but now I want to building many Solr on
> only one Tomcat server.Is that can be d
On Mon, Dec 21, 2009 at 3:36 PM, Lance Norskog wrote:
> Solr does have the ExternalFileField available. You could track
> existing clicks from the container search log and generate a file to
> be used with ExternalFileField.
>
> http://lucene.apache.org/solr/api/org/apache/solr/schema/ExternalFile
27 matches
Mail list logo