Re: Restart SolR and not Tomcat

2011-02-10 Thread Paul Libbrecht
Jenny, look inside the documentation of the manager application, I'm guessing you haven't activated the cross context and privileges in the server.xml to get this running. Or does it work with HTML in a browser? http://localhost:8080/manager/html paul Le 10 févr. 2011 à 16

Re: Restart SolR and not Tomcat

2011-02-10 Thread Paul Libbrecht
Exactly Jenny, *you are not authorized* means the request cannot be authorized to execute. Means some calls failed with a security error. manager/html/reload -> for browsers by humans manager/reload-> for curl (at least that's my experience) paul Le 10 févr. 2011 à 17:32, Jenn

Best way for a query-expander?

2011-02-18 Thread Paul Libbrecht
Hello Solr-friends, I want to implement a query-expander, one that enriches the input by the usage of extra parameters that, for example, a form may provide. Is the right way to subclass SearchHandler? Or rather to subclass QueryComponent? thanks in advance paul

Re: Best way for a query-expander?

2011-02-18 Thread Paul Libbrecht
Erm... extra web-request-parameters simply. paul Le 18 févr. 2011 à 19:37, Em a écrit : > > Hi Paul, > > what do you understand by saying "extra parameters"? > > Regards > > > Paul Libbrecht-4 wrote: >> >> >> Hello Solr-friends

Re: Best way for a query-expander?

2011-02-18 Thread Paul Libbrecht
using rb.req.getParams().get("blip") inside prepare(ResponseBuilder)'s subclass of QueryComponent I could easily get the extra http request param. However, how would I change the query? using rb.setQuery(xxx) within that same prepare method seems to have no effect. paul Le 18

Re: Best way for a query-expander?

2011-02-18 Thread Paul Libbrecht
it does work! Le 18 févr. 2011 à 20:48, Paul Libbrecht a écrit : > using rb.req.getParams().get("blip") inside prepare(ResponseBuilder)'s > subclass of QueryComponent I could easily get the extra http request param. > > However, how would I change the query? >

Re: Best way for a query-expander?

2011-02-19 Thread Paul Libbrecht
o think it's better to not rely too heavily on client's ability to formula string-queries since it allows all sorts of tweaking that one may not wish possible, in particular for queries that are service oriented. paul Le 19 févr. 2011 à 01:18, Chris Hostetter a écrit : > > :

How to get a field that starts with a minus?

2011-02-20 Thread Paul Tomblin
I have a field in my database, "id", which is the unique key. The id is generated as an MD5 hash of some of the other data in the record, and unfortunately the way I converted it to hex meant that sometimes I get a negative value. I'm having a real hard time figuring out the right combination of

Re: How to get a field that starts with a minus?

2011-02-20 Thread Paul Tomblin
dfb1ef5f8719f65a7403e93cc9d > > query.setQuery("{!raw f=id}-3f66fdfb1ef5f8719f65a7403e93cc9d"); > > > > --- On Sun, 2/20/11, Paul Tomblin wrote: > >> From: Paul Tomblin >> Subject: How to get a field that starts with a minus? >> To: solr-user@lucene.apache.org

Re: How to get a field that starts with a minus?

2011-02-20 Thread Paul Tomblin
On Sun, Feb 20, 2011 at 10:15 AM, Paul Tomblin wrote: > I have a field in my database, "id", which is the unique key.  The id > is generated as an MD5 hash of some of the other data in the record, > and unfortunately the way I converted it to hex meant that sometimes I >

Re: How to get a field that starts with a minus?

2011-02-20 Thread Paul Tomblin
Feb 20, 2011 at 11:17 AM, Markus Jelsma wrote: > He could also just escape it or am i missing something? > >> --- On Sun, 2/20/11, Paul Tomblin wrote: >> > From: Paul Tomblin >> > Subject: Re: How to get a field that starts with a minus? >> > To: solr

Re: Configure 2 or more Tomcat instances.

2011-02-22 Thread Paul Libbrecht
Rajini, you need to make the (~3) ports defined in conf/server.xml different. paul Le 22 févr. 2011 à 12:15, rajini maski a écrit : > I have a tomcat6.0 instance running in my system, with > connector port-8090, shutdown port -8005 ,AJP/1.3 port-8009 and redirect

Re: CUSTOM JSP FOR APACHE SOLR

2011-02-24 Thread Paul Libbrecht
artificial way to run a JSP? (I rather not like it). thanks in advance paul Le 2 févr. 2011 à 20:42, Tomás Fernández Löbbe a écrit : > Hi Paul, I don't fully understand what you want to do. The way, I think, > SolrJ is intended to be used is from a client application (outside Solr). If

Re: CUSTOM JSP FOR APACHE SOLR

2011-02-25 Thread Paul Libbrecht
hing to do. paul Le 24 févr. 2011 à 23:47, Paul Libbrecht a écrit : > Hello list, > > as suggested below, I tried to implement a custom ResponseWriter that would > evaluate a JSP but that seems impossible: the HttpServletRequest and the > HttpServletResponse are not available an

Problem with Solr and Nutch integration

2011-02-27 Thread Paul Rogers
g and that logs should be found at $CATALINA_HOME/logs/catalina.out? Thanks Paul

Re: Problem with Solr and Nutch integration

2011-02-28 Thread Paul Rogers
Hi Anurag Sorry for missing that key piece of info out. I'm running Linux (Centos 5.5). Regards Paul On 28 February 2011 07:26, Anurag wrote: > Which os u are using? >

please make JSONWriter public

2011-02-28 Thread Paul Libbrecht
settings (JSONWriter is package protected) makes it impossible for me without actually copying the code (which is possible thanks to the good open-source nature). thanks in advance paul

Re: Problem with Solr and Nutch integration

2011-02-28 Thread Paul Rogers
post I understand that this error is masking the actual error and I need to check the logs. However I'm unsure exactly where these are located. I was hoping if I could post them It'd allow you guys to suggest a solution. Many thanks Paul On 28 February 2011 11:37, Anurag wrote: >

Re: Problem with Solr and Nutch integration

2011-03-01 Thread Paul Rogers
Hi Anurag The request handler has been added the solrconfig file. I'll try your attached requesthandler and see if that helps. Interestingly enough the whole setup when I was using nutch 1.2/solr 1.4.1. It is only since moving to nutch trunk/solr branch_3x that the problem has occurred. I assu

Re: please make JSONWriter public

2011-03-01 Thread Paul Libbrecht
Ryan, honestly, hairyness was rather mild. I found it fairly readable. paul Le 1 mars 2011 à 16:46, Ryan McKinley a écrit : > You may have noticed the ResponseWriter code is pretty hairy! Things > are package protected so that the API can change between minor release > without co

Re: [ANNOUNCE] Web Crawler

2011-03-02 Thread Paul Libbrecht
VIewing the indexing result, which is a part of what you are describing I think, is a nice job for such an indexing framework. Do you guys know whether such feature is already out there? paul Le 2 mars 2011 à 12:20, Geert-Jan Brits a écrit : > Hi Dominique, > > This looks nice.

Problem adding new requesthandler to solr branch_3x

2011-03-04 Thread Paul Rogers
roblem is with the line: If this amended to read: true the solr-example starts fine. Can anyone explain: 1.  Why the problem occurs (has something changed between 1.4.1 and 3x)? 2.  Is the amended statement (true) the same (equivalent) to the original ()? Many thanks Regards Paul

Re: Problem adding new requesthandler to solr branch_3x

2011-03-05 Thread Paul Rogers
Koji many thanks for that. regards Paul On 5 March 2011 00:12, Koji Sekiguchi wrote: > >> >> If this amended to read: >> >> true >> >> the solr-example starts fine. >> > > Paul, > > It should be true. > > Koji > -- > http://www.rondhuit.com/en/ >

two QueryHandler components in one schema?

2011-03-08 Thread Paul Libbrecht
y, my question is whether - search-components can be defined by name within the requestHandler element of the schema - or whether a differently named query search-component would still be used as query-component thanks in advance paul

Re: two QueryHandler components in one schema?

2011-03-08 Thread Paul Libbrecht
So you can leave the name "query" for the > default instance of QueryComponent and then give your custom component > it's own name, and refer to it by name when configuring the > SearchHandler's you want to use it... So how do I define, for a given request-handler, a special query component? I did not find in this in the schema. paul

Re: two QueryHandler components in one schema?

2011-03-08 Thread Paul Libbrecht
Erm, did you, Hoss, not say that components are referred to by name? How could the search result be read from the query mySpecialQueryComponent if it cannot be named? Simply through the pool of SolrParams? If yes, that's the great magic of solr. paul Le 8 mars 2011 à 23:19, Chris Hostet

Re: Problem adding new requesthandler to solr branch_3x

2011-03-09 Thread Paul Rogers
Hoss many thanks for the reply Paul On 8 March 2011 19:45, Chris Hostetter wrote: > > : 1.  Why the problem occurs (has something changed between 1.4.1 and 3x)? > > Various pieces of code dealing with config parsing have changed since > 1.4.1 to be better about verifying t

accessing the analyzers in a component?

2011-03-14 Thread Paul Libbrecht
Hello fellow SOLRers, Within my custom query-component, I wish to obtain an instance of the analyzer for a given named field. Is a schema object I can access? thanks in advance paul

Re: accessing the analyzers in a component?

2011-03-15 Thread Paul Libbrecht
Thanks Ahmet, I indicated that in the wiki at http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters My solution was a little bit different since I wanted to get the analyzer per field name: rb.getSchema().getField("name").getFieldType().getAnalyzer() thanks again! paul

query expansion à la dismax

2011-03-16 Thread Paul Libbrecht
, using a similar instruction as dismax within a particular query component. Question 1: doesn't such a code already exist? (I haven't found it) Question 2: should I rather make a QParserPlugin? (the javadoc is not very helpful) thanks in advance paul

