Re: Disable (or prohibit) per-field overrides

2010-10-17 Thread Markus Jelsma
Hi, Thanks for the suggestion and pointer. We've implemented it using a single regex in Nginx for now. Cheers, > : Anyone knows useful method to disable or prohibit the per-field override > : features for the search components? If not, where to start to make it > : configurable via solrconfig

Re: SolrJ new javabin format

2010-10-17 Thread Markus Jelsma
Well, in Nutch we simply replace the two jars and it all still works. > The CHANGES.txt file in branch_3x says that the javabin format has > changed in Solr 3.1, so you need to update SolrJ as well as Solr. Is > the SolrJ included in 3.1 compatible with both 3.1 and 1.4.1? If not, > that's goi

Re: Disable (or prohibit) per-field overrides

2010-10-18 Thread Markus Jelsma
yes: > > http://wiki.apache.org/solr/SearchHandler#Configuration > > Markus Jelsma wrote: > > Hi, > > > > Thanks for the suggestion and pointer. We've implemented it using a > > single regex in Nginx for now. > > > > Cheers, > > >

Re: Removing Common Web Page Header and Footer from All Content Fetched by Nutch

2010-10-19 Thread Markus Jelsma
mon header is less than a certain value. Same applies > > to the footer content common to all pages. > > > > Is there a way to ignore certain "stop phrase" so to speak in the Nutch > > configuration based on levenshtein distance or jaro winkler distance so &g

Re: Uppercase and lowercase queries

2010-10-19 Thread Markus Jelsma
om: class="solr.StrField" sortMissingLast="true" omitNorms="true"> > > TO: > > omitNorms="true"> > > > > > > > > > > > > But it still doesnt show any results when I query "boston"...why? -- Markus Jelsma - CTO - Openindex http://www.linkedin.com/in/markus17 050-8536600 / 06-50258350

Re: Uppercase and lowercase queries

2010-10-19 Thread Markus Jelsma
t; > > > > > > > > > > > > > > > > > > > > > > > > > But it still doesnt show any results when I query "boston"...why? > > -- > > View this message in context: > > http://lucene.472066.n3.nabble.com/Uppercase-and-lowercase-queries-tp1731 > > 349p1731349.html Sent from the Solr - User mailing list archive at > > Nabble.com. -- Markus Jelsma - CTO - Openindex http://www.linkedin.com/in/markus17 050-8536600 / 06-50258350

Re: **SPAM** Re: boosting injection

2010-10-19 Thread Markus Jelsma
query > > > > q=title:history AND author:joyce > > > > is it possible to "transform" at runtime this query in this way: > > > > q=title:history^10 AND author:joyce^5 > > > > ? > > > > Best regards, > > Andrea -- Markus Jelsma - CTO - Openindex http://www.linkedin.com/in/markus17 050-8536600 / 06-50258350

Re: Mulitple facet - fq

2010-10-20 Thread Markus Jelsma
; and "corporate" ones, I tried > fq=category:corporate&fq=category:personal > > It looks easy, but I can't find the solution. > > > -- > > Yavuz Selim YILMAZ -- Markus Jelsma - CTO - Openindex http://www.linkedin.com/in/markus17 050-8536600 / 06-50258350

Re: facet Prefix (or term prefix)

2010-10-22 Thread Markus Jelsma
t have to code this in my service layer having received all > facets from SOLR (without the prefix) > > Thanks for any help. > > > > > If you wish to view the St. James's Place email disclaimer, please use the > link below > > http://www.sj

Re: How to use AND as opposed to OR as the default query operator.

2010-10-25 Thread Markus Jelsma
t/pittaya/using-apache-solr on Slide number 52 > that this OR behavior is configurable. > > Could you please tell me where this configuration is located? I could not > locate it in schema.xml. > > Swapnonil Mukherjee > +91-40092712 > +91-9007131999 -- Markus Jelsma - CTO

Re: documentCache clarification

2010-10-27 Thread Markus Jelsma
LazyFieldLoading set to true and in my request > parameters specify "fl=id", then the number of fields per document > shouldn't affect the memory usage of the document cache, right? > > Thanks, > --jay -- Markus Jelsma - CTO - Openindex http://www.linkedin.com/in/markus17 050-8536600 / 06-50258350

Re: Stored or indexed?

2010-10-27 Thread Markus Jelsma
http://wiki.apache.org/solr/FieldOptionsByUseCase] > Hi all- > > I've read through the documentation, but I'm still a little confused about > the tag, in terms of the indexed and stored attributes. If I have > something marked as indexed="true", why would I ever want stored="false"? > Are there

