Re: DIH: using variables in nested entities

2010-03-13 Thread Tricia Williams
rmatted or custom formatted if you intend to use the content of a field in another field, possibly nested? Tricia Williams wrote: Hi All, The DataImportHandler is the most fantastic thing that has recently come to Solr. Thank you. I'm noticing that when I use variables in

DIH: using variables in nested entities

2010-03-12 Thread Tricia Williams
Hi All, The DataImportHandler is the most fantastic thing that has recently come to Solr. Thank you. I'm noticing that when I use variables in nested entities that square brackets are wrapped around the variable value when they are used. For example ${x.url} used in the "tika" entity

Re: Why isn't the DateField implementation of ISO 8601 broader?

2009-10-07 Thread Tricia Williams
Chris Hostetter wrote: : I would expect field:2001-03 to be a hit on a partial match such as : field:[2001-02-28T00:00:00Z TO 2001-03-13T00:00:00Z]. I suppose that my : expectation would be that field:2001-03 would be counted once per day for each : day in its range. It would follow that a user

Re: Why isn't the DateField implementation of ISO 8601 broader?

2009-10-06 Thread Tricia Williams
Thanks for making me think about this a little bit deeper, Hoss. Comments in-line. Chris Hostetter wrote: because those would be ambiguous. if you just indexed field:2001-03 would you expect it to match field:[2001-02-28T00:00:00Z TO 2001-03-13T00:00:00Z] ... what about date faceting, what s

Re: ExtractingRequestHandler unknown field 'stream_source_info'

2009-10-01 Thread Tricia Williams
m/search/ On Thu, Oct 1, 2009 at 11:40 AM, Tricia Williams wrote: If the wiki isn't working https://www.packtpub.com/article/indexing-data-solr-1.4-enterprise-search-server-2 gave me more information. The LucidImagination article helps too. Now that the wiki is up again it i

Re: ExtractingRequestHandler unknown field 'stream_source_info'

2009-10-01 Thread Tricia Williams
If the wiki isn't working https://www.packtpub.com/article/indexing-data-solr-1.4-enterprise-search-server-2 gave me more information. The LucidImagination article helps too. Now that the wiki is up again it is more obvious that I need to add: fulltext text to my solrconfig.xml Tricia

ExtractingRequestHandler unknown field 'stream_source_info'

2009-10-01 Thread Tricia Williams
Hi All, I'm trying Solr CEL outside of the example and running into trouble because I can't refer to the http://wiki.apache.org/solr/ExtractingRequestHandler (the wiki's down). After realizing I needed to copy all the jars from /example/solr/lib to my indexes /lib dir, I am now hitting th

Why isn't the DateField implementation of ISO 8601 broader?

2009-10-01 Thread Tricia Williams
Hi All, I'm working with data that has multiple date precisions most of which do not have a time associated with them, rather centuries (like 1800's), years (like 1867), and years/months (like 1918-11). I'm able to sort and search using a workaround where we store the date as a string

Re: Free Webinar - Apache Lucene 2.9: Technical Overview of New Features

2009-09-19 Thread Tricia Williams
Is there a way to sign up without handing over so much personal information to www.eventsvc.com? Thanks, Tricia Erik Hatcher wrote: Free Webinar: Apache Lucene 2.9: Discover the Powerful New Features --- Join us for a free and i

Scheduling DIH

2009-03-25 Thread Tricia Williams
Hello, Is there a best way to schedule the DataImportHandler? The idea being to schedule a delta-import every Sunday morning at 7am or perhaps every hour without human intervention. Writing a cron job to do this wouldn't be difficult. I'm just wondering is this a built in feature? Tric

Re: Dates in Solr

2008-12-10 Thread Tricia Williams
have missed the key nugget at the bottom of http://wiki.apache.org/jakarta-lucene/DateRangeQueries Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message From: Tricia Williams <[EMAIL PROTECTED]> To: solr-user@lucene.apache.org Sent: Wednesday,

Dates in Solr

2008-12-10 Thread Tricia Williams
Hi All, I'm curious about what people have done with dates. We Require: 1. multiple granularities to query and facet on: by year, by year/month, by year/month/day 2. sortability: sort/order by date 3. time typically isn't important to us 4. some of these items don't have a day or mont

Re: [VOTE] Community Logo Preferences