Re: Embedded Solr

2011-03-21 Thread Paul Libbrecht
d a gui so you do a little chance to skim-down efficiently into something that doesn't rely on a pre-installed jvm. I believe the results' of such an experiment interest this list (and the list above). paul Le 22 mars 2011 à 00:53, Bill Bell a écrit : > Yes it needs java to run >

when to change rows param?

2011-03-22 Thread Paul Libbrecht
(which is "limit" in the query, as per the underpinnings of ExtJS) but it seems that this is not enough. Which component should I subclass to change the rows parameter? thanks in advance paul

Re: which German stemmer to use?

2011-03-24 Thread Paul Libbrecht
ue is also very present in technology texts. Thus far only the compound-words analyzer can do such a split and you need the compounds to be manually input. Maybe that's doable? paul Le 24 mars 2011 à 00:14, Christopher Bottaro a écrit : > The wiki lists 5 available, but doesn't do

utf-8 is not so much everywhere

2011-03-26 Thread Paul Libbrecht
was using iso-8859-1. With velocity, you just need text/html; charset=utf-8 (the default seems to be text/html and not output any form of charset) Others may be different. I don't see a wiki page specialized to that. paul

Re: Multiple terms in query

2011-04-01 Thread Paul Libbrecht
Depending on the query type you use, you can give weight to particular fields. In dismax, the queried fields can be given a weight. paul Le 2 avr. 2011 à 07:43, Prav Buz a écrit : > Hi, > > When I search multiple terms in solr query , though I get all the results > containing e