Re: Start parameter and result grouping

2010-10-31 Thread Markus Jelsma
Ah, seems you're just one day behind. SOLR-2207, paging with field collapsing, has just been resolved: https://issues.apache.org/jira/browse/SOLR-2207 > Hi, > > I'm trying to implement paging when grouping is on. > > Start parameter works, but the result contains all the documents that were >

Re: Start parameter and result grouping

2010-10-31 Thread Markus Jelsma
Oh, and see the just updated wiki page as well: http://wiki.apache.org/solr/FieldCollapsing > Ah, seems you're just one day behind. SOLR-2207, paging with field > collapsing, has just been resolved: > https://issues.apache.org/jira/browse/SOLR-2207 > > > Hi, > > > > I'm trying to implement pagin

Re: Solr in virtual host as opposed to /lib

2010-11-01 Thread Markus Jelsma
No, he didn't make a mistake but you did. Next time, please start a new thread not by conveniently replying to an existing thread and just changing the subject. Now we have two threads in thread. :) > I don't think you read the entire thread. I'm assuming you made a mistake. > > -Original M

Re: Highlighting and maxBooleanClauses limit

2010-11-02 Thread Markus Jelsma
nk it is highlighter bug. Highlighter should skip the range query > when user set requireFieldMatch to true, because your range query is for > another field. If so, please open a jira issue. > > Koji -- Markus Jelsma - CTO - Openindex http://www.linkedin.com/in/markus17 050-8536600 / 06-50258350

Negative or zero value for fieldNorm

2010-11-03 Thread Markus Jelsma
uns on a Solr 1.4.1 instance with Java 6 under the hood. Help or directions are appreciated =) Cheers, -- Markus Jelsma - CTO - Openindex http://www.linkedin.com/in/markus17 050-8536600 / 06-50258350

Re: Negative or zero value for fieldNorm

2010-11-03 Thread Markus Jelsma
oc in the result set) and does doc 1462 have a very very small fieldNorm? debugOutput for doc 7: 0.0 = fieldNorm(field=title, doc=7) Luke on the title field of doc 7. 1.0 Thanks for your reply! > -Yonik > http://www.lucidimagination.com > > > > On Wed, Nov 3, 2010 at 2:30

Re: Negative or zero value for fieldNorm

2010-11-04 Thread Markus Jelsma
, why does the title field return a fieldNorm=0 for many queries? And a subquestion, does the luke request handler return boost values for documents? I know i get boost values for fields but i haven't seen boost values for documents. Cheers, On Wednesday 03 November 2010 20:44:48 Markus Je

Re: Negative or zero value for fieldNorm

2010-11-04 Thread Markus Jelsma
ocument but all i ever see returned is boost=1.0. Is this correct? Anyway, i'm looking at Nutch now for reasons why i sends a zero boost on a docuement. On Thursday 04 November 2010 14:16:22 Yonik Seeley wrote: > On Thu, Nov 4, 2010 at 8:04 AM, Markus Jelsma > > wrote: > >

Re: Negative or zero value for fieldNorm

2010-11-04 Thread Markus Jelsma
On Thursday 04 November 2010 15:12:23 Yonik Seeley wrote: > On Thu, Nov 4, 2010 at 9:51 AM, Markus Jelsma > > wrote: > > I've done some testing with the example docs and it behaves similar when > > there is a zero doc boost. Luke, however, does not show me

Re: Optimize Index

2010-11-04 Thread Markus Jelsma
Huh? That's something new for me. Optmize removed documents that have been flagged for deletion. For relevancy it's important those are removed because document frequencies are not updated for deletes. Did i miss something? > For what it's worth, the Solr class instructor at the Lucene Revoluti

Replication and ignored fields

2010-11-05 Thread Markus Jelsma
n `ignored` fieldType and set the fields that are unused on the slaves to use the ignored fieldType. ..it doesn't work and makes perfectly sense because it's just the index files that get copied over. The question, how to ignore fields with replication? Cheers, -- Markus Jelsma -

Re: Replication and ignored fields

2010-11-05 Thread Markus Jelsma
solution architect > Cominvent AS - www.cominvent.com > > On 5. nov. 2010, at 16.11, Markus Jelsma wrote: > > Hi, > > > > I've got an ordinary master/slave replication set up. The master contains > > several fields that are not used by the slaves but are used by

Re: Using Multiple Cores for Multiple Users

2010-11-09 Thread Markus Jelsma
Hi, > All, > > I have a web application that requires the user to register and then login > to gain access to the site. Pretty standard stuff...Now I would like to > know what the best approach would be to implement a "customized" search > experience for each user. Would this mean creating a sepa

