Re: Performance of putting the solr data in SAN.

2008-09-02 Thread Jeryl Cook
putting the solr data in SAN. > > Hi, > I'm jus wondering if anybody has experinces about putting the solr > data in SAN instead of local disk. Is there a big performance penalty? > Please share with me your experiences. > Thank you very much. > Yongjun Rong > --

Re: What's the bottleneck?

2008-09-12 Thread Jeryl Cook
I think you should justs break up your index across boxes and do a "federated search" across them... since you mentioned you have a single machine.. Jeryl Cook /^\ Pharaoh /^\ http://pharaohofkush.blogspot.com/ "Whether we bring our enemies to justice, or bring justice to our e

Using filter to search in SOLR 1.3 with solrj

2008-10-02 Thread Jeryl Cook
query... QueryResponse queryResponse = SolrServer.query(customScoreQuery); //will work, BUT I NEED to use the filter as well... Thanks -- Jeryl Cook /^\ Pharaoh /^\ http://pharaohofkush.blogspot.com/ "Whether we bring our enemies to justice, or bring justice to our enemies, justice wi

Re: Using filter to search in SOLR 1.3 with solrj

2008-10-02 Thread Jeryl Cook
query.addFilterQuery( "type:xxx" ); > > > On Oct 2, 2008, at 1:23 PM, Jeryl Cook wrote: > >> i can execute what i want simply with using lucene directly >> >> Hits hits = searcher.search(customScoreQuery, myQuery.getFilter()); >> >> >> howerver, i can

Re: Using filter to search in SOLR 1.3 with solrj

2008-10-02 Thread Jeryl Cook
, at 2:24 PM, Jeryl Cook wrote: > >> I don't have issues adding a filter query to a "SolrQuery"... >> >> i guess ill look at the source code, i just need to pass the a custom >> Filter object at runtime before i execute a search using the >> SolrSe

Max Number of Facets

2008-10-30 Thread Jeryl Cook
is there a limit on the number of facets that i can create in Solr?(dynamically generated facets.) -- Jeryl Cook /^\ Pharaoh /^\ http://pharaohofkush.blogspot.com/ "Whether we bring our enemies to justice, or bring justice to our enemies, justice will be done." --George W. Bush, Ad

Re: Max Number of Facets

2008-10-30 Thread Jeryl Cook
answer, but it totally depends on your > data and your needs. > > > > On Oct 30, 2008, at 7:28 AM, Jeryl Cook wrote: > >> is there a limit on the number of facets that i can create in >> Solr?(dynamically generated facets.) >> >> -- >> Jeryl Cook >&g

Re: Max Number of Facets

2008-10-30 Thread Jeryl Cook
he "it depends" answer, but it totally depends on >> your data and your needs. >> >> >> >> On Oct 30, 2008, at 7:28 AM, Jeryl Cook wrote: >> >>> is there a limit on the number of facets that i can create in >>> Solr?(dynamically generat

Re: EmbeddedSolrServer questions

2008-11-18 Thread Jeryl Cook
i am using embeddedSolrServer and simply has a queue that documents are sent to ..and a listerner on that queue that writes it to the index.. or just keep it simple, and do a synchronization block around the method in the writeserver that writes the document to the index. Jeryl Cook /^\ Pharaoh

Re: Mock solr server

2008-11-27 Thread Jeryl Cook
are you trying to unit test something? I would simply make use of the Embedded SOLR component in your unit tests.. On 11/27/08, Robert Young <[EMAIL PROTECTED]> wrote: > Hi, > > Does anyone know of an easy to use Mock solr server? > > Thanks > Rob > -- Jery

Re: Solr on Solaris

2008-12-05 Thread Jeryl Cook
hread > > Exception in thread "JmxRmiRegistryConnectionPoller" > java.lang.OutOfMemoryError: unable to create new native thread > > > > We are running JDK 1.6_10 on the solaris box. . The weird thing is we > are running the same application on linux box with JDK 1.6 and we >

Re: [ANNOUNCE] Solr Logo Contest Results

2008-12-18 Thread Jeryl Cook
looks cool :), how about a talking mascot as Jeryl Cook twoenc...@gmail.com On Thu, Dec 18, 2008 at 1:38 PM, Mathijs Homminga wrote: > Good choice! > > Mathijs Homminga > > Chris Hostetter wrote: >> >> (replies to solr-user please) >> >> On behalf of the

Re: How can i indexing MS-Outlook files?

2008-12-23 Thread Jeryl Cook
http://www.aduna-software.com/technologies/aperture/overview.view this component Aperture worked for me.. Jeryl Cook /^\ Pharaoh /^\ http://pharaohofkush.blogspot.com/ "Whether we bring our enemies to justice, or bring justice to our enemies, justice will be done." --George W. Bush,

RE: Solr and terracotta

2007-08-22 Thread Jeryl Cook
"hook" the RAMDirectory, maybe be good to submit this in JIRA for terrocotta support! Jeryl Cook /^\ Pharaoh /^\ http://pharaohofkush.blogspot.com/ "..Act your age, and not your shoe size.." -Prince(1986) > Date: Wed, 22 Aug 2007 16:18:24 -0300 > From: [E

RE: Solr and terracotta