normalizing the score

2011-04-05 Thread Paul Libbrecht
Can you confirm that? Isn't there going to be similar edge cases as above? I remember a time where Lucene results' score were always normalized. That seems to be not in SOLR, or? thanks in advance paul

Re: Search Regression Testing

2011-04-06 Thread Paul Libbrecht
doing. paul Le 6 avr. 2011 à 08:10, Mark Mandel a écrit : > Hey guys, > > I'm wondering how people are managing regression testing, in particular with > things like text based search. > > I.e. if you change how fields are indexed or change boosts in dismax, > ensuring

Re: Trying to Post. Emails rejected as spam.

2011-04-07 Thread Paul Rogers
his fixed the problem for me. If you can do the same in Yahoo you should find it reduces the spam score sufficiently to allow the messages through. Regards Paul On 7 April 2011 20:21, Ezequiel Calderara wrote: > > Happened to me a couple of times, couldn't find a way a workaround... &

Re: when to change rows param?

2011-04-11 Thread Paul Libbrecht
the case. paul Le 12 avr. 2011 à 02:07, Chris Hostetter a écrit : > > Paul: can you elaborate a little bit on what exactly your problem is? > > - what is the full component list you are using? > - how are you changing the param value (ie: what does the code look like) > - wh

Re: How to output the solr data into frontend?