Re: Core Swapping

2010-11-16 Thread Markus Jelsma
02) at > org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.ja > va:109) at > org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286 > ) at > org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:845) > at > org.apa

Re: Spell Checker

2010-11-16 Thread Markus Jelsma
> Hi (again) > > > > I am looking at the spell checker options: > > > > http://wiki.apache.org/solr/SpellCheckerRequestHandler#Term_Source_Configur > a tion > > > > http://wiki.apache.org/solr/SpellCheckComponent#Use_in_the_Solr_Example > > > > I am looking in my solrconfig.xml and I s

Re: WordDelimiterFilterFactory + CamelCase query

2010-11-18 Thread Markus Jelsma
Hi, Please add preserveOriginal="1" to your WDF [1] definition and reindex (or just try with the analysis page). This will make sure the original input token is being preserved along the newly generated tokens. If you then pass it all through a lowercase filter, it should match both documents

Re: Respect token order in matches

2010-11-18 Thread Markus Jelsma
Hi, I'm not sure what QParser you're using but with the DismaxQParser you can specify slop on explicit phrase queries, did you set it because it can make a difference. Check it out: http://wiki.apache.org/solr/DisMaxQParserPlugin#qs_.28Query_Phrase_Slop.29 Cheers, > Hi, > > is there a way to

Re: simple production set up

2010-11-18 Thread Markus Jelsma
Hi, It's a common practice not to use Solr as a frontend. Almost all deployed instances live in the backend near the database servers. And if Solr is being put to the front, it's still being secured by a proxy. Setting up staging and production instances depend on your need. If the load is sma

Re: simple production set up

2010-11-19 Thread Markus Jelsma
he standard > pattern is to run behind a reverse proxy providing security (and caching?) > Are their any docs on this? Or example deployment diagrams / config. Thanks > lee c > > On 18 Nov 2010 23:14, "Markus Jelsma" wrote: > > Hi, > > > > It's a common

Re: passing arguments to analyzer/filter at runtime

2010-11-22 Thread Markus Jelsma
need to prefix each token with every > possible language code. How do I pass parameters to the filter at query > time? > > I’m not using the URL variant I am using the SolrServer.query(SolrQuery) > interface. > > Jan -- Markus Jelsma - CTO - Openindex http://www.linkedin.com/in/markus17 050-8536600 / 06-50258350

Re: unknown field 'name'

2010-11-23 Thread Markus Jelsma
Hi, Strange, the example schema should work with the example documents. Anyway, see your Solr output as it will show you which field it complains about. Cheers, > Good Evening List, > > I have been working with Nutch and due to numerous integration advantages I > decided to get to grips with t

Re: unknown field 'name'

2010-11-23 Thread Markus Jelsma
I see i missed the `name`-part. Did you really start the example with java - jar start.jar in the example directory? Name is a defined field in the shipped schema. > Hi, > > Strange, the example schema should work with the example documents. Anyway, > see your Solr output as it will show you whi

Re: own way synonyms

2010-11-23 Thread Markus Jelsma
Even without expanding the synonym definitions, word1 and word2 will match THISKEYWORD. Although word1 != word2, both will still match THISKEYWORD and in a sense be... well, synonyms, different word/tone but same meaning. What are you trying to achieve here? Using synomyms for what they are not

Re: own way synonyms

2010-11-23 Thread Markus Jelsma
Yes, you can do that. Please see the wiki for specifics and good examples: http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory > a better example might be this: > > When someone searches on "programming" i want it to return results with > java OR python OR php b

Re: Facet.query and collapsing

2010-11-28 Thread Markus Jelsma
http://wiki.apache.org/solr/FieldCollapsing#Known_Limitations > Hi All, > > I'm in a situation where I need to perform a facet on a query with field > collapsing. > > Let's say the main query is something like this > > title:apple&fq={!tag=sources}source_id:(33 OR > 44)&facet=on&facet.field={!e

Re: question about Solr SignatureUpdateProcessorFactory

2010-11-29 Thread Markus Jelsma
} > > > > } > > > > } > > > > } > > > > } > > > > Why is also the field name (* above) added to the signature > > and not only the content of the field? > > > > By purpose or by accident? > > > > I would like to suggest removing the field name from the signature and > > not mixing it up. > > > > Best regards, > > Bernd -- Markus Jelsma - CTO - Openindex http://www.linkedin.com/in/markus17 050-8536620 / 06-50258350

Re: Good example of multiple tokenizers for a single field

