RE: SOLR 7+ / Lucene 7+ and performance issues with DelegatingCollector and PostFilter

2019-08-28 Thread Wittenberg, Lucas
possible to improve this even more. Is it possible/wise to disable the compression? Anyway, really appreciate the support. Thanks. /cheers -Message d'origine- De : Wittenberg, Lucas Envoyé : mardi 27 août 2019 11:06 À : solr-user@lucene.apache.org Objet : RE: SOLR 7+ / Lucene 7

RE: SOLR 7+ / Lucene 7+ and performance issues with DelegatingCollector and PostFilter

2019-08-27 Thread Wittenberg, Lucas
Thanks for the suggestion. But the "customid" field is already set as docValues="true" actually. Well, I guess so as it is a type="string" which by default has docValues="true". -Message d'origine- De : Wittenberg, Lucas En

SOLR 7+ / Lucene 7+ and performance issues with DelegatingCollector and PostFilter

2019-08-26 Thread Wittenberg, Lucas
Hello all, Here is the situation I am facing. I am migrating from SOLR 4 to SOLR 7. SOLR 4 is running on Tomcat 8, SOLR 7 runs with built in Jetty 9. The largest core contains about 1,800,000 documents (about 3 GB). The migration went through smoothly. But something's bothering me. I have a Pos

RE: SOLR 7.2.1 on SLES 11?

2018-07-19 Thread Lichte, Lucas R - DHS (Tek Systems)
86_64 patchutils is needed by bash-4.3-286.1.x86_64 If I can find a repository for them I can throw that into Zypper, but thus far I've failed. Anyone out there have any suggestions? -Original Message- From: Lichte, Lucas R - DHS (Tek Systems) [mailto:lucas.lic...@dhs.wis

RE: SOLR 7.2.1 on SLES 11?

2018-07-11 Thread Lichte, Lucas R - DHS (Tek Systems)
grag.org] Sent: Wednesday, July 11, 2018 2:04 PM To: solr-user@lucene.apache.org Subject: Re: SOLR 7.2.1 on SLES 11? On 7/11/2018 12:09 PM, Lichte, Lucas R - DHS (Tek Systems) wrote: > Hello, we're trying to get SOLR 7.2.1 running on SLES 11 but we hit issues > with BASH 3 and the

SOLR 7.2.1 on SLES 11?

2018-07-11 Thread Lichte, Lucas R - DHS (Tek Systems)
Hello, we're trying to get SOLR 7.2.1 running on SLES 11 but we hit issues with BASH 3 and the ${distro_string,,} at the beginning of the install_solr_service.sh. We're just trying to get this upgraded without tossing out the old DB serves so we can get the content team happy and move on to re

How to unsubscribe

2017-08-15 Thread Lucas Pelegrino
Hey guys. I have sent email to solr-user-unsubscr...@lucene.apache.org several times, but doesn't seem to be having any effect. Regards

Re: Unable to create core [collection] Caused by: null

2017-07-28 Thread Lucas Pelegrino
Thanks Shawn and everyone! Solved. 2017-07-27 18:29 GMT-04:00 Shawn Heisey : > On 7/25/2017 5:21 PM, Lucas Pelegrino wrote: > > Trying to make solr work here, but I'm getting this error from this > command: > > > > $ ./solr create -c products -d /Users/lucaswxp

Unable to create core [collection] Caused by: null

2017-07-25 Thread Lucas Pelegrino
Hey guys. Trying to make solr work here, but I'm getting this error from this command: $ ./solr create -c products -d /Users/lucaswxp/reduza-solr/products/conf/ Error CREATEing SolrCore 'products': Unable to create core [products] Caused by: null I'm posting my solrconf.xml, schema.xml and data

Is it possible to make multiple joins on Solr?

2016-11-08 Thread Lucas Cotta
I was able to implement one join (https://wiki.apache.org/solr/Join) in my query but I couldn't find the correct syntax to use multiple joins... is that possible? Could someone please give me some example? Thanks!

Re: How to implement a custom boost function

2016-10-04 Thread Lucas Cotta
It seems I could also use constant score... but this was introduced on version 5.1... anyway I could do something similar in 4.7.1? Thanks 2016-10-04 11:24 GMT-03:00 Lucas Cotta : > Sorry Bill, I didn't understand your suggestion. Could I implement a sort > function in this cas

Re: How to implement a custom boost function

2016-10-04 Thread Lucas Cotta
boost based on a field name > > > > Bill Bell > Sent from mobile > > > > On Oct 3, 2016, at 11:28 PM, Lucas Cotta wrote: > > > > Hi Walter, unfortunately I use pagination so that would not be possible.. > > > > Thanks > > > > 2016-10-04

Re: How to implement a custom boost function

2016-10-03 Thread Lucas Cotta
y blog) > > > > On Oct 3, 2016, at 6:45 PM, Lucas Cotta wrote: > > > > I actually could also use a custom similarity class that always returns > 1.0 > > then I could use small boost factors such as ^1, ^2, ^3, etc. > > > > But I want to do this onl