2008-11-23 Thread Tricia Williams
https://issues.apache.org/jira/secure/attachment/12394282/solr2_maho_impression.png https://issues.apache.org/jira/secure/attachment/12394366/solr3_maho.png https://issues.apache.org/jira/secure/attachment/12394264/apache_solr_a_red.jpg https://issues.apache.org/jira/secure/attachment/12394266/apa

SolrPluginRepository

2008-10-02 Thread Tricia Williams
Hi All, I didn't see anywhere to share the plugin I created for my multipart work (see https://issues.apache.org/jira/browse/SOLR-380 for more). So I created one here: http://wiki.apache.org/solr/SolrPluginRepository. I'm open to other ways of sharing plugins. Tricia

Re: solr on ubuntu 8.04

2008-10-02 Thread Tricia Williams
I haven't tried installing the ubuntu package, but the releases from apache.org come with an example that contains a directory called "solr" which contains a directory called "conf" where schema.xml and solrconfig.xml are important. Is it possible these files do not exist in the path? Trici

Re: Highlighting Output

2008-08-12 Thread Tricia Williams
Martin, You may want to follow Mark Miller's effort https://issues.apache.org/jira/browse/LUCENE-1286 as it develops -- perhaps even help with it. He's developing a Lucene highlighter which would "run through query terms by using their offsets" making highlighting large documents much more t

Highlighting Output

2008-08-11 Thread Tricia Williams
t. Tricia Original Message Subject:Highlighting Output Date: Mon, 11 Aug 2008 17:21:55 -0400 From: Martin Owens <[EMAIL PROTECTED]> To: Tricia Williams <[EMAIL PROTECTED]>, [EMAIL PROTECTED] Hello Solr Users, I've been thinking about the highli

Re: An unusual question for the experts -- *term* boosting for individual documents?

2008-06-06 Thread Tricia Williams
dex. See the BoostingTermQuery in Lucene and the Token class setPayload() method). However, this doesn't do much for you in Solr as of yet without some work on your own. I think Tricia Williams has been working on payloads and Solr, but I don't know that anything has been po

Re: Fwd: Grouping products

2008-05-14 Thread Tricia Williams
Perhaps the Synonym Filter would work for this. http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters will tell you more. Tricia Otis Gospodnetic wrote: Hi Vender, Solr can't do the grouping for you. Solr can do the searching/finding for you, but it won't be able to recognize differ

Re: Extending XmlRequestHandler

2008-05-08 Thread Tricia Williams
I frequently use the Solr API: http://lucene.apache.org/solr/api/index.html Tricia Alexander Ramos Jardim wrote: Sorry for the stupid question, but I could not find Solr API code. Could anyone point me where do I find it? 2008/5/8 Alexander Ramos Jardim <[EMAIL PROTECTED]>: Nice, Thank yo

ResponseBuilder public flags

2008-03-17 Thread Tricia Williams
Hi, I'm working on a custom SearchComponent to display context stored in payloads. I noticed that both the FacetComponent and the HighlightComponent are tightly coupled with the ResponseBuilder through the frequent use of doFacet and doHighlight. If I am building a component with similar

Re: Payloads in Solr

2007-11-19 Thread Tricia Williams
Yonik Seeley wrote: http://www.nabble.com/Payload-API-tf4828837.html#a13815548 http://www.nabble.com/new-Token-API-tf4828894.html#a13815702 Thanks for these links. I didn't even realize you had started these conversations. Thank you! Tricia

Re: Payloads, Tokenizers, and Filters. Oh My!

2007-11-18 Thread Tricia Williams
I apologize for cross-posting but I believe both Solr and Lucene users and developers should be concerned with this. I am not aware of a better way to reach both communities. In this email I'm looking for comments on: * Do TokenFilters belong in the Solr code base at all? * How to deal

Re: Payloads in Solr

2007-11-18 Thread Tricia Williams
Thanks for your comments, Yonik! All for it... depending on what one means by "payload functionality" of course. We should probably hold off on adding a new lucene version to Solr until the Payload API has stabilized (it will most likely be changing very soon). It sounds like Lucene 2.3 is go

Payloads in Solr

2007-11-17 Thread Tricia Williams
Hi All, I was wondering how Solr people feel about the inclusion of Payload functionality in the Solr codebase? From a recent message to the [EMAIL PROTECTED] mailing list: I'm working on the issue https://issues.apache.org/jira/browse/SOLR-380 which is a feature request that allows