2010-11-29 Thread Markus Jelsma
You can use only one tokenizer per analyzer. You'd better use separate fields + fieldTypes for different languages. > I am looking for a clear example of using more than one tokenizer for a > source single field. My application has a single "body" field which until > recently was all latin charac

Re: Batch Update Fields

2010-12-03 Thread Markus Jelsma
thousands of documents have a field value of 'US' can I > update all of them to 'United States' programmatically? > > Adam -- Markus Jelsma - CTO - Openindex http://www.linkedin.com/in/markus17 050-8536620 / 06-50258350

Re: Batch Update Fields

2010-12-03 Thread Markus Jelsma
> Is there a way to batch update field values based on a certain > > > criteria? For example, if thousands of documents have a field value of > > > 'US' can I update all of them to 'United States' programmatically? > > > > > > Adam -- Markus Jelsma - CTO - Openindex http://www.linkedin.com/in/markus17 050-8536620 / 06-50258350

Re: Highlighting parameters

2010-12-03 Thread Markus Jelsma
Yes Some parameters may be overriden on a per-field basis with the following syntax: f..= http://wiki.apache.org/solr/HighlightingParameters > Is there a way I can specify separate configuration for 2 different fields. > > For field 1 I wan to display only 100 chars, Field 2 200 chars

Index version on slave nodes

2010-12-06 Thread Markus Jelsma
3 has similarities. Cheers, -- Markus Jelsma - CTO - Openindex http://www.linkedin.com/in/markus17 050-8536620 / 06-50258350

Re: Stored field value modification

2010-12-06 Thread Markus Jelsma
> Any other idea? given that: > - I have zero control over what is stored in the database > - using the Solr XML update protocol i could probably transform the > data before sending it > - ... but I'd much rather continue using DataImportHandler to access > the database > > Thanks, > Regards, > EB -- Markus Jelsma - CTO - Openindex http://www.linkedin.com/in/markus17 050-8536620 / 06-50258350

Re: Index version on slave nodes

2010-12-07 Thread Markus Jelsma
t; command to get the real indexversion for slave machines. > > Thanks, > Xin > > On Mon, Dec 6, 2010 at 11:26 AM, Markus Jelsma > > wrote: > > Hi, > > > > The indexversion command in the replicationHandler on slave nodes returns > > 0 for indexversion and gener

Re: Index version on slave nodes

2010-12-07 Thread Markus Jelsma
: > I read it somewhere (sorry for not remembering the source).. the > indexversion command gets the "replicable" index version #. Since it > is a slave machine, so the result is 0. > > Thanks, > > On Tue, Dec 7, 2010 at 11:06 AM, Markus Jelsma > > wrote

Re: Warming searchers/Caching

2010-12-07 Thread Markus Jelsma
XInclude works fine but that's not what your looking for i guess. Having the 100 top queries is overkill anyway and it can take too long for a new searcher to warmup. Depending on the type of requests, i usually tend to limit warming to popular filter queries only as they generate a very high h

Re: customer ping response

2010-12-07 Thread Markus Jelsma
Of course! The ping request handler behaves like any other request handler and accepts at last the wt parameter [1]. Use xslt [2] to transform the output to any desirable form or use other response writers [1]. Why anyway, is it a load balancer that only wants an OK output or something? [1]: ht

Re: customer ping response

2010-12-07 Thread Markus Jelsma
; I need to return this: > > > > > Server > ok > > > > > > > > From: Markus Jelsma > To: solr-user@lucene.apache.org > Cc: Tri Nguyen > Sent: Tue, December 7, 2010 4:27:32 PM > Subject: Re: customer ping res

Map size must not be negative with spatial results + php serialized

2010-12-08 Thread Markus Jelsma
at org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:442) This is only triggered when the searchComponent is added to the request handler. Cheers, -- Markus Jelsma - CTO - Openindex http://www.linkedin.com/in/markus17 050-8536620 / 06-50258350

Re: Map size must not be negative with spatial results + php serialized

2010-12-08 Thread Markus Jelsma
eam plugin problem, which is not supported here. > > On Dec 8, 2010, at 5:38 AM, Markus Jelsma wrote: > > Hi, > > > > Got another issue here. This time it's the PHP serialized response writer > > throwing the following exception only when spatial parameters are

Re: Solr Image Result

2010-12-08 Thread Markus Jelsma
=result&resnum=1&ved=0CDMQ6 > AEwAA#v=onepage&q=apache%20solr&f=false -- Markus Jelsma - CTO - Openindex http://www.linkedin.com/in/markus17 050-8536620 / 06-50258350

Re: Taxonomy and Faceting