Re: How to implement a custom boost function

2016-10-03 Thread Lucas Cotta
only for some queries? Is it possible? Thanks! 2016-10-03 19:49 GMT-03:00 Lucas Cotta : > Hello, > > I'm new in Solr (4.7.2) and I was given the following requirement: > > Given a query such as: > > studentId:(875141 OR 873071 OR 875198 OR 108142 OR 918841 OR 870688 OR &g

How to implement a custom boost function

2016-10-03 Thread Lucas Cotta
Hello, I'm new in Solr (4.7.2) and I was given the following requirement: Given a query such as: studentId:(875141 OR 873071 OR 875198 OR 108142 OR 918841 OR 870688 OR 107920 OR 870637 OR 870636 OR 870635 OR 918792 OR 107721 OR 875078 OR 875166 OR 875151 OR 918829 OR 918808) I want the results

Solr ExtractingRequestHandler XPath

2014-04-08 Thread Lucas .
this /xhtml:html/xhtml:body/descendant::xhtml:div[@id='dk-main']/descendant:node() it doesnt work I'm using this with a website. If anyone can help me please ? Thanks you. Lucas

Indexing Pdf Portfolios

2012-01-19 Thread Lucas Simão
from Pdf Portfolios ?? att, Lucas

Pdf Portfolios

2012-01-18 Thread Lucas Simão
from Pdf Portfolios ?? att, Lucas

Re: Managing solr machines (start/stop/status)

2011-09-14 Thread josh lucas
On Sep 13, 2011, at 5:05 PM, Jamie Johnson wrote: > I know this isn't a solr specific question but I was wondering what > folks do in regards to managing the machines in their solr cluster? > Are there any recommendations for how to start/stop/manage these > machines? Any suggestions would be app

Re: using a function query with OR and spaces?

2011-09-13 Thread josh lucas
On Sep 13, 2011, at 8:37 AM, Jason Toy wrote: > I had queries breaking on me when there were spaces in the text I was > searching for. Originally I had : > > fq=state_s:New York > and that would break, I found a work around by using: > > fq={!raw f=state_s}New York > > > My problem now is doin

Problem using stop words

2011-08-22 Thread Lucas Miguez
Hi, I am trying to use spanish stop words, but the stop words are not working: Part of the schema.xml file: __

Suggestions for copying fields across cores...

2011-08-05 Thread josh lucas
Is there a suggested way to copy data in fields to additional fields that will only be in a different core? Obviously I could index the data separately and I could build that into my current indexing process but I'm curious if there might be an easier, more automated way. Thanks! josh

Re: Preserve XML hierarchy

2011-07-26 Thread Lucas Miguez
gards 2011/7/15 Gora Mohanty > On Thu, Jul 14, 2011 at 8:43 PM, Lucas Miguez wrote: >> Thanks for your help! >> >> DIH XPathEntityProcessor helps me to index the XML Files, but, does it >> help to me to know from where the node comes? Following the example in >

Fwd: Preserve XML hierarchy

2011-07-14 Thread Lucas Miguez
just what you need? > > -Mike > > On 7/14/2011 3:31 AM, Lucas Miguez wrote: >> >> Hi, >> >> yes, I was asking about it, is it possible to index an XML file? >> >> Is it possible to know which node of the XML the search result comes from? >> >>

Re: Preserve XML hierarchy

2011-07-14 Thread Lucas Miguez
nty : > On Wed, Jul 13, 2011 at 10:30 PM, Lucas Miguez wrote: >> Hi, >> >> is it possible to do that in Apache Solr? If i make a search, how I >> know from where it comes the result? > [...] > > Your question is not very clear, and I happen unfortunately to be

Preserve XML hierarchy