Re: AW: What is the best way to index xml data preserving the mark up?

2007-11-08 Thread Tricia Williams
Hi Dave, This sounds like what I've been trying to work out with https://issues.apache.org/jira/browse/SOLR-380. The idea that I'm running with right now is indexing the xml and storing the data in the xml tags as a Payload. Payload is a relatively new idea from Lucene. A custom SolrHighl

Re: [jira] Commented: (SOLR-380) There's no way to convert search results into page-level hits of a "structured document".

2007-10-19 Thread Tricia Williams
I echo the apology for using JIRA to work out ideas on this. Just thinking out loud here: * Is there any reason why the page id should be an integer? I mean could the page identifier be an alphanumeric string? * Ideally our project would like to store some page level meta-data (e

Re: possible FAQ - lucene interop

2007-01-17 Thread Tricia Williams
Hi Michael, What Solr is really doing is building a Lucene index. In most cases a Java developer should be able to access the index that Solr built through the IndexReader/IndexSearcher classes and the location of the index that Solr built. See the Lucene API for details on these and othe

Re: Indexing UTF-8

2006-08-10 Thread Tricia Williams
I no longer remember when or where this came up, but when using Tomcat there is a known character encoding problem when you expect utf-8. In Tomcat's $TOMCAT_HOME/conf/server.xml on the port you're running Solr on ensure URIEncoding="UTF-8" is in This has solved some of my encoding problems.

Re: add/update index

2006-07-27 Thread Tricia Williams
Thanks Yonik, That's exactly what I needed to know. I'll adapt my xsl process to omit null values. Tricia On Thu, 27 Jul 2006, Yonik Seeley wrote: On 7/27/06, Tricia Williams <[EMAIL PROTECTED]> wrote: Hi, I have created a process which uses xsl to convert my

add/update index

2006-07-27 Thread Tricia Williams
Hi, I have created a process which uses xsl to convert my data to the form indicated in the examples so that it can be added to the index as the solr tutorial indicates: value ... In some cases the xsl process will create a field element with no data. (ie ) Is this con

Re: Cyrillic characters

2006-07-19 Thread Tricia Williams
e diacritic in your example? I have solr running in tomcat 5.5.17. Thanks for all you help, Tricia On Tue, 18 Jul 2006, Yonik Seeley wrote: On 7/18/06, Tricia Williams <[EMAIL PROTECTED]> wrote: My sample query is: .. (the english word _canada_ translated into russian) or %D0%9A

Cyrillic characters

2006-07-18 Thread Tricia Williams
Hi all, I'm trying to adapt our old cocoon/lucene based web search application to one that is more solrish. Our old web app was capable of searching for queries with cyrillic characters in them. I'm finding that using the packaged example admin interface entering a query with a string of

Using alternate index directory

2006-07-11 Thread Tricia Williams
Hi All, I would like to use two lucene indexes built outside of solr in a solr project. The indexes do not live in the same path as the solr project, nor do the resulting files live in a folder called 'index'. Does solr allow for this? If not where should I look to adapt to my desired b

Secure Solr

2006-06-21 Thread Tricia Williams
Hi All, It seems to me that the way that documents are indexed and managed via Solr using http get requests leaves your index open to malicious attacks as anyone with the right syntax and some information about your index could commit changes to your index. Is there some mechanism in solr

Using Lucene index in Solr

2006-06-21 Thread Tricia Williams
Hi, I was wondering if there are any major differences in building an index using Lucene and Solr. If there is no substantial differences, how would one go about using an existing index created using Lucene in Solr? Thanks, Tricia

Re: Using Lucene index in Solr

2006-06-21 Thread Tricia Williams
at I am using or because of the changes I have made to schema.xml? What is the best way to debug my instance of Solr? Any help is much appreciated, Tricia On Wed, 21 Jun 2006, Yonik Seeley wrote: On 6/21/06, Tricia Williams <[EMAIL PROTECTED]> wrote: I was wondering if there are an

Using Lucene index in Solr

2006-06-21 Thread Tricia Williams
Hi, I was wondering if there are any major differences in building an index using Lucene and Solr. If there is no substantial differences, how would one go about using an existing index created using Lucene in Solr? Thanks, Tricia