2010-12-08 Thread Markus Jelsma
Don't know if its useful but from the old thread: http://code.google.com/p/solr-uima/wiki/5MinutesTutorial On Wednesday 08 December 2010 16:18:06 webdev1977 wrote: > Any luck with a tutorial? :-) -- Markus Jelsma - CTO - Openindex http://www.linkedin.com/in/markus17 050-8536620 / 06-50258350

Re: [Casting] values on update/csv

2010-12-08 Thread Markus Jelsma
Should be no problem but please paste the log output etc. > All, > > I have a csv file and I want to store one of the fields as a tdouble type. > It does not like that at all...Is there a way to cast the string value to a > tdouble? > > Thanks, > Adam

Re: Map size must not be negative with spatial results + php serialized

2010-12-09 Thread Markus Jelsma
> but then "writeSolrDocument" was added which PHPSerializedWriter doesn't > override that. > > > > -Hoss -- Markus Jelsma - CTO - Openindex http://www.linkedin.com/in/markus17 050-8536620 / 06-50258350

Re: SolrHome and Solr Data Dir in solrconfig.xml

2010-12-09 Thread Markus Jelsma
ve no idea how to associate SolrHome with > Solr data dir. So a mistake occurs. All the indexes are put under > $TOMCAT_HOME/bin. This is NOT what I expect. I hope indexes are under > SolrHome. > > Could you please give me a hand? > > Best, > Bing Li -- Markus Jelsma - CTO

Re: SOLR geospatial

2010-12-11 Thread Markus Jelsma
That smells like: http://www.jteam.nl/news/spatialsolr.html > My partner is using a publicly available plugin for GeoSpatial. It is used > both during indexing and during search. It forms some kind of gridding > system and puts 10 fields per row related to that. Doing a Radius search > (vs a bound

Re: Very high load after replicating

2010-12-12 Thread Markus Jelsma
There can be numerous explanations such as your configuration (cache warm queries, merge factor, replication events etc) but also I/O having trouble flushing everything to disk. It could also be a memory problem, the OS might start swapping if you allocate too much RAM to the JVM leaving little

Re: Which query parser and how to do full text on mulitple fields

2010-12-12 Thread Markus Jelsma
Pradeep is right, but, check the solrconfig, the query parser is defined there. Look for the basedOn attribute in the queryParser element. > You said you were using a third party plugin. What do you expect people > herre to know? Solr plugins don't have parameters lat, long, radius and > thread

Re: Rebuild Spellchecker based on cron expression

2010-12-12 Thread Markus Jelsma
Maybe you've overlooked the build parameter? http://wiki.apache.org/solr/SpellCheckComponent#spellcheck.build > Hi, > > the spellchecker component already provides a buildOnCommit and > buildOnOptimize option. > > Since we have several spellchecker indices building on each commit is > not really

Re: Which query parser and how to do full text on mulitple fields

2010-12-12 Thread Markus Jelsma
It is always a good idea to learn from your own mistakes. It is usually a > better idea to learn from others’ mistakes, so you do not have to make > them yourself. from > 'http://blogs.techrepublic.com.com/security/?p=4501&tag=nl.e036' > > > EARTH has a Right To Lif

Re: SpatialTierQueryParserPlugin Loading Error

2010-12-14 Thread Markus Jelsma
Where did you put the jar? > All, > > Can anyone shed some light on this error. I can't seem to get this > class to load. I am using the distribution of Solr from Lucid > Imagination and the Spatial Plugin from here > https://issues.apache.org/jira/browse/SOLR-773. I don't know how to > apply a p

Re: De-duplication not working as I expected - duplicates still getting into the index

2010-12-14 Thread Markus Jelsma
t; ? > > ISA Letter > d91a5ce933457fd5 > > ? > > ISA Letter > d91a5ce933457fd5 > > ? > > ISA Letter > d91a5ce933457fd5 > > ? > > ISA Mailing pack letter > fd9d9e1c0de32fb5 > > > If you wish to view the St. James's Place email disclaimer, please use the > link below > > http://www.sjp.co.uk/portal/internet/SJPemaildisclaimer -- Markus Jelsma - CTO - Openindex http://www.linkedin.com/in/markus17 050-8536620 / 06-50258350

Re: SpatialTierQueryParserPlugin Loading Error

2010-12-14 Thread Markus Jelsma
Anyway, try putting the jar in work/Jetty_0_0_0_0_8983_solr.war__solr__k1kf17/webapp/WEB-INF/lib/ On Tuesday 14 December 2010 11:10:47 Markus Jelsma wrote: > Where did you put the jar? > > > All, > > > > Can anyone shed some light on this error. I can't seem to

Re: Problem using curl in PHP to get Solr results

