Re: Preparing the ground for a real multilang index

2009-07-03 Thread Paul Libbrecht
Le 03-juil.-09 à 07:43, Michael Lackhoff a écrit : On 03.07.2009 00:49 Paul Libbrecht wrote: [I'll try to address the other responses as well] I believe the proper way is for the server to compute a list of accepted languages in order of preferences. The web-platform language (e.g. the user-

custom queryparser issues

2009-07-03 Thread Julian Davchev
Hi, I got several issues with custom query parser. Actually all I am doing is extending org.apache.solr.search.LuceneQParserPluginoverwritingpublic QParser createParser(String qstr, SolrParams localParams, SolrParams params, SolrQueryRequest req) { so that I can adjust params

Re: Implementing PhraseQuery and MoreLikeThis Query in one app

2009-07-03 Thread SergeyG
Otis, Thanks a lot. I'd certainly follow your advice and check the logs. Although, I must say that I've already tried all possible variations of the string for the "fl" parameter (spaces, commas, plus signs). More than that - the query still doesn't want to fetch any docs (other than the one with

Re: DocSlice andNotSize

2009-07-03 Thread Ben
DocSet isn't an object it's an interface. The DocSlice class *implements* DocSet. What you're saying about set operations not working for DocSlice but working for DocSet then doesn't make any sense... can you clarify? The failure of these set operations to work as expected is confusing the hel

Stopwords when facetting

2009-07-03 Thread Pierre-Yves LANDRON
Hello, When indexing or querying text, i'm using the solr.StopFilterFactory ; it seems to works just fine... But I want to use the text field as a facet, and get all the commonly used words in a set of results, without the stopwords. As far as I tried, I always get stopwords, and numerical te

Re: Stopwords when facetting

2009-07-03 Thread Erik Hatcher
Pierre - the field you're faceting must not have the StopFilter applied at indexing time, or the words you want removed aren't in the stop word list file. Erik On Jul 3, 2009, at 5:21 AM, Pierre-Yves LANDRON wrote: Hello, When indexing or querying text, i'm using the solr.StopF

Merging SOLR Documents

2009-07-03 Thread Amandeep Singh09
Hi list, I am new to this list and just starting solr. My question is how can we merge the results of two different searches. I mean if we have a function that has two threads so it has to go to two differen solr servers to get the result. Is there any way to merge the result using solr and solr

NYC Apache Lucene/Solr/Nutch/etc. Meetup

2009-07-03 Thread Grant Ingersoll
Hi All, (sorry for the cross-post) For those in NYC, there will be a Lucene ecosystem (Lucene/Solr/Mahout/ Nutch/Tika/Droids/Lucene ports) Meetup on July 22, hosted by MTV Networks and co-sponsored with Lucid Imagination. For more info and to RSVP, see http://www.meetup.com/NYC-Apache-Lucene

Re: Merging SOLR Documents

2009-07-03 Thread Eric Pugh
What you are talking about is federated search, and is beyond the scope of Solr. However, maybe you can merge the two indexes into one index, and then distribute over multiple servers to get the performance you are looking for? http://wiki.apache.org/solr/DistributedSearch Eric On Jul 3,

Re: DocSlice andNotSize

2009-07-03 Thread Yonik Seeley
I've opened a JIRA issue for this: https://issues.apache.org/jira/browse/SOLR-1260 And what I meant by "set operations were only designed for DocSets (as opposed to DocLists)" I meant that Solr has never done set operations on DocList objects AFAIK, and so there aren't any tests for it. -Yonik h

Popular keywords statistics .

2009-07-03 Thread Alexander Wallace
Hi all! I'd like to know if there is anything built into Solr that keeps track of keywords being searched and has statistics of those? If not, and or in any case, I'd like to hear what approaches are being used by users to know what people is searching for in their apps. Thanks in advance!

Re: reindexed data on master not replicated to slave

2009-07-03 Thread solr jay
I tried it with the latest nightly build and got the same result. Actually that was the symptom and it made me looking at the index directory. The same log messages repeated again and again, never end. 2009/7/2 Noble Paul നോബിള്‍ नोब्ळ् > jay , I see updating index properties... twice > > > >

Suggestions needed: Lots of updates for tiny changes

2009-07-03 Thread Development Team
Hi everybody, Let's say I had an index with 10M large-ish documents, and as people logged into a website and viewed them the "last viewed date" was updated to the current time. We index a document's last-viewed-date because we allow users to a) search on this last-viewed-date alongside all oth

Re: Suggestions needed: Lots of updates for tiny changes

2009-07-03 Thread Otis Gospodnetic
I don't have a very specific suggestion, but I wonder if you could have a data structure that lives outside of the main index and keeps only these dates. Presumably this smaller data structure would be simpler/faster to update, and you'd just have to remain in sync with the main index (documen

Re: Implementing PhraseQuery and MoreLikeThis Query in one app

2009-07-03 Thread Otis Gospodnetic
Sergey, I think I confused you. The comment about the fields listed in the "fl" parameter has nothing to do with the SolrJ calls not working. For SolrJ calls not working my suggestion is to look at the logs and compare the GetMethod call with the SolrJ call. Paste them if you want more peopl

Re: Is it problem? I use solr to search and index is made by lucene. (not EmbeddedSolrServer(wiki is old))

2009-07-03 Thread Otis Gospodnetic
Yes, it could be a problem. For some reason over the last few days several people mentioned trying to build indices with Lucene directly. Not sure why that;s so attractive... Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message > From: James liu >