2007-08-27 Thread Jeryl Cook
searching.Also it uses "virtual memory" , so the amount of "documents" stored in the RAMDirectory is only limited to space. Jeryl Cook /^\ Pharaoh /^\ http://pharaohofkush.blogspot.com/ > Date: Wed, 22 Aug 2007 14:46:19 -0700 > From: [EMAIL PROTECTED] > To: solr-use

RE: RAMDirectory

2007-09-22 Thread Jeryl Cook
not yet implemented ,hopefully soon : http://jira.terracotta.org/jira/browse/CDV-399 Jeryl Cook /^\ Pharaoh /^\ http://pharaohofkush.blogspot.com/ "..Act your age, and not your shoe size.." -Prince(1986) > Date: Sat, 22 Sep 2007 15:33:58 -0400 > From: [EMAIL PROTE

RE: Any tips for indexing large amounts of data?

2007-10-31 Thread Jeryl Cook
faceted browse. Jeryl Cook > To: solr-user@lucene.apache.org> From: [EMAIL PROTECTED]> Subject: Any tips > for indexing large amounts of data?> Date: Wed, 31 Oct 2007 10:30:50 -0400> > > Hi,> > I am creating an index of approx 500K documents. I wrote an index

unsubscribe

2007-11-07 Thread Jeryl Cook
Jeryl Cook /^\ Pharaoh /^\ http://pharaohofkush.blogspot.com/ "..Act your age, and not your shoe size.." -Prince(1986) > From: [EMAIL PROTECTED]> Subject: Re: start.jar -Djetty.port= not working> > Date: Wed, 7 Nov 2007 10:13:22 -0500> To: solr-user@lucene.apache.org

DynamicField and FacetFields..

2007-12-01 Thread Jeryl Cook
efine it in the schema.xml is this just a something that is not implemented? or am i missing something... Thanks. Jeryl Cook /^\ Pharaoh /^\ http://pharaohofkush.blogspot.com/ "..Act your age, and not your shoe size.." -Prince(1986) > Date: Fri, 30 No

RE: DynamicField and FacetFields..

2007-12-01 Thread Jeryl Cook
fixed, i had a typo...may want to delete my post( i want to :P .) Jeryl Cook > From: [EMAIL PROTECTED] > To: solr-user@lucene.apache.org > Subject: DynamicField and FacetFields.. > Date: Sat, 1 Dec 2007 14:21:12 -0500 > > Question: > I need to dynamically data to SOL

Re: RAM Based Index for Solr

2008-03-20 Thread Jeryl Cook
there currently is no way to use RAMDirectory instead of FSDirectory yet in SOLR, however there is a feature request to implement this. I personally think this will be great because we could use Terracotta to handle the clustering. Jeryl Cook On Thu, Mar 20, 2008 at 1:07 AM, Norberto Meijome

Re: Update schema.xml without restarting Solr?

2008-03-26 Thread Jeryl Cook
e. > > If this is not possible to do, is it really necessary to restart the > entire application server for a change in schema.xml to have effect? > Or only the solr webapp? > > Regards > /Jimi > -- Jeryl Cook /^\ Pharaoh /^\ http://pharaohofkush.blogspot.com/ "..Act your age, and not your shoe size.." -Prince(1986)

Re: Update schema.xml without restarting Solr?

2008-03-26 Thread Jeryl Cook
me :).. FYI: http://www.terracotta.org/confluence/display/tcforge/Proposal+-+Terracotta+for+Lucene Jeryl Cook On Wed, Mar 26, 2008 at 5:16 PM, Yonik Seeley <[EMAIL PROTECTED]> wrote: > On Wed, Mar 26, 2008 at 4:41 PM, Ryan McKinley <[EMAIL PROTECTED]> wrote: > > just

RAMDirecotory instead of FSDirectory for SOLR

2007-05-30 Thread Jeryl Cook
Is it possible to simply change configuration to use RAMDirectory , instead of the FSDirectory..if not it would be great to have this as possible option int he configuration fileThe Master/Worker pattern used for handling scalability works(outlined in SOLR manual/wiki).its a proven patt

RE: RAMDirecotory instead of FSDirectory for SOLR

2007-05-31 Thread Jeryl Cook
Thanks for the responses (smile..)...actually looking over the message board, looks like i can achieve this with the "embedded" version of SOLR uses the lucene RAMDirectory to store the index..Jeryl Cook /^\ Pharaoh /^\ http://pharaohofkush.blogspot.com/ "..Act your ag

RE: RAMDirecotory instead of FSDirectory for SOLR

2007-05-31 Thread Jeryl Cook
how performance will be".,etci was trying to get it working..andload test the hell out it, and see how it acts with large amounts of data, and how it ompares with SOLR using typical FSDirectory approach.i plan to post findings..Jeryl Cook /^\ Pharaoh /^\ http://pharaohofkush.blog

RE: RAMDirecotory instead of FSDirectory for SOLR

2007-05-31 Thread Jeryl Cook
We'd be> more than happy to help you get this stuff working.> > Cheers,> Orion> > > Jeryl Cook wrote:> > > > Thats the thing,Terracotta persists everything it has in memory to the> > disk when it overflows(u can set how much u want to use in memory), or>