2010-12-15 Thread Markus Jelsma
The GeoDistanceComponent triggers the problem. It may be an issue in the component but it could very well be a Solr issue. It seems you missed a very recent thread on this one. https://issues.apache.org/jira/browse/SOLR-2278 > I finally figured out how to use curl to GET results, i.e. just turn

Re: Reg blank values ( ) tags in SOLR XML

2010-12-20 Thread Markus Jelsma
No. But why is it a problem? A standard XML parser won't feel the difference. > Hi, > > In SOLR XML the blank spaces are displayed with just tags > > Is there a way I can make SOLR XML to display the blank values as > > > > instead of just > > > > Also has anyone parsed the blank value ta

XInclude in multi core

2010-12-22 Thread Markus Jelsma
the problem, i also replicate the solrconfig.xml so a include solr/corename/conf/file.xml will not work in the cores i replicate it to and i can't embed some corename property in the href to make it generic. Anyone knows a trick here? Thanks! Cheers, -- Markus Jelsma - CTO - Openindex h

Re: Solr Spellcheker automatically tokenizes on period marks

2010-12-22 Thread Markus Jelsma
heck index contains: "www.sometest.com" > Spellcheck query: "www.sometest.com" > Expected result: (no suggestion) > Actual result: "www.www.sometest.com.com" > > > Here is my spellcheck query analyzer: > > >ignoreCase="

Re: error in html???

2010-12-23 Thread Markus Jelsma
These HTTP Status 500 - null java.lang.NullPointerException at java.io.StringReader.(StringReader.java:50) at are returned in HTML. I use Nginx to detect the HTTP error code and return a JSON encoded body with the appropriate content type. Maybe it could be done in the servlet container but i

Re: Solr confFiles replication

2010-12-28 Thread Markus Jelsma
Check your configuration and log file. And, remember, log files will only get replicated if their hashes are different. And, new configuration files will not be replicated, you'll need to upload them to the slaves manually for the first time. Slaves will not replicate what they don't have. > He

Re: Solr confFiles replication

2010-12-28 Thread Markus Jelsma
sent over when index files are to be replicated. So if the master is reindexed, it will generate a new indexVersion, triggering the replication events on the slaves. Then the configuration files are replicated as well. Forcing replication won't replicatie configuration files iirc. &g

Re: geospatial search support for SOLR 1.3 and 1.4?

2010-12-28 Thread Markus Jelsma
a thing in 1.3? Do > we need to upgrade to 1.4+ version. > > Thanks > Bharat Jain -- Markus Jelsma - CTO - Openindex http://www.linkedin.com/in/markus17 050-8536620 / 06-50258350

Re: Carrot2 clustering tool Beginner

2010-12-30 Thread Markus Jelsma
! > Seeking for your guidance. -- Markus Jelsma - CTO - Openindex http://www.linkedin.com/in/markus17 050-8536620 / 06-50258350

Re: Sort Facet Query

2010-12-30 Thread Markus Jelsma
returned in lexicographic order, not by count - so i can ensure that > > every constraint is returned at the same place. > > > > Any ideas? > > > > Thank you! > > > > -- > > View this message in context: > > http://lucene.472066.n3.nabble.com/Sort-Facet-Query-tp2167635p2167635.htm > > l Sent from the Solr - User mailing list archive at Nabble.com. -- Markus Jelsma - CTO - Openindex http://www.linkedin.com/in/markus17 050-8536620 / 06-50258350

Re: old index files not deleted on slave

2011-01-03 Thread Markus Jelsma
o feeddo 15M Dec 18 01:23 _24e.tii > > -rw-rw-r-- 1 feeddo feeddo 146M Dec 18 01:23 _24e.prx > > -rw-rw-r-- 1 feeddo feeddo 283M Dec 18 01:23 _24e.frq > > -rw-rw-r-- 1 feeddo feeddo 311 Dec 18 01:24 segments_1xz > > -rw-rw-r-- 1 feeddo feeddo 23M Dec 18 01:24 _24e.nrm > > -rw-rw-r-- 1 feeddo feeddo 191 Dec 18 13:15 _25z.fnm > > -rw-rw-r-- 1 feeddo feeddo 26M Dec 18 13:16 _25z.fdx > > -rw-rw-r-- 1 feeddo feeddo 1.9G Dec 18 13:16 _25z.fdt > > -rw-rw-r-- 1 feeddo feeddo 484M Dec 18 13:35 _25z.tis > > -rw-rw-r-- 1 feeddo feeddo 15M Dec 18 13:35 _25z.tii > > -rw-rw-r-- 1 feeddo feeddo 146M Dec 18 13:35 _25z.prx > > -rw-rw-r-- 1 feeddo feeddo 284M Dec 18 13:35 _25z.frq > > -rw-rw-r-- 1 feeddo feeddo 311 Dec 18 13:35 segments_1y1 > > -rw-rw-r-- 1 feeddo feeddo 23M Dec 18 13:35 _25z.nrm > > > > > > Any pointers on how to proceed? Thanks. -- Markus Jelsma - CTO - Openindex http://www.linkedin.com/in/markus17 050-8536620 / 06-50258350

