Re: Query interface

2010-03-22 Thread Lance Norskog
like Django Haystack for how it offers an easy way to get started with various search back-ends, with a very Django-ish feel to the interface: http://haystacksearch.org/ Regards, Gora -- Lance Norskog goks...@gmail.com

Re: Features not present in Solr

2010-03-22 Thread Lance Norskog
About Text Analysis: Natural Language Processing is the more usual term. Finding parts of speech, isolating people's names, etc. On Mon, Mar 22, 2010 at 12:27 PM, Israel Ekpo israele...@gmail.com wrote: On Mon, Mar 22, 2010 at 3:16 PM, Lance Norskog goks...@gmail.com wrote: Web crawling. I

Re: synonyms problem

2010-03-22 Thread Lance Norskog
,irregular,atypical I get exception that not enough memory -- Lance Norskog goks...@gmail.com

Chunked streaming upload to Solr

2010-03-21 Thread Lance Norskog
log4j:WARN Detected problem with connection: java.net.SocketException: Unexpected end of file from server log4j:WARN Detected problem with connection: java.net.SocketException: Unexpected end of file from server Has anyone made this work? Thanks, -- Lance Norskog goks...@gmail.com

Re: XPath Processing Applied to Clob

2010-03-17 Thread Lance Norskog
       /entity /document Is there an easy way to do this without writing my own custom transformer? Thanks. -- Lance Norskog goks...@gmail.com

Re: Will Solr fit our needs?

2010-03-17 Thread Lance Norskog
! Moritz -- Lance Norskog goks...@gmail.com

Re: XML data in solr field

2010-03-17 Thread Lance Norskog
in advance, Manas Nair -- Lance Norskog goks...@gmail.com

Re: Exception encountered during replication on slave....Any clues?

2010-03-17 Thread Lance Norskog
-clues--tp26684769p27933575.html Sent from the Solr - User mailing list archive at Nabble.com. -- Lance Norskog goks...@gmail.com

Re: Replication failed due to HTTP PROXY?

2010-03-17 Thread Lance Norskog
, Barani -- View this message in context: http://old.nabble.com/Replication-failed-due-to-HTTP-PROXY--tp27933577p27933577.html Sent from the Solr - User mailing list archive at Nabble.com. -- Lance Norskog goks...@gmail.com

Re: Solr Performance Issues

2010-03-17 Thread Lance Norskog
at Nabble.com. -- - Siddhant -- - Siddhant -- - Siddhant -- Lance Norskog goks...@gmail.com

Re: Indexing CLOB Column in Oracle

2010-03-17 Thread Lance Norskog
as Oracle's xmltype data type, which is an instance of oracle.sql.OPAQUE. Still, it is nothing more than a fancy clob. -- Lance Norskog goks...@gmail.com

Re: Trouble Implementing Extracting Request Handler