2011-07-13 Thread Lucas Miguez
Hi, is it possible to do that in Apache Solr? If i make a search, how I know from where it comes the result? Thanks! I have an XML like this: some Text another text text more text text some Text text some Text another text text more text text text text

Multivalued field: get only the str that matches with the query

2011-07-13 Thread Lucas Miguez
Hi all, I have a multivalued field. I need to make a search in the multivalued field and get only the values that match with the query. Example: aaa bbb ccc aaa ccc So, if I make a search like "text:aaa" the 3 values are returned, when only results one and two are the correct. I am using the

Re: Auto ID for Documents indexed

2010-08-27 Thread Lucas F. A. Teixeira
Oh, wait. If you do not have to have sequential, but only unique keys, you can use the UUIDType. You can set SOLR to handle this and generate the field ids for you. Works great for me. []s, Lucas Frare Teixeira .·. - lucas...@gmail.com - lucastex.com.br - blog.lucastex.com - twitter.com

Re: 'Error 404: missing core name in path ' in adminconsole

2010-08-24 Thread Lucas F. A. Teixeira
I hate when this happen. Look, if you enter the url: http://server:port/solr/core/admin you'll have this error you said... try a final slash on it http://server:port/solr/core/admin/ and will work. Lucas Frare Teixeira .·. - lucas...@gmail.com - lucastex.com.br - blog.lucaste

Re: Logging in Embedded SolrServer - What a nightmare.

2010-03-03 Thread Lucas F. A. Teixeira
nyone can please help me? []s, Lucas Frare Teixeira .·. - lucas...@gmail.com - lucastex.com.br - blog.lucastex.com - twitter.com/lucastex On Tue, Mar 2, 2010 at 6:36 PM, Kevin Osborn wrote: > Not sure if it will solve your specific problem. We use Solr as a WAR as > well as Solrj. So th

Logging in Embedded SolrServer - What a nightmare.

2010-03-02 Thread Lucas F. A. Teixeira
guides I've found in the internet is talking about solr http, this is ok for me, with http I got everything working, but not with solr embedded. Have anyone achieved this with embedded? Thanks a lot ppl, []s, Lucas Frare Teixeira .·. - lucas...@gmail.com - lucastex.com.br - blog.lucastex.com - twitter.com/lucastex

Re: Embedded Vs External Solr Server

2009-12-28 Thread Lucas F. A. Teixeira
result retrieval -> same speed of search -> embeeded maintenance cost and flexibility -> http []s, Lucas Frare Teixeira .·. - lucas...@gmail.com - lucastex.com.br - blog.lucastex.com - twitter.com/lucastex On Mon, Dec 28, 2009 at 6:07 AM, Vijay Rao wrote: > Hello, > > I

Re: How TEXT field make sortable?

2009-11-10 Thread Lucas F. A. Teixeira
That's correct. You can use copyField to copy this field's content to another field of other tipo (string) and sort by this one. []s, Lucas Frare Teixeira .·. - lucas...@gmail.com - lucastex.com.br - blog.lucastex.com - twitter.com/lucastex On Tue, Nov 10, 2009 at 5:36 AM, Avlesh Si

Solr 1.4 - Pre release post (portuguese)

2009-11-09 Thread Lucas F. A. Teixeira
-1-4-mais-que-pronto/> []s, Lucas Frare Teixeira .·. - lucas...@gmail.com - lucastex.com.br - blog.lucastex.com - twitter.com/lucastex

Re: Getting started with DIH

2009-11-08 Thread Lucas F. A. Teixeira
If I'm not wrong, you can have several entities in one document, but just one datasource configured. []sm Lucas Frare Teixeira .·. - lucas...@gmail.com - lucastex.com.br - blog.lucastex.com - twitter.com/lucastex On Sun, Nov 8, 2009 at 3:36 PM, Michael Lackhoff wrote: > On 08.11.20

Re: Getting started with DIH

2009-11-08 Thread Lucas F. A. Teixeira
You have an example on using mail dih in solr distro []s, Lucas Frare Teixeira .·. - lucas...@gmail.com - lucastex.com.br - blog.lucastex.com - twitter.com/lucastex On Sun, Nov 8, 2009 at 1:56 PM, Michael Lackhoff wrote: > I would like to start using DIH to index some RSS-Feeds and m

Re: Is it possible to a Transform handle data from 2 rows?