Replication: the web application [/solr] .. likely to create a memory leak

2011-01-04 Thread Markus Jelsma
ReferencesThreads SEVERE: The web application [/solr] appears to have started a thread named [MultiThreadedHttpConnectionManager cleanup] but has failed to stop it. This is very likely to create a memory leak. Jan 4, 2011 3:09:48 PM org.apache.coyote.http11.Http11Protocol destroy INFO: Stopping Coy

Re: Replication: the web application [/solr] .. likely to create a memory leak

2011-01-04 Thread Markus Jelsma
pConnectionManager to > CoreContainer. > > -Yonik > http://www.lucidimagination.com -- Markus Jelsma - CTO - Openindex http://www.linkedin.com/in/markus17 050-8536620 / 06-50258350

Replication: abort-fetch and restarting

2011-01-04 Thread Markus Jelsma
it will clean up the mess and (due to low interval polling) make another attempt. If i, however, restart (instead of abort-fetch) the old temporary directory will stay and needs to be deleted manually. Cheers, -- Markus Jelsma - CTO - Openindex http://www.linkedin.com/in/markus17 050-8536620 / 06-50258350

Re: Replication: the web application [/solr] .. likely to create a memory leak

2011-01-04 Thread Markus Jelsma
I don't have Windows :) > Is this on Windows or Unix? Windows will not delete a file that is still > open. > > On Tue, Jan 4, 2011 at 10:07 AM, Markus Jelsma > > wrote: > > Is it possible this problem has something to do with my old index files > > not being

Re: abort data import on errors

2011-01-04 Thread Markus Jelsma
http://wiki.apache.org/solr/UpdateXmlMessages#A.22rollback.22 > Hi, > > Is there a way to specify to abort (rollback) the data import should there > be an error/exception? > If everything runs smoothly, commit the data import. > > Thanks, > > Tri

Re: Replication: the web application [/solr] .. likely to create a memory leak

2011-01-05 Thread Markus Jelsma
I have no Windows. On Tuesday 04 January 2011 23:20:00 Lance Norskog wrote: > Is this on Windows or Unix? Windows will not delete a file that is still > open. > > On Tue, Jan 4, 2011 at 10:07 AM, Markus Jelsma > > wrote: > > Is it possible this problem has something

Re: Solr an Greek Chars

2009-12-28 Thread Markus Jelsma
Hi, Did you post your documents in UTF-8? Also, for querying through GET using non-ascii you must reconfigure Tomcat6 as per the manual [1]. Cheers, [1] http://wiki.apache.org/solr/SolrTomcat#URI_Charset_Config ZAROGKIKAS,GIORGOS zei: > Hi there > > I’m using solr 1.4 under

Re: Multi language support

2010-01-11 Thread Markus Jelsma
languages. So you would have a field type like: etc etc. Cheers, - Markus Jelsma Buyways B.V. Technisch ArchitectFriesestraatweg 215c http://www.buyways.nl 9743 AD Groningen Alg. 050-853 6600 KvK 01074105 Tel. 050-853 6620 Fax. 050-3118124

Re: Encountering a roadblock with my Solr schema design...use dedupe?

2010-01-11 Thread Markus Jelsma
Hello Kelly, I am not entirely sure if i understand your problem correctly. But i believe your first approach is the right one. Your question: "Which products are available that contain skus with color Green, size M, and a price of $9.99 or less?" can be easily answered using a schema like yours

Re: Encountering a roadblock with my Solr schema design...use dedupe?

2010-01-11 Thread Markus Jelsma
e, size=S, price=9.99] > -- sku id = 11 [color=blue, size=M, price=10.99] > -- sku id = 12 [color=blue, size=L, price=10.99] > > Regards, > Kelly > > > Markus Jelsma - Buyways B.V. wrote: >> >> Hello Kelly, >> >> >> I am not entirely sure if i und

Re: Encountering a roadblock with my Solr schema design...use dedupe?

2010-01-12 Thread Markus Jelsma
Hello, I now believe that i really did misunderstand the problem and, unfortunately, i don't believe i can be of much assistance as i did not have to implement a similar problem. Cheers, - Markus Jelsma Buyways B.V. Technisch ArchitectFriesestraatweg 215c

