RE: need of projects

2009-12-18 Thread Brian Klippel
http://our.gop.com/app/render/go.aspx?xsl=search.xsltsearchTerm=*:*searc hFilter=SearchObjectCategory:USER_PROFILE It returns well formed XML or JSoN, simply utilize it as a rest-like web service. Most sites you visit that utilize it will not expose that consumption logic in client visible code.

why would a search for a specific field value fail when data is present?

2009-08-24 Thread Brian Klippel
Hopefully, someone can tell me what is going wrong here. I have a field, SearchObjectType, and a large number of the documents indexed in a give core have a value of USER_PROFILE. When I examine the schema browser in admin, it confirms this. The term USER_PROFILE is the top term for this

localSolr install

2009-08-07 Thread Brian Klippel
Is there any sort of guide to installing and configuring localSolr into an existing solr implementation? I'm not extremely versed with java applications, but I've managed to cobble together jetty and solr multicore fairly reliably. I've downloaded localLucine 2.0 and localSolr 6.1, and this

RE: 99.9% uptime requirement

2009-08-06 Thread Brian Klippel
You could create a new working core, then call the swap command once it is ready. Then remove the work core and delete the appropriate index folder at your convenience. -Original Message- From: Robert Petersen [mailto:rober...@buy.com] Sent: Wednesday, August 05, 2009 6:41 PM To:

Question re SOLR-920 Cache and reuse schema

2009-07-23 Thread Brian Klippel
https://issues.apache.org/jira/browse/SOLR-920 Where would the shared schema.xml be located (same as solr.xml?), and how would dynamic schema play into this? Would each core's dynamic schema still be independent?

RE: Wildcards at the Beginning of a Search.

2009-07-20 Thread Brian Klippel
Depending on how you are sending docs in for indexing, you could also add an additional field who's value was a string reverse of the primary value. Then search that field with a trialing wildcard. -Original Message- From: Jeff Newburn [mailto:jnewb...@zappos.com] Sent: Monday, July

issue inquiry: unterminated index lock after optimize update command

2009-07-15 Thread Brian Klippel
that should be reported, or is this an intended behavior? Thanks, Brian Brian Klippel | Senior Platform Architect 5500 Interstate North Parkway | Atlanta, GA 30328 Office 678.391.7821 http://www.theport.com/

RE: Chrome Web Browser doesn't render properly

2009-07-15 Thread Brian Klippel
Nope, chrome treats xml as html. Either view source or use another browser. -Original Message- From: Jason Rutherglen [mailto:jason.rutherg...@gmail.com] Sent: Wednesday, July 15, 2009 2:15 PM To: solr-user@lucene.apache.org Subject: Chrome Web Browser doesn't render properly From the