2009-10-30 Thread Lucas F. A. Teixeira
partments! Got it? What you are doing, is any similar to this? Thanks! Lucas Frare Teixeira .·. - lucas...@gmail.com - lucastex.com.br - blog.lucastex.com - twitter.com/lucastex On Fri, Oct 30, 2009 at 7:32 AM, Chantal Ackermann < chantal.ackerm...@btelligent.de> wrote: >

Is it possible to a Transform handle data from 2 rows?

2009-10-29 Thread Lucas F. A. Teixeira
* content = "desc4desc5" I've builted some custom transformers before, but never using data from different rows. If this is not possible with transformers, how can I achieve this? Thanks! Lucas Frare Teixeira .·. - lucas...@gmail.com - lucastex.com.br - blog.lucastex.com - twitter.com/lucastex

[Tutorial] Creating custom Transformers

2009-10-26 Thread Lucas F. A. Teixeira
ado-para-o-solr/ Thanks, Lucas Frare Teixeira .·. - lucas...@gmail.com - lucastex.com.br - blog.lucastex.com - twitter.com/lucastex

Re: Solr 1.4 Release Date

2009-10-16 Thread Lucas F. A. Teixeira
ppl will wait lucene 2.9.1 since 2.9 have a "great" bug in it. []s, Lucas Frare Teixeira .·. - lucas...@gmail.com - lucastex.com.br - blog.lucastex.com - twitter.com/lucastex On Fri, Oct 16, 2009 at 2:50 AM, Rob Ganly wrote: > i was wondering the same thing since: > >

Re: Viewing xml in Safari

2009-09-02 Thread Lucas F. A. Teixeira
http://www.entropy.ch/software/MacOSX/xmlviewplugin/ Lucas Frare Teixeira .·. - lucas...@gmail.com - blog.lucastex.com - twitter.com/lucastex On Wed, Sep 2, 2009 at 3:28 PM, Paul Tomblin wrote: > Slightly off topic, but I'm getting tired of hitting the 'view source' > ke

Re: DIH opening searchers for every doc.

2009-08-17 Thread Lucas F. A. Teixeira
ppening to open this searchers? Thanks! []s, Lucas Frare Teixeira .·. - lucas...@gmail.com - blog.lucastex.com - twitter.com/lucastex 2009/8/17 Noble Paul നോബിള്‍ नोब्ळ् > DIH does not open searchers for each doc. Do you have any autocommit > enabled? > > On Mon, Aug 17, 2009

DIH opening searchers for every doc.

2009-08-17 Thread Lucas F. A. Teixeira
in Aug 17, 2009 11:46:03 AM org.apache.solr.search.SolrIndexSearcher INFO: Opening searc...@c27c36 main Aug 17, 2009 11:46:03 AM org.apache.solr.search.SolrIndexSearcher Lucas Frare Teixeira .·. - lucas...@gmail.com - blog.lucastex.com - twitter.com/lucastex

Re: Whats the maximum limit for Dynamic Fields?

2009-08-16 Thread Lucas F. A. Teixeira
aka, the sky. Lucas Frare Teixeira .·. - lucas...@gmail.com - blog.lucastex.com - twitter.com/lucastex On Sun, Aug 16, 2009 at 2:45 AM, Shalin Shekhar Mangar < shalinman...@gmail.com> wrote: > On Sun, Aug 16, 2009 at 8:43 AM, Ninad Raut >wrote: > > > Hi, > > I wan

Re: [OT] Solr Webinar

2009-08-14 Thread Lucas F. A. Teixeira
webinar: https://admin.na4.acrobat.com/_a837485961/p23226399/ slides: http://www.lucidimagination.com/files/file/improving_findability.pdf []s, Lucas Frare Teixeira .·. - lucas...@gmail.com - blog.lucastex.com - twitter.com/lucastex On Fri, Aug 14, 2009 at 2:55 AM, Lukáš Vlček wrote

Re: [OT] Solr Webinar

2009-08-10 Thread Lucas F. A. Teixeira
Hello Grant, Will the webinar be recorded and available to download later someplace? Unfortunately, I can't watch this time. Thanks, []s, Lucas Frare Teixeira .·. - lucas...@gmail.com - blog.lucastex.com - twitter.com/lucastex On Mon, Aug 10, 2009 at 12:33 PM, Grant Ingersoll wrote: >

Re: Language Detection for Analysis?