LucidGaze, No Data

2010-01-20 Thread Markus Jelsma
Hello all, I have installed and reconfigured everything according to the readme supplied with the recent LucidGaze release. Files have been written in the gaze directory in SOLR_HOME but the *.log.x.y files are all empty! The rrd directory does contain something that is about 24MiB. In the en

Re: LucidGaze, No Data

2010-01-25 Thread Markus Jelsma
Hi, Is the list without clue or should i mail Lucid directly? Cheers, >I have installed and reconfigured everything according to the readme > supplied with the recent LucidGaze release. Files have been written in the > gaze directory in SOLR_HOME but the *.log.x.y files are all empty! The rrd

Re: solr application for website crawling and indexing html, pdf, word, ... files

2010-01-25 Thread Markus Jelsma
Hello Frank, Answers are inline: Frank van Lingen said: > I recently started working with solr and find it easy to setup and > tinker with. > > I now want to scale up my setup and was wondering if there is an > application/component that can do the following (I was not able to find > documentatio

Re: To store or not to store serialized objects in solr

2010-01-26 Thread Markus Jelsma
Hello Andre, We have used this approach before. We did keep all our data in a RDBMS but added serialized objects to the index so we could simply query the record and display it as is, without any hassle and SQL connections. Although storing this data sounds a bit strange, it actually works well

RE: update doc success, but could not find the new value

2010-01-27 Thread Markus Jelsma
Check out Jetty's output or Tomcat's logs. The logging is very verbose and you can get a clearer picture. Jennifer Luo said: > I am using example, only with two fields, id and body. Id is string > field, body is text field. > > I use another program to do a http post to update the document, url i

Re: Solr and location based searches

2010-02-02 Thread Markus Jelsma
://williams.best.vwh.net/avform.htm#Dist Cheers, Markus Jelsma - Technisch Architect - Buyways BV http://www.linkedin.com/in/markus17 050-8536620 / 06-50258350

Re: spellcheck

2010-02-11 Thread Markus Jelsma
t the onlyMorePopular directive fool you, it caught many users of guard before :) Cheers, Markus Jelsma - Technisch Architect - Buyways BV http://www.linkedin.com/in/markus17 050-8536620 / 06-50258350

Re: spellcheck

2010-02-11 Thread Markus Jelsma
ge in context: > http://old.nabble.com/spellcheck-tp27527425p27548078.html Sent from the > Solr - User mailing list archive at Nabble.com. Markus Jelsma - Technisch Architect - Buyways BV http://www.linkedin.com/in/markus17 050-8536620 / 06-50258350

Re: spellcheck

2010-02-11 Thread Markus Jelsma
index >I change config, but i get the same result! > > > >dismax > false > false > true > external > > >query > spellcheck >mlt > > Markus Jelsma - Technisch Architect - Buyways BV

Re: Spell check returns strange suggestion

2010-02-22 Thread Markus Jelsma
darniz said: > > Hello All > Please reply to this ASAP > I am using indexbasedSpellchecker right now i copy only model, and make > names and some other fields to my spellcheck field. > Hence my spell check field consists of only 120 words. > > The issue is if i type hond i get back honda which is f

Re: spellcheck all time

2010-02-23 Thread Markus Jelsma
Although the wiki states it correctly (will also return suggestions even if properly spelled), perhaps we should add that it's a better practice to only present end users with suggestions if the correctlySpelled flag is false. This issue keeps coming back. Chris Hostetter said: > : I have a littl

Re: logging

2010-02-23 Thread Markus Jelsma
Hi Peter, It depends on what you call a debug log and how you interface with Solr. Anyway, if you use Solr over HTTP you can check out the logs of your servlet container and configure the logging behaviour on the Solr web admin page. Usually, the default logging is quite useful. Either way, see t

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

2010-02-24 Thread Markus Jelsma
Solr 1.5: - field collapsing - Solr Spatial On Wednesday 24 February 2010 14:42:18 Grant Ingersoll wrote: > What would it be? > Markus Jelsma - Technisch Architect - Buyways BV http://www.linkedin.com/in/markus17 050-8536620 / 06-50258350

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

2010-02-24 Thread Markus Jelsma
25:46 Robert Muir wrote: > On Wed, Feb 24, 2010 at 9:22 AM, Markus Jelsma wrote: > > - stemmers for many more different languages > > > > I don't want to hijack this thread, but i would like to know which > languages you are interested in! > Markus Jelsma -

<    1   2   3   4   5   6   7   >