2011-04-18 Thread Paul Libbrecht
ch, I think, must be obtainable (I am not sure). If you do not need the write abilities of a CMS, do not use it! Use simple http upload (e.g. using curl) and configure one output mechanism. 30M docs is fine for Solr (probably sharding) but it sure is a challenge for many CMSs. paul Le 19 avr. 2

Re: normalizing the score

2011-04-25 Thread Paul Libbrecht
rting by score is, however, in very good shape. paul Le 25 avr. 2011 à 22:53, Chris Hostetter a écrit : > > > : All I found was: > http://search.lucidimagination.com/search/document/9d06882d97db5c59/a_question_about_solr_score > : > : where Hoss suggests to normalize de

manual background re-indexing

2011-04-28 Thread Paul Libbrecht
the above tasks? I intend to do this on occasion... maybe once a month or even less. Is "reload" the right term to be used? paul

Re: manual background re-indexing

2011-04-28 Thread Paul Libbrecht
directory with the data that was there previously? paul Le 28 avr. 2011 à 14:04, Shaun Campbell a écrit : > Hi Paul > > Would a multi-core set up and the swap command do what you want it to do? > > http://wiki.apache.org/solr/CoreAdmin > > Shaun > > On 28 April

Re: manual background re-indexing

2011-04-28 Thread Paul Libbrecht
I sure would need a downtime to migrate from single-core to multi-core! The question is however whether there are typical steps for a migration. paul Le 28 avr. 2011 à 15:01, Erick Erickson a écrit : > It would probable be safest just to set up a separate system as > multi-core from the

Rép : Re: manual background re-indexing

2011-04-28 Thread Paul Libbrecht
> It would probable be safest just to set up a separate system as > multi-core from the start, get the process working and then either use > the new machine or copy the whole setup to the production machine.> > On Thu, Apr 28, 2011 at 8:49 AM, Paul Libbrecht <p...@hoplahup.n

Re: manual background re-indexing

2011-04-29 Thread Paul Libbrecht
should do? - still make my setting multicore and get the core-admin requesthandler to work, even with one core - attempt the reload with a change of solrconfig or schema - do the reload of data by changing the index-segment-path in the config as an example of the above thanks to clarify paul Le 29 a

Re: How can i use Solr based Search Engine for My University?

2011-05-06 Thread Paul Libbrecht
Have you looked at Nutch? Or any other web-harvester? That seems to be closest. paul Le 6 mai 2011 à 10:01, Anurag a écrit : > I am a student at http://jmi.ac.in/index.htm Jamia Millia Islamia , a > central univeristy in India. I want to use my search engine for the benefit > of stud

Debugging same SOLR installation on 2 different servers

2011-05-11 Thread Paul Michalet
hich, when queried individually, return valid results... Any pointers would be greatly appreciated; thanks in advance ! Paul

Re: Debugging same SOLR installation on 2 different servers

2011-05-11 Thread Paul Libbrecht
Could it be something in the transmission of the query? Or is it also identical? paul Le 11 mai 2011 à 17:19, Paul Michalet a écrit : > Hello everyone > > We have succesfully installed SOLR on 2 servers (developpement and > production), using the same configuration files and p

Re: Debugging same SOLR installation on 2 different servers

2011-05-11 Thread Paul Michalet
GMT [2] => ETag: "OGI3ZWYyZDUxNDgwMDAwMFNvbHI=" [3] => Content-Type: text/plain; charset=utf-8 [4] => Content-Length: 2558 [5] => Server: Jetty(6.1.3) ) Paul Michalet Le 11/05/2011 17:47, Paul Libbrecht a écrit :

Re: Results with and without whitspace(soccer club and soccerclub)

2011-05-13 Thread Paul Libbrecht
Roy, I believe the way to do that is to use a compound-words-analyzer. The issue: you need to know the decompositions in advance. Compound words are pretty common in German, for example, and I'd wish research efforts to maintain compound-words-corpus but I have not seen it yet. paul Le 1

