Re: 8.0 upgrade issue

2019-07-10 Thread Scott Yeadon
to be a problem after that. Thanks for the help. Scott. > On 11 Jul 2019, at 12:20 pm, Shawn Heisey wrote: > > On 6/19/2019 7:15 PM, Scott Yeadon wrote: >> I’m running Solr on Ubuntu 18.04 (32-bit) using OpenJDK 10.0.2. Up until now >> I have had no problem with Solr (started

8.0 upgrade issue

2019-06-19 Thread Scott Yeadon
Hi, I’m running Solr on Ubuntu 18.04 (32-bit) using OpenJDK 10.0.2. Up until now I have had no problem with Solr (started running it since 4.x), however after upgrading from 7.x to 8.x I am getting serious memory issues. I have a small repository of 30,000 documents currently using Solr 7.1

Re: Query on multivalue field

2011-03-01 Thread Scott Yeadon
-Original Message- From: Scott Yeadon [mailto:scott.yea...@anu.edu.au] Sent: Monday, February 28, 2011 11:50 PM To:solr-user@lucene.apache.org Subject: Query on multivalue field Hi, I have a variable number of text-based fields associated with each primary record which I wanted to apply

Re: Query on multivalue field

2011-03-01 Thread Scott Yeadon
The only trick with this is ensuring the searches return the right results and don't go across value boundaries. If I set the gap to the largest text size we expect (approx 5000 chars) what impact does such a large value have (i.e. does Solr physically separate these fragments in the index or

Re: Query on multivalue field

2011-03-01 Thread Scott Yeadon
understanding, that justifies some reason for it not to be this way? But I set my positionIncrementGap very large, and haven't seen any issues. On 3/1/2011 5:46 PM, Scott Yeadon wrote: The only trick with this is ensuring the searches return the right results and don't go across value boundaries

Query on multivalue field

2011-02-28 Thread Scott Yeadon
Hi, I have a variable number of text-based fields associated with each primary record which I wanted to apply a search across. I wanted to avoid the use of dynamic fields if possible or having to create a different document type in the index (as the app is based around the primary record and

relational db mapping for advanced search

2011-02-08 Thread Scott Yeadon
Hi, I was just after some advice on how to map some relational metadata to a solr index. The web application I'm working on is based around people and the searching based around properties of these people. Several properties are more complex - for example, a person's occupations have place,

Re: relational db mapping for advanced search

2011-02-08 Thread Scott Yeadon
From: Scott Yeadon [scott.yea...@anu.edu.au] Sent: Tuesday, February 08, 2011 4:41 PM To: solr-user@lucene.apache.org Subject: relational db mapping for advanced search Hi, I was just after some advice on how to map some relational metadata to a solr index

case insensitive sort and LowerCaseFilterFactory

2010-11-17 Thread Scott Yeadon
Hi, I'm running solr-tomcat 1.4.0 on Ubuntu and have an issue with the sorting of results. According to this page http://web.archiveorange.com/archive/v/AAfXfzy5Tm1uDy5mYW3B I should be able to configure the LowerCaseFilterFactory to ensure results will be indexed and returned in a case

Re: case insensitive sort and LowerCaseFilterFactory

2010-11-17 Thread Scott Yeadon
Sorry, looks like it was a data-related issue, apologies for the noise (although if anyone spots anything dodgy in the config feel free to let me know). Scott. On 18/11/10 2:21 PM, Scott Yeadon wrote: Hi, I'm running solr-tomcat 1.4.0 on Ubuntu and have an issue with the sorting of results

Re: [PECL-DEV] Re: PHP Solr API

2010-10-07 Thread Scott Yeadon
, Oct 1, 2010 at 12:57 AM, Scott Yeadon scott.yea...@anu.edu.au mailto:scott.yea...@anu.edu.au wrote: Hi, Sorry, scrap that, just found that SolrQuery is a subclass of ModifiableParams so can do this via add method and seems to work ok. Apologies for the noise. Scott

PHP Solr API

2010-09-30 Thread Scott Yeadon
Hi, I have inherited an application which uses Solr search and the PHP Solr API (http://pecl.php.net/package/solr). While the list of search results with appropriate highlighting is all good, when selecting a result that navigates to an individual article the users want to have all the hits

Re: PHP Solr API

2010-09-30 Thread Scott Yeadon
to an individual search result. Scott. On 1/10/10 12:53 PM, Neil Lunn wrote: On Fri, 2010-10-01 at 12:00 +1000, Scott Yeadon wrote: Hi, The problem is that the article text is HTML and Solr appears to strip the HTML by default. I think what you need to look at is how the fields are defined

Re: Highlighting match term in bold rather than italic

2010-09-30 Thread Scott Yeadon
Check out http://wiki.apache.org/solr/HighlightingParameters and the hl.simple.pre/hl.simple.post options You may be also able to control the display of the default em/ via CSS but will depend on your rendering context as to whether this is feasible. Scott. On 1/10/10 7:54 AM,