Re: SOLR-470 & default value in schema with NOW (update)

2008-04-27 Thread Brian Johnson
: termfrequency : 2008-04-24T09:03:53Z11076 : 2008-04-24T09:03:55Z10036 i'm assuming "11076" and "10036" are the term frequencies? Yes - the cut-n-paste didn't do a good job separating the columns : This now seems to be something different than SOLR-470 and SOLR-544 : since the format seems to

Re: Help required with external value source SOLR-351

2008-04-27 Thread Koji Sekiguchi
Howard, I think up two things: 1. double check external_cpc file is in D:/solr1/data there and post to let solr read it. 2. DisMax query doesn't support "job_id:4901708 _val_:cpc" format for query string. Just try q=cpc and see explain. Thank you, Koji Howard Lee wrote: Help required

Re: Custom Filter. Pass field thru regular expression to match.

2008-04-27 Thread Chris Hostetter
: My data, found with solr needs to be tested against matching regular : expression formed at auery time. to avoid sending big data chunks via http : i've suggested that results can be verified on solr side before they sent to : client. are you saying you want to filter the documents that match b

Re: Facet display fields

2008-04-27 Thread Chris Hostetter
: I have an index with a field called 'category'. The data is not clean, : so documents may have values such as 'ABC DEF', 'abc-def', 'ABC-def' : etc. Now, I want to facet by this field and want all such values to be : clubbed together. : I created a field called 'category_facet' where I stri

Re: How to extract terms associated with a field

2008-04-27 Thread Chris Hostetter
Take a look at the LukeRequestHandler ... it can list all the terms in a field (or in many fields) along with their frequencies. -Hoss

Re: SOLR-470 & default value in schema with NOW (update)

2008-04-27 Thread Chris Hostetter
: Ok, I thought the quickest thing to try out would be (B) so now all of : my feeds have the same format and I have removed the default value "NOW" : from my schema.xml file. ... : I rebuilt my index with consistent date formats in all my files but my : exception remains unchanged.

Re: SOLR-470 & default value in schema with NOW

2008-04-27 Thread Chris Hostetter
: Now finally, my problem. The format for NOW doesn't seem to be : documented so I have no idea what I need to 'match' (or even that : matching is necessary from the documentation outside these 2 bugs) in : order to take advantage of the default value feature and mix that with : data from my s

Re: Enhancing the query language

2008-04-27 Thread Chris Hostetter
: currently the solr query language is not enough for our needs. : I understand it is possible to add our own customized query parse to the : system, but I was wondering if anybody have done that and if there is any : idea to share how and from where to start. In Solr 1.2, you'd need to write you

Solr queuing behavior

2008-04-27 Thread Phillip Farber
Hello, I have a quasi-realtime indexing application where documents are grouped into collections and documents can be added or removed from collections. The document has an id and multiple collection id (collid) fields reflecting the collections that contain that document. The collid field i

Queuing adds and commits

2008-04-27 Thread Phillip Farber
A while back Hoss described Solr queuing behavior: > searches can go on happily while commits/adds are happening, and > multiple adds can happen in parallel, ... but all adds block while a > commit is taking place. i just give all of clients that update the > index a really large timeout value

unique values from a field in a result

2008-04-27 Thread Thijs Vonk
What is the best way to get the unique terms from a field in a result? I've been using SimpleFacet to do this. However, I don't need the counts, so it seems overkill to have to iterate over all the result documents per field to get the unique values for that field. The field's contain database I