Re: Results with and without whitespace(soccer club and soccerclub)

2011-05-13 Thread Paul Libbrecht
Hey guys, keep a bit of the thread! Roy, I'm afraid it's not different with CompoundAnalyzer: all in memory. Have you tried? I sure wish such a compound-analysis would be done with a lucene-powered dictionary! That would rock. paul Le 13 mai 2011 à 11:57, Grijesh a écrit : &g

Re: Results with and without whitespace(soccer club and soccerclub)

2011-05-13 Thread Paul Libbrecht
Le 13 mai 2011 à 17:32, Robert Muir a écrit : > On Fri, May 13, 2011 at 7:07 AM, Paul Libbrecht wrote: > >> I sure wish such a compound-analysis would be done with a lucene-powered >> dictionary! >> That would rock. >> > > me too, but its a chicke

Re: Debugging same SOLR installation on 2 different servers

2011-05-16 Thread Paul Michalet
anwhile if there's a known way around that issue, I'd be really grateful to hear about it :) Cheers ! Paul Le 15/05/2011 16:48, Erick Erickson a écrit : What happens if you copy the index from one machine to the other? Probably from prod to test. If your results stay the same, that&#

Re: how to use variable in solfconfig.xml?

2011-05-16 Thread Paul Libbrecht
Deniz, you want to be parametrizable? I use solr-packager to do that. And it works well. The solrconfig and schema are all processed through the filter-resources maven process. paul Le 17 mai 2011 à 07:59, deniz a écrit : > class="org.apache.solr.handler.dataimport.DataImpor

Re: how to use variable in solfconfig.xml?

2011-05-17 Thread Paul Libbrecht
that tastes like two different requester processors. paul Le 17 mai 2011 à 08:31, deniz a écrit : > well the things that i wanna do is something like this: > > lets say we got two users, ids are 1 and 2. and the links /1 returns > user1's data in xml format and /2 ret

Re: Boosting non synonyms result

2011-05-17 Thread Paul Libbrecht
est practice because it makes a server that can apply business logic (independently of hackers in the client), and gives me java to perform deep query processing instead of javascript for fragile string processing. I guess I could find a way to extend intelligently, but I have not found it. pau

JSON delete error with latest branch_3x

2011-05-18 Thread Paul Dlug
I updated to the latest branch_3x (r1124339) and I'm now getting the error below when trying a delete by query or id. Adding documents with the new format works as do the commit and optimize commands. Possible regression due to SOLR-2496? curl 'http://localhost:8988/solr/update/json?wt=json' -H 'C

Re: JSON delete error with latest branch_3x

2011-05-18 Thread Paul Dlug
Thanks Yonik, all my app's test cases now pass again. --Paul On Wed, May 18, 2011 at 2:04 PM, Yonik Seeley wrote: > OK, I just fixed this on branch_3x. > Trunk is fine (it was an error in the 3x backport that wasn't caught > because the test doesn't go through the co

Re: Including phonetic search in text field

2011-05-23 Thread Paul Libbrecht
Jamie, the problem with that is that you cannot do exact matching anymore. For this reason, it is good style to have two fields, to use a query expander such as dismax (prefer exact matches, and less phonetic matches), and to only use that when you sort by score. hope it helps paul Le 23

Re: Anyway to know changed documents?

2011-05-31 Thread Paul Libbrecht
I think you should look at the indextime field. There are examples in the wiki. paul Le 1 juin 2011 à 08:07, 京东 a écrit : > Hi everyone, > If I have two server ,their indexes should be synchronized. I changed A's > index via HTTP send document objects, Is there any config or

Re: Multilingual text analysis

2011-06-02 Thread Paul Libbrecht
the java-u...@lucene.apache.org mailing-list about the best design for multilingual indexing and searching. One of the key arguments was wether you were able to detect with faithfulness the language of a query, this is generally very hard. It would make sense to start a page at the solr website... paul Le 2

Re: Multilingual text analysis