2010-03-16 Thread Lance Norskog
of .jar files. On 3/15/2010 8:34 PM, Lance Norskog wrote: Please post the complete stack trace. Also, it will help if you make a full listing of all .jar files in the example/ directory. On Mon, Mar 15, 2010 at 7:12 PM, Steve Reichgutsreich...@axtaweb.com  wrote: Thanks Lance. That helped ( we

Re: DIH request parameters

2010-03-16 Thread Lance Norskog
. Can they also be in all places, even attributes (for example to pass in the password)? Furthermore is there some way to define default values for these request parameters in case no value is passed in? regards, Lukas Kahwe Smith m...@pooteeweet.org -- Lance Norskog goks

Re: Moving From Oracle Text Search To Solr

2010-03-16 Thread Lance Norskog
. I am using the embedded server and Solr Java APIs to do the indexing and querying. I would welcome your thoughts on the best way to approach this situation. Please let me know if I should provide additional information. Thanks. -- Lance Norskog goks...@gmail.com

Re: Trouble Implementing Extracting Request Handler

2010-03-16 Thread Lance Norskog
in the Lib directory like this: *lib dir=/path/to/example/solr/lib/tika-core-0.4.jar / *and *lib dir=/path/to/example/solr/lib/tika-parsers-0.4.jar /* Am I including them incorrectly somehow? Steve On 3/16/2010 3:38 PM, Lance Norskog wrote: NoClassDefFoundError usually means that the class

Re: APR setup

2010-03-16 Thread Lance Norskog
/Library/Java/Extensions:/usr/lib/java What the heck is this and why is it recommended for production settings? Anyone? -- View this message in context: http://old.nabble.com/APR-setup-tp27927553p27927553.html Sent from the Solr - User mailing list archive at Nabble.com. -- Lance

Re: problem during benchmarking solr query

2010-03-16 Thread Lance Norskog
that entire query is considered as uri  and also solr respond with appropriate reply. thank you. -- View this message in context: http://old.nabble.com/problem-during-benchmarking-solr-query-tp27926801p27926801.html Sent from the Solr - User mailing list archive at Nabble.com. -- Lance

Re: field length normalization

2010-03-16 Thread Lance Norskog
at Nabble.com. -- View this message in context: http://old.nabble.com/field-length-normalization-tp27862618p27874123.html Sent from the Solr - User mailing list archive at Nabble.com. -- Lance Norskog goks...@gmail.com

Re: Trouble Implementing Extracting Request Handler

2010-03-15 Thread Lance Norskog
Essentially, you need to make sure the ERH stuff is in Solr/lib before starting. -Grant -- Lance Norskog goks...@gmail.com

Re: Trouble Implementing Extracting Request Handler

2010-03-15 Thread Lance Norskog
though. It is giving the following error: ClassNotFoundException: org.apache.solr.util.plugin.SolrCoreAware Did we miss something else in the setup? Steve Is there something else we haven't copied On 3/15/2010 6:12 PM, Lance Norskog wrote: This assumes you use the Solr-1.4 release or the Solr

Re: Warning : no lockType configured for...

2010-03-14 Thread Lance Norskog
being fleshed out. -Hoss -- Lance Norskog goks...@gmail.com

Re: Multi valued fields

2010-03-14 Thread Lance Norskog
, the query would return doc A and B. Because they both have other values in field1. It this kind of query possible with Solr/Lucene? Thanks -- Lance Norskog goks...@gmail.com

Re: HTML encode extracted docs - Problems with solr.HTMLStripCharFilter

2010-03-13 Thread Lance Norskog
snippets are   retrieved via search, I need to parse the snippet and HTML encode the bits of HTML that where indexed, whilst *not* encoding the bits that where added by the highlighter, which is messy and time consuming. Thanks! Mark, -- Lance Norskog goks...@gmail.com -- Lance Norskog

Re: Boundary match as part of query language?

2010-03-13 Thread Lance Norskog
for starts-with(), ends-with() and equals() -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com Training in Europe - www.solrtraining.com -- Lance Norskog goks...@gmail.com

Re: SOLR Search Query : Exception : Software caused connection abort: recv failed

2010-03-13 Thread Lance Norskog
)        ... 5 more = Best Regards, Kranti K K Parisa -- Lance Norskog goks...@gmail.com

Re: Updating FAQ for International Characters?

2010-03-13 Thread Lance Norskog
://tinyurl.com/eric-cal -- Lance Norskog goks...@gmail.com

Re: Cant commit on 125 GB index

2010-03-13 Thread Lance Norskog
like autoCommit      maxDocs5000/maxDocs      maxTime86000/maxTime    /autoCommit I update about 4000 docs every 15m. Can you share your thoughts on this config? Do you think this will solve my commits timeout problem? Thanks, Frederico -- Lance Norskog goks

Re: HTMLStripTransformer not working with data importer

2010-03-13 Thread Lance Norskog
tag or a body tag)? James -- Lance Norskog goks...@gmail.com

Re: Cant commit on 125 GB index

2010-03-13 Thread Lance Norskog
they started to? Is there a way to control and konw what is happening behind the scenes in real time? I'm using solr 1.4 with jetty. De: Lance Norskog [mailto:goks...@gmail.com] Enviada: sáb 13-03-2010 23:31 Para: solr-user@lucene.apache.org Assunto: Re: Cant

Re: Index an entire Phrase and not it's constituent parts?

2010-03-13 Thread Lance Norskog
s--tp27785521p27887564.html Sent from the Solr - User mailing list archive at Nabble.com. -- Lance Norskog goks...@gmail.com

Re: SolrJ commit options

2010-03-08 Thread Lance Norskog
. -- Lance Norskog goks...@gmail.com

Re: Can't delete from curl

2010-03-08 Thread Lance Norskog
... curl http://xen1.xcski.com:8080/solrChunk/nutch/select that should be /update, not /select On Sun, Mar 7, 2010 at 4:32 PM, Paul Tomblin ptomb...@xcski.com wrote: On Tue, Mar 2, 2010 at 1:22 AM, Lance Norskog goks...@gmail.com wrote: On Mon, Mar 1, 2010 at 4:02 PM, Paul Tomblin ptomb

Re: More contextual information in analyser

2010-03-08 Thread Lance Norskog
, in Sorl shema.xml, the content field is associated to my custom Analyser. Thank you. Dominique -- View this message in context: http://old.nabble.com/More-contextual-information-in-analyser-tp27819298p27819298.html Sent from the Solr - User mailing list archive at Nabble.com. -- Lance

Re: HTML encode extracted docs

2010-03-08 Thread Lance Norskog
the bits that where added by the highlighter, which is messy and time consuming. Thanks! Mark, -- Lance Norskog goks...@gmail.com

Re: [ANN] Zoie Solr Plugin - Zoie Solr Plugin enables real-time update functionality for Apache Solr 1.4+

2010-03-08 Thread Lance Norskog
! -- Lance Norskog goks...@gmail.com

Re: More contextual information in analyser

2010-03-08 Thread Lance Norskog
Yes, payloads should do this. On Mon, Mar 8, 2010 at 8:29 PM, Jon Baer jonb...@gmail.com wrote: Isn't this what Lucene/Solr payloads are theoretically for? ie: http://www.lucidimagination.com/blog/2009/08/05/getting-started-with-payloads/ - Jon On Mar 8, 2010, at 11:15 PM, Lance Norskog

Re: PDF extraction leads to reversed words

2010-03-08 Thread Lance Norskog
-- Lance Norskog goks...@gmail.com

Re: facet on null value

2010-03-05 Thread Lance Norskog
:[* TO *] enable users to click on that value to filter? There was no value, only the count (2) was returned. --- On Thu, 3/4/10, Lance Norskog goks...@gmail.com wrote: From: Lance Norskog goks...@gmail.com Subject: Re: facet on null value To: solr-user@lucene.apache.org Date: Thursday, March 4, 2010

Re: SolrJ commit options

2010-03-05 Thread Lance Norskog
server for reads as well as writes? I've seen similar things with Solr 1.3 (not using SolrJ).  If I try to optimize the index, queries will take much longer - easily a minute or more, resulting in timeouts. Jerry -- Lance Norskog goks...@gmail.com

Re: Can I used .XML files instead of .OSM files

2010-03-04 Thread Lance Norskog
.html Sent from the Solr - User mailing list archive at Nabble.com. -- Lance Norskog goks...@gmail.com

Re: facet on null value

2010-03-04 Thread Lance Norskog
? -- Lance Norskog goks...@gmail.com

Re: facet on null value

2010-03-04 Thread Lance Norskog
choose, something like: value1 (4558) value2 (1345) Null (156) value3 (85) Isn't it facet.missing=on? http://wiki.apache.org/solr/SimpleFacetParameters#facet.missing Koji -- http://www.rondhuit.com/en/ -- Lance Norskog goks...@gmail.com

Re: merge indexes command

2010-03-04 Thread Lance Norskog
parameter: core* ** Any help is deeply appreciated. Thanks and Rgds, Mark. -- Lance Norskog goks...@gmail.com

Re: facet on null value

2010-03-04 Thread Lance Norskog
choose, something like: : Isn't it facet.missing=on? : http://wiki.apache.org/solr/SimpleFacetParameters#facet.missing that will get you the count, but if you then want to let them click on that value to filter your query you need:  fq=-fieldName:[* TO *] -Hoss -- Lance Norskog goks

Re: facet on null value

2010-03-04 Thread Lance Norskog
int2/int /lst /lst lst name=facet_dates / /lst (What is the int2/int?) On Thu, Mar 4, 2010 at 7:30 PM, Lance Norskog goks...@gmail.com wrote: Set up the out-of-the-box example Solr. Index the documents in example/exampledocs. Run this query: http://localhost:8983/solr/select/?q=*:*fq

Re: 2 Cores, 1 Table, 2 DataImporter -- Import at the same time ?

2010-03-03 Thread Lance Norskog
%21%21%21-tp27756255p27768997.html Sent from the Solr - User mailing list archive at Nabble.com. -- Lance Norskog goks...@gmail.com

Re: Escaping options for tika/solr cell extract-only output

2010-03-03 Thread Lance Norskog
this option? Looked into SOLR-1274.patch, but didn't see a parameter for such a thing. Thanks, Dan -- Lance Norskog goks...@gmail.com

Re: weighted search and index

2010-03-03 Thread Lance Norskog
the closest matching contents for this query. My question is how to index the contents with weighted scores, and how to write search query. I was trying to use boosting, but seems not working right. Thanks. Jianbin -- Lance Norskog goks...@gmail.com

Re: Confused with Shards multicore search results

2010-03-03 Thread Lance Norskog
would be of great help to me. Thanks a lot in advance. Thanks, Barani -- View this message in context: http://old.nabble.com/Confused-with-Shards-multicore-search-results-tp27776478p27776478.html Sent from the Solr - User mailing list archive at Nabble.com. -- Lance Norskog goks

Re: question regarding coord() value

2010-03-02 Thread Lance Norskog
is : 1/3 . I have been trying to reckon how it could be 3, but I could not. - I have tried to correlate the info present in the Java Documentation, but I was not successful again. Please clarify. Thanks. -- Lance Norskog goks...@gmail.com

Re: Simultaneous Writes to Index

2010-03-02 Thread Lance Norskog
index? Best Regards, Kranti K K Parisa -- Lance Norskog goks...@gmail.com

Re: How can I get Solr-Cell to extract to multi-valued fields?

2010-03-02 Thread Lance Norskog
. literal.product=firstproductliteral.product=anotherproductliteral.product=andanotherproduct) I've tried the release version 1.4 of solr and a recent nightly build of 1.5 and neither work. Is this a bug in Solr-cell or am I doing something wrong? Many thanks, Mark. -- Lance Norskog goks

Re: Can't delete from curl

2010-03-01 Thread Lance Norskog
? -- http://www.linkedin.com/in/paultomblin http://careers.stackoverflow.com/ptomblin Do you query with curl also? If you use a web browser, Solr by default uses http caching, so your browser will show you the old result of the query. -- Lance Norskog goks...@gmail.com

Re: Solr Cell and Deduplication - Get ID of doc

2010-03-01 Thread Lance Norskog
(regardless of wether the key was included in the request, or added by an UpdateProcessor -- but i'm not sure how that would fit in with the SolrJ API. would you mind opening a feature request in Jira? -Hoss -- Lance Norskog goks...@gmail.com

Re: Boost a document score via query using MoreLikeThisHandler

2010-03-01 Thread Lance Norskog
... org.apache.lucene.queryParser.ParseException: Expected identifier at pos 18 str='{!boost b=query({ !query q='site:*.yahoo.com' })}(title:barack OR title:obama)' But that doesn't work.  Any tips?  Thanks. -- Lance Norskog goks...@gmail.com

Re: Solr Cell and Deduplication - Get ID of doc

2010-02-26 Thread Lance Norskog
on the attr_stream_name but I would like to do only one request. curl ' http://localhost:8080/solr/update/extract?uprefix=attr_fmap.content=attr_contentcommit=true' -F myfi...@myfile.pdf Thanks, Bill -- Lance Norskog goks...@gmail.com

Re: Using XSLT with DIH for a URLDataSource

2010-02-25 Thread Lance Norskog
, 2010 at 9:06 AM, Lance Norskog goks...@gmail.com wrote: [Taken off the list] The problem is that the XSLT code swallows the real exception, and does not return it as the deeper exception.  To show the right error, the code would open a file name or an URL directly. The problem is, the code has

Re: Delta Query - DIH

2010-02-25 Thread Lance Norskog
(in the solr document).Thanks,Barani -- View this message in context: http://old.nabble.com/Delta-Query---DIH-tp27714480p27714480.html Sent from the Solr - User mailing list archive at Nabble.com. -- Lance Norskog goks...@gmail.com

Re: If you could have one feature in Solr...

2010-02-25 Thread Lance Norskog
on these shortly because I'm working on a very large scale search project requiring both. ~ David On Feb 24, 2010, at 8:42 AM, Grant Ingersoll wrote: What would it be? -- Lance Norskog goks...@gmail.com

Re: Using XSLT with DIH for a URLDataSource

2010-02-24 Thread Lance Norskog
-- Lance Norskog goks...@gmail.com

Re: Highlighting inside a field with HTML contents

2010-02-24 Thread Lance Norskog
=tablehl=truehl.fl=htmlfieldhl.fragsize=0 It would be tokenized with the HTMLStripStandardTokenizerFactory, then analyzed the same way as the searcheable fields. Could this result in highlighting inside HTML tags (I mean thinks like emtable/em.../emtable/em) ? -- Lance Norskog goks...@gmail.com

Re: some scores to 0 using omitNorns=false

2010-02-22 Thread Lance Norskog
. It could be some kind of bug? Regrads, Raimon Bosch. -- View this message in context: http://old.nabble.com/some-scores-to-0-using-omitNorns%3Dfalse-tp27637436p27637827.html Sent from the Solr - User mailing list archive at Nabble.com. -- Lance Norskog goks...@gmail.com

Re: Faceting

2010-02-22 Thread Lance Norskog
/in/josemoreira http://djangopeople.net/josemoreira/ -- Lance Norskog goks...@gmail.com

Re: Deleting spelll checker index

2010-02-22 Thread Lance Norskog
the original field. Now i have a new field which powers my dictionary with no words in it and now i am free to index which ever term i want. This is not the best of solution but i cant think of a reasonable workaround Thanks darniz Lance Norskog-2 wrote: This is a quirk of Lucene - when

Re: parsing strings into phrase queries

2010-02-22 Thread Lance Norskog
Thanks Robert, that helped. On Thu, Feb 18, 2010 at 5:48 AM, Robert Muir rcm...@gmail.com wrote: i gave it a rough shot Lance, if there's a better way to explain it, please edit On Wed, Feb 17, 2010 at 10:23 PM, Lance Norskog goks...@gmail.com wrote: That would be great. After reading

Re: xml error when indexing

2010-02-17 Thread Lance Norskog
that your application isn't posting the exact same XML as the curl command.  You might try using a packet sniffer, or an HTTP Proxy that logs all the details of the requests to see what exactly your application is sending over the wire and how it differs from curl. -Hoss -- Lance

Re: xml error when indexing

2010-02-17 Thread Lance Norskog
I mean: what MIME type does the POST command use? On Wed, Feb 17, 2010 at 7:09 PM, Lance Norskog goks...@gmail.com wrote: What type are you posting with? Is it expecting a multipart upload? What is the curl command and what is its mime-type for uploaded data? On Wed, Feb 17, 2010 at 10:19

Re: Deleting spelll checker index

2010-02-17 Thread Lance Norskog
useful help. -Hoss -- View this message in context: http://old.nabble.com/Deleting-spelll-checker-index-tp27376823p27629740.html Sent from the Solr - User mailing list archive at Nabble.com. -- Lance Norskog goks...@gmail.com

Re: parsing strings into phrase queries

2010-02-17 Thread Lance Norskog
almost the exact same issue was discussed... http://old.nabble.com/Re%3A-Tokenizer-question-p27120836.html ..except that i was ignorant of the existence of PositionFilter when i wrote that message. -Hoss -- Robert Muir rcm...@gmail.com -- Lance Norskog goks...@gmail.com

Re: labeling facets and highlighting question

2010-02-17 Thread Lance Norskog
://old.nabble.com/labeling-facets-and-highlighting-question-tp27632747p27632747.html Sent from the Solr - User mailing list archive at Nabble.com. -- Lance Norskog goks...@gmail.com

Re: implementing profanity detector

2010-02-16 Thread Lance Norskog
as a filter query (probably negated) as needed. -Hoss -- Lance Norskog goks...@gmail.com

Re: schema design - catch all field question

2010-02-16 Thread Lance Norskog
. -- View this message in context: http://old.nabble.com/schema-design---catch-all-field-question-tp27588936p27594836.html Sent from the Solr - User mailing list archive at Nabble.com. -- Lance Norskog goks...@gmail.com

Re: Question on Index Replication

2010-02-16 Thread Lance Norskog
. -- Lance Norskog goks...@gmail.com

Re: Tool for analyzing data in solr

2010-02-16 Thread Lance Norskog
. But does it shows somehow that the data is corrupted? Like some segments are missing or whether some documents have been corrupted - not fully indexed? Thanks Dipti -- Lance Norskog goks...@gmail.com

Re: regarding ranking

2010-02-16 Thread Lance Norskog
=on You will be able to see it. -- Lance Norskog goks...@gmail.com

Re: Performance-Issues and raising numbers of cumulative inserts

2010-02-16 Thread Lance Norskog
/lucene-solr-user/201002.mbox/%3c69de18141002160004p2f34680ase9eabfc5d0bab...@mail.gmail.com%3e -- Lance Norskog goks...@gmail.com

Re: Indexing / querying multiple data types

2010-02-11 Thread Lance Norskog
parameter to filter on that new field -Original Message- From: Lance Norskog [mailto:goks...@gmail.com] Sent: 10 February 2010 03:28 To: solr-user@lucene.apache.org Subject: Re: Indexing / querying multiple data types A couple of minor problems: The qt parameter (Que Tee

Re: Solr usage with Auctions/Classifieds?

2010-02-09 Thread Lance Norskog
working on the possibility to return ExternalFileField values for result view? -- Jan Høydahl  - search architect Cominvent AS - www.cominvent.com On 4. feb. 2010, at 06.25, Lance Norskog wrote: Oops, forgot to add the link: http://www.lucidimagination.com/search/document/CDRG_ch04_4.4.4

Re: Indexing / querying multiple data types

2010-02-09 Thread Lance Norskog
://localhost:7001/solr/select/?q=foodqt=name1 I was expecting to get results form the data that had been indexed by entity name=name1 Regards Stefan Maric -- Lance Norskog goks...@gmail.com

Re: Posting pdf file and posting from remote

2010-02-09 Thread Lance Norskog
) at org.apache.solr.core.SolrCore.execute(SolrCore.java:1316) at etc etc... -- View this message in context: http://old.nabble.com/Posting-pdf-file-and-posting-from-remote-tp27512455p27512952.html Sent from the Solr - User mailing list archive at Nabble.com. -- Lance Norskog goks...@gmail.com

Re: Distributed search and haproxy and connection build up

2010-02-09 Thread Lance Norskog
documentation, it seems that they do not support persistent connections. Does solr normally persist the connections between shards (would this problem happen even without haproxy)? Ian. -- Lance Norskog goks...@gmail.com

Re: Autosuggest and highlighting

2010-02-09 Thread Lance Norskog
really an option for us as that wouldn't work for the diacritical marks without a lot of transliteration brouhaha. Regards, gwk -- Lance Norskog goks...@gmail.com

Re: Is it posible to exclude results from other languages?

2010-02-09 Thread Lance Norskog
/analysis/lang/LanguageIdentifier.html -- Jan Høydahl  - search architect Cominvent AS - www.cominvent.com On 9. feb. 2010, at 05.19, Lance Norskog wrote: There is On Thu, Feb 4, 2010 at 10:07 AM, Raimon Bosch raimon.bo...@gmail.com wrote: Yes, It's true that we could do it in index time

Re: Solr/Drupal Integration - Query Question

2010-02-09 Thread Lance Norskog
the Solr - User mailing list archive at Nabble.com. -- Lance Norskog goks...@gmail.com

Re: after flush: fdx size mismatch on query durring writes

2010-02-09 Thread Lance Norskog
success debugging this one? thx. -- View this message in context: http://old.nabble.com/%22after-flush%3A-fdx-size-mismatch%22-on-query-durring-writes-tp27524755p27524755.html Sent from the Solr - User mailing list archive at Nabble.com. -- Lance Norskog goks...@gmail.com

Re: solr multicore and nfs

2010-02-08 Thread Lance Norskog
this problem ? Thanks Valérie -- Lance Norskog goks...@gmail.com

Re: Is it posible to exclude results from other languages?

2010-02-08 Thread Lance Norskog
mailing list archive at Nabble.com. -- Lance Norskog goks...@gmail.com

Re: source tree for lucene

2010-02-08 Thread Lance Norskog
tree to use, i tried using the implied trunk revision from the admin/system page but solr fails to build with the generated jars, even if i exclude the patches from 2230... im wondering if there is another lucene tree i should grab to use to build solr? --joe -- Lance Norskog goks

Re: Fundamental questions of how to build up solr for huge portals

2010-02-08 Thread Lance Norskog
tagging, facetting and so on...) We are thankful of every suggestions :) Thanks, Peter -- Lance Norskog goks...@gmail.com

Re: Slow QueryComponent.process() when queries have numbers in them

2010-02-08 Thread Lance Norskog
^0.8 | title:9^1.5)~0.01)~4) () /str But that's sort of besides the point - I was really asking if this is a known issue (i.e queries with numbers in them can be very slow) and whether there are any workarounds -- Lance Norskog goks...@gmail.com

Re: unloading a solr core doesn't free any memory

2010-02-08 Thread Lance Norskog
any memory left. Do I need to free the memory explicitly somehow? /Tim -- Lance Norskog goks...@gmail.com

Re: TermInfosReader.get ArrayIndexOutOfBoundsException

2010-02-08 Thread Lance Norskog
)        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)        at java.lang.Thread.run(Thread.java:619) -- Lance Norskog goks...@gmail.com

Re: Solr Index size : Java out of memory

2010-02-04 Thread Lance Norskog
( a faster one ) as its only for testing purpose. The only option I have is the same. So, any suggestions ? Thanks. -- Lance Norskog goks...@gmail.com

Re: ExtractingRequestHandler multiple values encountered for non multiValued field last_modified

2010-02-04 Thread Lance Norskog
-- Lance Norskog goks...@gmail.com

Re: Solr usage with Auctions/Classifieds?

2010-02-03 Thread Lance Norskog
typically a batch operation that takes place at night. -- Grant Ingersoll http://www.lucidimagination.com/ Search the Lucene ecosystem (Lucene/Solr/Nutch/Mahout/Tika/Droids) using Solr/Lucene: http://www.lucidimagination.com/search -- Lance Norskog goks...@gmail.com

Re: weird behabiour when setting negative boost with bq using dismax

2010-02-03 Thread Lance Norskog
in advance -- View this message in context: http://old.nabble.com/weird-behabiour-when-setting-negative-boost-with-bq-using-dismax-tp27406614p27406614.html Sent from the Solr - User mailing list archive at Nabble.com. -- Lance Norskog goks...@gmail.com

Re: ClassCastException setting date.formats in ExtractingRequestHandler

2010-02-03 Thread Lance Norskog
? Thanks in advance,  Chris [1] http://wiki.apache.org/solr/ExtractingRequestHandler#Configuration -- Lance Norskog goks...@gmail.com

Re: Search wihthout diacritics

2010-02-03 Thread Lance Norskog
-tp27430345p27430345.html Sent from the Solr - User mailing list archive at Nabble.com. -- Lance Norskog goks...@gmail.com

Re: Using solr to store data

2010-02-03 Thread Lance Norskog
://www.linkedin.com/in/ajasver or YouNoodle: http://younoodle.com/people/ajmal_asver My Blog: http://ajasver.com -- Lance Norskog goks...@gmail.com

Re: Solr response extremely slow

2010-02-03 Thread Lance Norskog
improvements.        Erik -- Lance Norskog goks...@gmail.com

<    5   6   7   8   9   10   11   12   13   14   >