2009-08-06 Thread Lucas F. A. Teixeira
http://groovyconsole.appspot.com/view.groovy?id=16 []s, Lucas Frare Teixeira .·. - lucas...@gmail.com - blog.lucastex.com - twitter.com/lucastex On Thu, Aug 6, 2009 at 4:46 PM, Bradford Stephens < bradfordsteph...@gmail.com> wrote: > Hey there, > > We're trying to add foreign language su

Re: Unicode characters that are not legal XML characters;

2008-12-23 Thread lucas song
I have wirte a class to deal with this problem. public class XmlCharFilter { public static String doFilter(String in) { StringBuffer out = new StringBuffer(); // Used to hold the output. char current; // Used to reference the current character. if (in == null || ("".equals(in)))

Using Solr1.2 to read index generated by Solr 1.3

2008-10-13 Thread Lucas F. A. Teixeira
Is this possible? Thinking in a two-phase migration process, I`d like to upgrade first my master generation index, and then after that, I`ll upgrade my index consumer. Is this possible or I will have any issue? I`m using Embeeded Server and not HTTP. Thanks a lot! []s, Lucas -- Lucas

Re: DataImportHandler - combined DataSource possible?

2008-07-01 Thread Lucas F. A. Teixeira
DIH, aka, thank-you-god-this-dih-saved-my-life []s, Lucas Lucas Frare A. Teixeira [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> Tel: +55 11 3660.1622 - R3018 Shalin Shekhar Mangar escreveu: Hi Jon, Yes it is possible. Define two dataSources in the data config file and use them lik

Re: solrj.embedded.JettySolrRunner and logging to file instead of STDERR

2008-06-19 Thread Lucas F. A. Teixeira
Solr uses JDK logging system, Configuring this will make you happy. []s, LUcas Lucas Frare A. Teixeira [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> Tel: +55 11 3660.1622 - R3018 Daniel Rosher escreveu: Hi, I've modified a copy of ./src/test/org/apache/solr/TestDistributedSear

Re: "Did you mean" functionality

2008-06-18 Thread Lucas F. A. Teixeira
Yeah, i read it. Thanks a lot, I`m waiting for it! []s, Lucas Lucas Frare A. Teixeira [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> Tel: +55 11 3660.1622 - R3018 Grant Ingersoll escreveu: Also see http://wiki.apache.org/solr/SpellCheckComponent I expect to commit fairly soon. On

Re: "Did you mean" functionality

2008-06-17 Thread Lucas F. A. Teixeira
Hello Otis! Thanks a lot! []s, Lucas Lucas Frare A. Teixeira [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> Tel: +55 11 3660.1622 - R3018 Otis Gospodnetic escreveu: Hi Lucas, Have a look at (the patch in) SOLR-572, lots of work happening there as we speak. Otis -- Sematext -

"Did you mean" functionality

2008-06-17 Thread Lucas F. A. Teixeira
of course to search through this words generated by this API. I can use the lib itself to search the suggestions, w/out using solr, but I`m confused about how may I proceed when indexing this docs. Thanks a lot, []s, -- Lucas Frare A. Teixeira [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]&g

Re: Problems in solrJ trunk

2008-06-09 Thread Lucas F. A. Teixeira
Exactly, And adding the methods in the abstract class in the minor releases, and in the interface in major releases. []s, Lucas Lucas Frare A. Teixeira [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> Tel: +55 11 3660.1622 - R3018 Alexander Ramos Jardim escreveu: Well, There is a

Re: Auto commit and optimize settings

2008-05-19 Thread Lucas F. A. Teixeira
Take a look in mergeFactor (and probably use compound format). []s, Lucas Frare A. Teixeira [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> Tel: +55 11 3660.1622 - R3018 Vaijanath N. Rao escreveu: Hi Otis and Solr-users, I was under the impression that when one call optimize all the i

Re: Differences between nightly builds

2008-05-14 Thread Lucas F. A. Teixeira
Thanks Otis! []s, Lucas Lucas Frare A. Teixeira [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> Tel: +55 11 3660.1622 - R3018 Otis Gospodnetic escreveu: Lucas, Look at the solr svn repository's root and you will see a file name called CHANGES.txt. That contains all major Solr c

Differences between nightly builds

2008-05-13 Thread Lucas F. A. Teixeira
find all changes between some date (my aug 07') and nowadays? Maybe with this I can make their mind! Thank you. []s, -- Lucas Frare A. Teixeira [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> Tel: +55 11 3660.1622 - R3018

Re: Facet Query

2008-04-11 Thread Lucas F. A. Teixeira
Exactly, It`s something like count(*) group by _your-field_ []s, Lucas   Lucas Frare de Avelar Teixeira Analista de Sistemas [EMAIL PROTECTED] Tel:  (11) 3522-7723 - Ramal: 4014

Re: Brazilian Portuguese synonyms

2008-04-02 Thread Lucas F. A. Teixeira
Synonyms support? Actually, we just have a big list of portuguese synonyms. I was talking about a portuguese steemer. Interested? Anything, just mail me @ [EMAIL PROTECTED] []s, Lucas Rogerio Pereira wrote: Hi guys! Lucas, I would like know more about your work with support of brazilian

Re: synonyms

2008-03-31 Thread Lucas F. A. Teixeira
Hello All, We've implemented a PortugueseSteemer. We want to let it available for everyone. Where can I commit it ? []s, Lucas Leonardo Santagada wrote: On 28/03/2008, at 16:28, Lance Norskog wrote: Lucas- Your examples are Portuguese and Spanish. You might find a Spanish-lan

Re: synonyms

2008-03-28 Thread Lucas F. A. Teixeira
Thanks Erick, But its already being used :-( still looking for something :-) Thank you! []s, Lucas Erick Erickson wrote: Your problem might be solved by (from memory, so check it), using a filter for indexing that collapses flexed (accented etc?) characters. See IsoLatin1AccentFilter

Index "corruption" makes it return a different result

2008-03-26 Thread Lucas F. A. Teixeira
e itemId value that I got, the one that was printed from that application above was 578340. Wow!! I can reproduce this error anytime with this code or with luke on this corrupted index, but was terrible for me to find the exact point of this fault. I've reindexed everything, it solves my pro

synonyms

2008-03-25 Thread Lucas F. A. Teixeira
for what i've typed (refrigerador, refrigerado, refrigeração, etc). But I won't find the results for the flexed words of the synonym that i've defined (geladeira), for example "gelado, gelo, etc". Do you guys know how can i solve this issue? Thanks all! []s, Lucas

Accented chars (Portuguese)

2008-02-28 Thread Lucas Teixeira
anybody had these same problems sometime? Thank you all, []s, Lucas

Re: Problem with machine hostname and Solr/Tomcat

2007-05-29 Thread Brian Lucas
Thanks Chris, it was as easy as adding the hostname to /etc/hosts to fix. hossman_lucene wrote: > > : Anyone encounter a problem when changing their hostname? (via > : /etc/conf.d/hostname or just the hostname command) I'm getting this > error > : when going to the admin screen, I have a feel

Problem with machine hostname and Solr/Tomcat

2007-05-25 Thread Brian Lucas
Anyone encounter a problem when changing their hostname? (via /etc/conf.d/hostname or just the hostname command) I'm getting this error when going to the admin screen, I have a feeling it's a simple fix. It seems to work when it thinks the machine's name is just 'localhost'. org.apache.jasper.

Re: Returning xx number of each group in a single query?

2007-03-18 Thread Brian Lucas
by name (which could be a param) altering > the request params each time based on it's input, and consolidating all of > hte results. > > : Date: Fri, 16 Mar 2007 17:59:56 -0700 (PDT) > : From: Brian Lucas <[EMAIL PROTECTED]> > : Reply-To: solr-user@lucene.apache.org >

Returning xx number of each group in a single query?

2007-03-16 Thread Brian Lucas
Is there a way to fetch 5 records with group_id:1, 5 records with group_id:2, 5 records with group_id:3, and so forth in a single query? The facet features don't seem to give me what I need -- same with rows. Any ideas on how to do something like this? -- View this message in context: http:/

Gentoo: problem with xml-apis.jar/Apache Tomcat Native Library

2007-02-12 Thread Brian Lucas
I'm getting the following when I used the "The Apache Tomcat Native library" extensions in Gentoo: Feb 13, 2007 12:55:42 AM org.apache.catalina.core.StandardContext filterStart SEVERE: Exception starting filter SolrRequestFilter java.lang.ExceptionInInitializerError at org.apache.sol

Re: Using HTTP-Post for Queries

2007-01-19 Thread Brian Lucas
Walter Underwood wrote: > > > Use GET unless it really, really, really doesn't work. POST is > the wrong HTTP semantic for fetching information. Long query > strings are not a good enough reason. HTTP puts no limit on the > length of a URL. > Walter, while your above statement may be true, s

Re: Solr e Terracotta

2006-12-07 Thread Brian Lucas
Otis, very cool find indeed. This is certainly worth exploring for SOLR, especially for the CNET guys and anybody else already using multiple master/slave configurations. After watching the video I may have to try it out myself. Brian Otis Gospodnetic wrote: > > Now that Terracotta JVM clu

RE: dismax and facets with constraints

2006-09-21 Thread Brian Lucas
Just to clarify on this point, I am using highlighting in standardquery. When I add a constraint and sort by a field, the highlighting function no longer works. Possible bug or user error? _ I can do it with standardrequest, but then it doesn't appear like I can sort the results.

dismax and facets with constraints

2006-09-21 Thread Brian Lucas
I'm experimenting with dismax to do faceted browsing, and when I add a constraint with dismax on that facet, I no longer get the entire facet-count. i.e. q=blah&qt=dismax&fq=type_id:1&hl=true&hl.fl=title+summary&hl.snippets=3&face t=true&facet.limit=-1&facet.zeros=false&facet.field=type_id

RE: strange highlighting behavior

2006-09-19 Thread Brian Lucas
Yonik, thanks for the tip. Converting to 'integer' and deleting/reindexing fixed it. Can 'sint' be used for the id with highlighting, or does one need to use integer or string for that? Just trying to figure out if it's a bug with sint, or possibly due to the fact I could have changed sint to i

strange highlighting behavior

2006-09-19 Thread Brian Lucas
I’m experiencing some unusual behavior when I perform a search with highlighting enabled. I’ve set up “id” as “sint” and indexed properly, but performing a search gives the following result: 3.0647626 2 369845 1 Microsoft Reorganizes Microsoft Reorganizes 3.0647626

update partial document

2006-09-18 Thread Brian Lucas
Hi, I wanted to inquire if anybody would find an update flag useful that only replaced the subset of data (ie a certain field) getting passed in, instead of the whole record. Pseudo-code for what I'm describing: 125125 true + RU - EN

RE: Got it working! And some questions

2006-09-09 Thread Brian Lucas
Hi Michael, I apologize for the lack of testing on the SolPHP. I had to "strip" it down significantly to turn it into a general class that would be usable and the version up there has not been extensively tested yet (I'm almost ready to get back to that and "revise" it), plus much of my coding is

RE: acts_as_solr

2006-08-30 Thread Brian Lucas
Either Chris or Erik has been in contact with the author of this project, IIRC. -Original Message- From: Kevin Lewandowski [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 30, 2006 1:42 PM To: solr-user@lucene.apache.org Subject: Re: acts_as_solr You might want to look at acts_as_search

RE: acts_as_solr

2006-08-29 Thread Brian Lucas
Let's create it as a top-level directory solely because it might give people a small head-start in SOLR evaluation and getting things off the ground (less navigation around the tree to get started). If there are any problems, we can always revert back to /contrib/clients. B -Original Message

RE: client code for searching?

2006-07-14 Thread Brian Lucas
arch() or query() functionality (implemented in Java) somewhere that I could work off of. phil. On Jul 14, 2006, at 3:09 PM, Brian Lucas wrote: > http://wiki.apache.org/solr/SolJava > > > -Original Message- > From: WHIRLYCOTT [mailto:[EMAIL PROTECTED] > Sent: Friday, July

RE: client code for searching?

2006-07-14 Thread Brian Lucas
specific on the wiki that you're able to point me at? phil. On Jul 14, 2006, at 3:00 PM, Brian Lucas wrote: > Check the wiki, my friend. > http://wiki.apache.org/solr > > > > -Original Message- > From: WHIRLYCOTT [mailto:[EMAIL PROTECTED] > Sent: Friday, July 14,

RE: client code for searching?

2006-07-14 Thread Brian Lucas
Check the wiki, my friend. http://wiki.apache.org/solr -Original Message- From: WHIRLYCOTT [mailto:[EMAIL PROTECTED] Sent: Friday, July 14, 2006 12:35 PM To: solr-user@lucene.apache.org Subject: Re: client code for searching? Yes, I need java, but I would be eager to read your python c

RE: Java or PHP code to trigger solr?

2006-06-28 Thread Brian Lucas
eir PHP distribution. Brian -Original Message- From: Erik Hatcher [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 28, 2006 9:35 PM To: solr-user@lucene.apache.org Subject: Re: Java or PHP code to trigger solr? On Jun 28, 2006, at 5:26 PM, Brian Lucas wrote: > Ok, I uploaded the

RE: Java or PHP code to trigger solr?

2006-06-28 Thread Brian Lucas
ginal Message- From: Michael J. Giarlo [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 28, 2006 2:52 PM To: solr-user@lucene.apache.org Subject: Re: Java or PHP code to trigger solr? I believe Brian Lucas was writing PHP bindings -- http://wiki.apache.org/solr/SolPHP How's that going,

RE: International Charsets in embedded XML

2006-06-16 Thread Brian Lucas
It sounds like many people (myself included) try to avoid using yet another application server (Tomcat) initially. While I think it's already been alluded to pretty well, it might be a good idea to stress on the Solr wiki that the Jetty instance isn't fully debugged and is only recommended for pro

RE: SolPHP

2006-06-01 Thread Brian Lucas
tracted so no XML or HTTP is seen by the client code. Erik On Jun 1, 2006, at 8:49 PM, Brian Lucas wrote: > Yes, I have written bindings but hadn't abstracted them fully. > They're > pretty solid and since you're the second person that's asked, let &g

RE: SolPHP

2006-06-01 Thread Brian Lucas
nik Seeley [mailto:[EMAIL PROTECTED] Sent: Thursday, June 01, 2006 6:17 PM To: solr-user@lucene.apache.org; [EMAIL PROTECTED] Subject: Re: SolPHP Nothing in SVN... It looks like Brian Lucas might have been working on something: http://www.mail-archive.com/solr-user%40lucene.apache.org/msg0032

RE: Documentation?

2006-05-16 Thread Brian Lucas
I've got some PHP and Ruby/Rails bindings I'll contribute soon enough as well which will make integration with those environments fairly simple as well. -Original Message- From: Yonik Seeley [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 16, 2006 7:39 AM To: solr-user@lucene.apache.org Subj

Re: Newbie with problems getting Solr to run on Tomcat

2006-05-15 Thread Brian Lucas
I had the same issue some time back. I think the problem is that you need to create solr/conf and solr/data under the tomcat root, not inside "webapps". For instance: TOMCAT HOME = /usr/local/tomcat/ SOLR CONFIG = /usr/local/tomcat/solr/conf/ SOLR DATA = /usr/local/tomcat/solr/data/ SOLR WEB

Ruby bindings/SolRuby?

2006-05-01 Thread Brian Lucas
Is anyone working on Ruby bindings? I noticed a page called "SolRuby" on the wiki - what is this? I would like to make Solr work like a model in Rails if possible, but don't want to reinvent the wheel. Thanks, Brian

RE: Possible to HTTP POST (very long) queries?

2006-04-19 Thread Brian Lucas
/uncommon case ("Search POST Problem in Jetty start.jar")? Thanks, Brian -Original Message- From: Yonik Seeley [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 19, 2006 2:21 PM To: solr-user@lucene.apache.org Subject: Re: Possible to HTTP POST (very long) queries? On 4/19/06, B

RE: Possible to HTTP POST (very long) queries?

2006-04-19 Thread Brian Lucas
Hi Chris, Two things which may not necessarily be related: 1. Regarding HTTP POST, I dropped in the 'start.jar' from the 04-19-2006 build and still have the same error. Something as simple as this example should work, right? -- http://localhost:8080/solr/select";> - Stil

RE: Possible to HTTP POST (very long) queries?

2006-04-19 Thread Brian Lucas
Chris, thanks for the reply. I have an easy question: What's the syntax? Changing "GET" to "POST" in the form gives me: Apr 19, 2006 6:37:05 PM org.apache.solr.core.SolrException log SEVERE: org.xmlpull.v1.XmlPullParserException: only whitespace content allowed before start tag and not q (pos

Possible to HTTP POST (very long) queries?

2006-04-18 Thread Brian Lucas
I'm attempting to send a very long / large query to Solr and I'm encountering an issue under Jetty for this query that I'm passing. It's more than likely hitting a hard-coded somewhere for the maximum length of the URL that was designed as a safety measure. I'm not sure if Tomcat would fare diff

RE: Interest in Extending SOLR

2006-04-13 Thread Brian Lucas
Hello there. I moved from Lucene to Solr and am thus far impressed with the speed, even with the added XML transport necessary to send and receive data. However, one thing I did like about the Lucene implementation was the ability to specify indices for each invocation. I agree with Michael