2011-06-02 Thread Paul Libbrecht
Le 2 juin 2011 à 16:27, Juan Antonio Farré Basurte a écrit : > Paul, what do you mean when you say it would make sense to start a page at > the solr website? I meant the solr wiki. > I just had wondered whether it was possible to parametrize the analyzers in > function of one fi

Re: Modifying Configuration from a Browser

2011-06-15 Thread Paul Libbrecht
Though not with webdav (which is underdefined to my taste and seems only to be working with common implementations such as mod_dav), I had success with jFM (I used version 0.95): http://java.net/projects/jfm maybe that helps? paul Le 15 juin 2011 à 09:55, Erik Hatcher a écrit

Re: Removing duplicate documents from search results

2011-06-28 Thread Paul Libbrecht
ones So, as others have suggested, please be sure to deduplicate somehow at indexing time. paul Le 28 juin 2011 à 14:24, Mohammad Shariq a écrit : > I am making the Hash from URL, but I can't use this as UniqueKey because I > am using UUID as UniqueKey, > Since I am using SOLR as

Re: Adding german phonetic to solr

2011-06-30 Thread Paul Libbrecht
sirable feature of a phonetic environment. You might want to also care for all the "proper nouns" around for which tradition phonetics is doomed to fail if, at least, your texts are a bit with international names! paul Le 30 juin 2011 à 11:58, Jürgen Tiedemann a écrit : > Hi all, >

Re: AW: Adding german phonetic to solr

2011-06-30 Thread Paul Libbrecht
issue for this. paul Le 30 juin 2011 à 14:24, Jürgen Tiedemann a écrit : > Hi Paul, > > thanks for the quick reply. I replaced commons-codec-1.4.jar with > commons-codec-1.5.jar to get the ColognePhonetic. In schema.xml I added > > inject="

Re: POST VS GET and NON English Characters

2011-07-16 Thread Paul Libbrecht
If you have the option, try setting the default charset of the servlet-container to utf-8. Typically this is done by setting a system property on startup. My experience has been that the default used to be utf-8 but it is less and less and sometimes in a surprising way! paul Le 16 juil. 2011

Re: how often do you boys restart your tomcat?

2011-07-27 Thread Paul Libbrecht
he system and what's in solr-stats, but I do not know what to look at really... paul Le 27 juil. 2011 à 03:42, Bing Yu a écrit : > I find that, if I do not restart the master's tomcat for some days, > the load average will keep rising to a high level, solr become slow > and

Re: German language specific problem (automatic Spelling correction, automatic Synonyms ?)

2011-08-01 Thread Paul Libbrecht
Thomas, an alternative would be to use the Kölner phonetic factory. A recent discussion happened about it. But all this needs some programming. paul Le 1 août 2011 à 17:41, Alexei Martchenko a écrit : > I'd try solr.PhoneticFilterFactory, it usually converts these slight >

Re: German language specific problem (automatic Spelling correction, automatic Synonyms ?)

2011-08-01 Thread Paul Libbrecht
Le 1 août 2011 à 18:35, thomas a écrit : > Thanks Alexei, > Thanks Paul, > > I played with the solr.PhoneticFilterFactory. Analysing my query in solr > admin backend showed me how and that it is working. My major problem is, > that this filter needs to be applied to the inde

4820 searchers opened?

2011-08-05 Thread Paul Libbrecht
solrconfig to create this retention? paul

Re: 4820 searchers opened?

2011-08-06 Thread Paul Libbrecht
Le 6 août 2011 à 02:09, Yonik Seeley a écrit : > On Fri, Aug 5, 2011 at 7:30 PM, Paul Libbrecht wrote: >> my solr is coming to slowly reach its memory limits (8Gb) and the stats >> displays me a reasonable fieldCache (1800) but 4820 searchers. That sounds a >> bit much

Re: 4820 searchers opened?

2011-08-06 Thread Paul Libbrecht
ld this be the reason? > > As long as it's a normal query that has not been rewritten or > weighted, it should have no state tied to any particular > reader/searcher and you should be fine. How would I know if it gets rewritten or weighted? Does something write to these queries somehow so that the reference to the searcher would be held? paul

Re: 4820 searchers opened?

2011-08-06 Thread Paul Libbrecht
rence? (seems to be from the RefCounted class which would dereference when ref-count is zero) I also see the javadoc of SolrCore.getSearcher() is quite explicit there. I would suggest to add a display of the closed-ness-status of the reader in the stats.jsp. Most likely all these searchers have a closed reader and one would see the bug. paul

Re: 4820 searchers opened?

2011-08-06 Thread Paul Libbrecht
chine. What would create a new one? paul Le 6 août 2011 à 20:04, Paul Libbrecht a écrit : > > Le 6 août 2011 à 19:52, Yonik Seeley a écrit : > >>> I've been using the following: >>> rb.req.getCore().getSearcher().get().getReader() >> >> Bi

Re: 4820 searchers opened?

2011-08-06 Thread Paul Libbrecht
ention? I'm trying to isolate the probable cause of retention and actually see an impact of my (tiniest!) code change. Since each release does take an amount of time of multiple persons and the actual bug (memory hogging) is only reached after a long time, I would like to be sure of things. paul

Re: 4820 searchers opened?

2011-08-06 Thread Paul Libbrecht
PS: why is RefCounted not using SoftReference?? I think I would not see my bug then.

Re: 4820 searchers opened?

2011-08-06 Thread Paul Libbrecht
r Thank you much for your patience, I have a feeling we're going to reach months of stability with our next curriki-solr release. paul

Re: Cache replication

2011-08-09 Thread Paul Libbrecht
eMath: converting symbols' matches to the list of their definitions). Pagination was severely broken and I could never fix this correctly. Maybe this advice helps. Indexing (with the help of multiple fields and the flexibility of analyzers) as well as query processing are the right tools to my ta

Re: Faceted Search Patent Lawsuit - Please Read

2011-08-16 Thread Paul Libbrecht
While I agree with Grant we shouldn't engage on a legal discussion, it may be worth that this thread shares a few dates of when faceted search was used "in the old times"... paul Le 16 août 2011 à 22:02, LaMaze Johnson a écrit : > > Grant Ingersoll-2 wrote: >>

Re: Faceted Search Patent Lawsuit

2011-08-17 Thread Paul Libbrecht
ad is to be helped by knowledgeable techies into being able to do what you say. If Johnson gave only 3 lines of details, such as claimed patent URLs or dates, we might easily be able to tell him the pointer of a publication that would discourage such patent-trolling. paul

Re: Newbie Question, can I store structured sub elements?

2011-08-25 Thread Paul Libbrecht
with SpanQueries. Quite structured to my taste. What you don't have is the freedom of joins which brings a very flexible query mechanism almost independent of the schema... but this often can be circumvented by the flat solr and lucene storage whose performance is really amazing. paul

Re: Newbie Question, can I store structured sub elements?

2011-08-25 Thread Paul Libbrecht
Whether multi-valued or token-streams, the question is search, not (de)serialization: that's opaque to Solr which will take and give it to you as needed. paul Le 25 août 2011 à 21:24, Zac Tolley a écrit : > My search is very simple, mainly on titles, actors, show times and channels.

Re: Viewing the complete document from within the index

2011-08-27 Thread Paul Libbrecht
. This can also be done with analysis but I have not with solr yet. I personaly find it would be nice to have a post servlet within solr that would do exactly that: returned the array of indexed token-streams, provided I send it the document data. I think you would see what you are looking fo

Re: Use of Solr as primary store for search engine

2012-07-04 Thread Paul Libbrecht
anything necessary for the rendering, hence the rendering has not re-used that many code. Paul Le 4 juil. 2012 à 09:54, Amit Nithian a écrit : > Hello all, > > I am curious to know how people are using Solr in conjunction with > other data stores when building search engines to power we

Re: Use of Solr as primary store for search engine

2012-07-04 Thread Paul Libbrecht
ave huge impacts depending on your site). I think caching comes into play here in a very strong manner, so these measures are fairly difficult to establish. One Solr I run, in particular, makes differences between 100ms (uncached queries) and 9 ms (cached query). Paul

Re: How to Request several docs ?

2012-07-06 Thread Paul Libbrecht
Le 6 juil. 2012 à 15:43, Bruno Mannina a écrit : > I have a list of PN that I want to get and I don't want to do one request by > PN and I think it's not clean to do > PN1 or PN2 or PN3 or . I've always done this so. paul

Re: UTF-8

2012-07-17 Thread Paul Libbrecht
My experience is that this property has made a whole lot of a difference. At least till solr 3.1. The servlet container has not been the only bit. paul Le 18 juil. 2012 à 05:12, William Bell a écrit : > -Dfile.encoding=UTF-8... Is this usually recommended for SOLR indexes? > >

Re: Solr Monitoring Tool

2012-07-20 Thread Paul Libbrecht
data collections or data views (e.g. Graphite) paul Le 20 juil. 2012 à 11:58, Suneel a écrit : > Hi, > > I am want to configure solr performance monitoring tool i surf a lot and > found some tool like "zabbix, SolrGaze" > but i am not able to decide which tool is better

Re: language detection and phonetic

2012-07-26 Thread Paul Libbrecht
, you can say "prefer exact matches", but also honour phonetic matches (by boosting the title-fr^2 title-ph^1.1). Paul

Re: Geocoding with Solr

2012-07-29 Thread Paul Libbrecht
ndle, e.g., the lon-lat uncertainty. I still do not know how I could take usefully advantage of a user-allowed-browser-geolocation which gives me lon/lat. I've seen article on how to do this with a YUI query thus far. paul Le 29 juil. 2012 à 00:54, Spadez a écrit : > I am using Solr a

Re: Is SOLR best suited to this application - Finding co-ordinates

2012-07-31 Thread Paul Libbrecht
Solr is definitely well suited for this. Depending on your client, getting json or xml is definitely super high performance for such a data set that barely changes. Make sure you make the right params in the queries, solr caching will then provide you amazing performances. paul Le 31 juil

Re: solrconfig.xml | registration of JSPs

2012-07-31 Thread Paul Libbrecht
loads of experimental things into the jsp, and maybe later revamp this into a better MVC architecture one day (e.g. invoking static members or invoking constructors). paul

Re: HTTP Basic Authentication with HttpSolrServer

2012-08-08 Thread Paul Libbrecht
Villam, this is a question for httpclient, I think you want to enable preemptive authentication so as to avoid the need to repeat the query after the "unauthorized" response is sent. http://hc.apache.org/httpclient-3.x/authentication.html#Preemptive_Authentication paul

Re: scanned pdf with solr cell

2012-08-15 Thread Paul Libbrecht
Ahmet, the dock icon appears when AWT starts, e.g. when a font is loaded. You can prevent it using the headless mode but this is likely to trigger an exception. Same if your user is not UI-logged-in. hope it helps. Paul Le 15 août 2012 à 01:30, Ahmet Arslan a écrit : > Hi All, > &g

Re: scanned pdf with solr cell

2012-08-15 Thread Paul Libbrecht
Le 15 août 2012 à 13:03, Ahmet Arslan a écrit : > Hi Paul, thanks for the explanation. So is it nothing to worry about? it is nothing to worry about except to remember that you can't run this step in a daemon-like process. (on Linux, I had to set-up a VNC-server for similar tasks) paul

Re: log properties file location with Tomcat

2012-08-27 Thread Paul Libbrecht
Yair, you can create it easily, it will be used. Paul Le 27 août 2012 à 09:16, yair even-zohar a écrit : > I'm newbie with Tomcat configurations and am looking to reduce the logging > level for Solr > Where should I put the logging.properties file and how to point Tomca

Re: SOLR 4.0 / Jetty Security Set Up

2012-09-06 Thread Paul Libbrecht
get you in DoS attacks if there are too big selects. If that is the case, you're left to programme an interface all by yourself which limits and fetches from solr, or which lives inside solr (a query component) and throws if things are too big. paul Le 7 sept. 2012 à 07:00, Erick Erick

Re: Semantic document format... standards?

2012-09-11 Thread Paul Libbrecht
tated documents and it also claims to provide semantic support (e.g. with taxonomies). Is your goal to serve these as food for solr to index? Paul Le 11 sept. 2012 à 17:51, Otis Gospodnetic a écrit : > Hello, > > If I'm extracting named entities, topics, key phrases/tags, etc. fr

<    1   2   3   4   5   6   7   8   9   10   >