[jira] [Commented] (SOLR-3093) Remove unused features and

2012-02-03 Thread Tommaso Teofili (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13199784#comment-13199784 ] Tommaso Teofili commented on SOLR-3093: --- bq. There is some code which tries to

[jira] [Commented] (LUCENE-3731) Create a analysis/uima module for UIMA based tokenizers/analyzers

2012-02-03 Thread Tommaso Teofili (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13199771#comment-13199771 ] Tommaso Teofili commented on LUCENE-3731: - right Uwe, thanks so much for

[jira] [Updated] (LUCENE-3731) Create a analysis/uima module for UIMA based tokenizers/analyzers

2012-02-03 Thread Tommaso Teofili (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3731?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tommaso Teofili updated LUCENE-3731: Attachment: LUCENE-3731.patch this patch adds a modules/analysis/uima module

[jira] [Resolved] (SOLR-3092) Update TypeTokenFilterFactory to handle useWhiteList parameter

2012-02-03 Thread Tommaso Teofili (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3092?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tommaso Teofili resolved SOLR-3092. --- Resolution: Fixed committed on trunk at r1240081 committed on branch-3.x at r1240082

[jira] [Created] (SOLR-3092) Update TypeTokenFilterFactory to handle useWhiteList parameter

2012-02-03 Thread Tommaso Teofili (Created) (JIRA)
Components: Schema and Analysis Reporter: Tommaso Teofili Assignee: Tommaso Teofili Priority: Trivial Fix For: 3.6, 4.0 Introduce useWhiteList introduced in Lucene TypeTokenFilter (see LUCENE-3744) inside the related Solr factory. -- This message is

[jira] [Resolved] (LUCENE-3744) Add support for type whitelist in TypeTokenFilter

2012-02-03 Thread Tommaso Teofili (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3744?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tommaso Teofili resolved LUCENE-3744. - Resolution: Fixed Fix Version/s: 4.0 3.6 > Add supp

[jira] [Commented] (LUCENE-3744) Add support for type whitelist in TypeTokenFilter

2012-02-03 Thread Tommaso Teofili (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13199603#comment-13199603 ] Tommaso Teofili commented on LUCENE-3744: - applied on trunk r1240034 applien

[jira] [Assigned] (LUCENE-3744) Add support for type whitelist in TypeTokenFilter

2012-02-03 Thread Tommaso Teofili (Assigned) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3744?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tommaso Teofili reassigned LUCENE-3744: --- Assignee: Tommaso Teofili > Add support for type whitelist in TypeTokenFil

[jira] [Updated] (LUCENE-3744) Add support for type whitelist in TypeTokenFilter

2012-02-03 Thread Tommaso Teofili (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3744?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tommaso Teofili updated LUCENE-3744: Attachment: LUCENE-3744_2.patch Thanks Santiago, I updated the patch to split the Lucene

[jira] [Commented] (LUCENE-3744) Add support for type whitelist in TypeTokenFilter

2012-02-01 Thread Tommaso Teofili (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13197834#comment-13197834 ] Tommaso Teofili commented on LUCENE-3744: - Hello Santiago, would you mind

Re: [DISCUSS] New Website

2012-01-31 Thread Tommaso Teofili
2012/1/31 Robert Muir > On Tue, Jan 31, 2012 at 3:31 PM, Mark Miller > wrote: > > > > On Jan 31, 2012, at 2:38 PM, Grant Ingersoll wrote: > > > >> I'd like to switch to the new sites over this weekend or early next > week at the latest > > > > +1 - Thanks for all of you effort on this! > > > >

[jira] [Commented] (SOLR-3013) Add UIMA based tokenizers / filters that can be used in the schema.xml

2012-01-31 Thread Tommaso Teofili (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3013?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13196999#comment-13196999 ] Tommaso Teofili commented on SOLR-3013: --- Considering the needed refactoring to

[jira] [Created] (LUCENE-3731) Create a analysis/uima module for UIMA based tokenizers/analyzers

2012-01-30 Thread Tommaso Teofili (Created) (JIRA)
: Improvement Components: modules/analysis Reporter: Tommaso Teofili Assignee: Tommaso Teofili Fix For: 3.6, 4.0 As discussed in SOLR-3013 the UIMA Tokenizers/Analyzer should be refactored out in a separate module (modules/analysis/uima) as they can be

[jira] [Commented] (SOLR-3013) Add UIMA based tokenizers / filters that can be used in the schema.xml

2012-01-30 Thread Tommaso Teofili (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3013?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13195986#comment-13195986 ] Tommaso Teofili commented on SOLR-3013: --- Chris, Robert, thanks for your comm

[jira] [Commented] (SOLR-3013) Add UIMA based tokenizers / filters that can be used in the schema.xml

2012-01-29 Thread Tommaso Teofili (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3013?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13195861#comment-13195861 ] Tommaso Teofili commented on SOLR-3013: --- If no one objects I'll commit thi

[jira] [Assigned] (SOLR-3013) Add UIMA based tokenizers / filters that can be used in the schema.xml

2012-01-29 Thread Tommaso Teofili (Assigned) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3013?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tommaso Teofili reassigned SOLR-3013: - Assignee: Tommaso Teofili > Add UIMA based tokenizers / filters that can be used

Re: Welcome Tommaso Teofili as Lucene/Solr committer

2012-01-29 Thread Tommaso Teofili
; > > Uwe > > > > > > > > - > > > > Uwe Schindler > > > > H.-H.-Meier-Allee 63, D-28213 Bremen > > > > http://www.thetaphi.de > > > > eMail: u...@thetaphi.de > > > > > > > > From: Tommaso Teofili [mailto:

Re: Welcome Tommaso Teofili as Lucene/Solr committer

2012-01-29 Thread Tommaso Teofili
lr > checkout directly. The root webpage for both projects currently only > contains the PMC, no change needed. > > ** ** > > Uwe > > ** ** > > - > > Uwe Schindler > > H.-H.-Meier-Allee 63, D-28213 Bremen > > http://www.thetaph

[jira] [Commented] (SOLR-3049) UpdateRequestProcessorChain for UIMA : runtimeParameters: not all types supported

2012-01-29 Thread Tommaso Teofili (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3049?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13195719#comment-13195719 ] Tommaso Teofili commented on SOLR-3049: --- Good catch, if you could provide that p

Re: Welcome Tommaso Teofili as Lucene/Solr committer

2012-01-28 Thread Tommaso Teofili
Thank you all guys for this warm welcome. Cheers, Tommaso p.s. I did update http://lucene.apache.org/java/docs/whoweare.html but I didn't have the permission to change the /lucene/cms/trunk/content/whoweare.mdtext for the (yet unreleased) CMS based Lucene website 2012/1/28 Martijn v Groningen >

Re: Welcome Tommaso Teofili as Lucene/Solr committer

2012-01-26 Thread Tommaso Teofili
Uwe, all 2012/1/26 Uwe Schindler > Hi, > > I'm happy to announce that the Lucene/Solr PMC has voted in Tommaso Teofili > as our newest committer. this makes me very very happy, I'll do my best to help this already great project and community grow and improve. > He

[jira] [Updated] (SOLR-3013) Add UIMA based tokenizers / filters that can be used in the schema.xml

2012-01-23 Thread Tommaso Teofili (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3013?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tommaso Teofili updated SOLR-3013: -- Attachment: SOLR-3013.patch patch overview: - moved the 'ae' package out of

[jira] [Commented] (SOLR-3054) Add a TypeTokenFilterFactory

2012-01-22 Thread Tommaso Teofili (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13190749#comment-13190749 ] Tommaso Teofili commented on SOLR-3054: --- Thanks Uwe >

[jira] [Updated] (SOLR-3054) Add a TypeTokenFilterFactory

2012-01-22 Thread Tommaso Teofili (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3054?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tommaso Teofili updated SOLR-3054: -- Attachment: SOLR-3054_3.patch updated patch: - enablePosIncr set to false - fixed unit tests

[jira] [Commented] (SOLR-3054) Add a TypeTokenFilterFactory

2012-01-22 Thread Tommaso Teofili (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13190643#comment-13190643 ] Tommaso Teofili commented on SOLR-3054: --- bq. I looked up the other TokenFilters

[jira] [Updated] (SOLR-3054) Add a TypeTokenFilterFactory

2012-01-22 Thread Tommaso Teofili (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3054?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tommaso Teofili updated SOLR-3054: -- Attachment: SOLR-3054_2.patch Thanks Uwe, I've fixed the patch as per your comments. Also

[jira] [Updated] (SOLR-3054) Add a TypeTokenFilterFactory

2012-01-22 Thread Tommaso Teofili (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3054?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tommaso Teofili updated SOLR-3054: -- Attachment: SOLR-3054.patch attached factory with unit test patch > Ad

[jira] [Created] (SOLR-3054) Add a TypeTokenFilterFactory

2012-01-21 Thread Tommaso Teofili (Created) (JIRA)
Add a TypeTokenFilterFactory Key: SOLR-3054 URL: https://issues.apache.org/jira/browse/SOLR-3054 Project: Solr Issue Type: New Feature Components: Schema and Analysis Reporter: Tommaso

[jira] [Commented] (LUCENE-3671) Add a TypeTokenFilter

2012-01-21 Thread Tommaso Teofili (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13190544#comment-13190544 ] Tommaso Teofili commented on LUCENE-3671: - Sure Uwe, I'll open a new on

[jira] [Commented] (LUCENE-3671) Add a TypeTokenFilter

2012-01-21 Thread Tommaso Teofili (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13190425#comment-13190425 ] Tommaso Teofili commented on LUCENE-3671: - Thanks Uwe for taking care o

[jira] [Updated] (LUCENE-3671) Add a TypeTokenFilter

2012-01-20 Thread Tommaso Teofili (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tommaso Teofili updated LUCENE-3671: Attachment: LUCENE-3671_3.patch updated patch with unit test > Ad

[jira] [Updated] (LUCENE-3671) Add a TypeTokenFilter

2012-01-19 Thread Tommaso Teofili (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tommaso Teofili updated LUCENE-3671: Attachment: LUCENE-3671_2.patch Thanks Robert, you're right. Updated patch att

[jira] [Updated] (LUCENE-3671) Add a TypeTokenFilter

2012-01-19 Thread Tommaso Teofili (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tommaso Teofili updated LUCENE-3671: Attachment: LUCENE-3671.patch > Add a TypeTokenFil

[jira] [Commented] (LUCENE-3671) Add a TypeTokenFilter

2012-01-19 Thread Tommaso Teofili (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13189206#comment-13189206 ] Tommaso Teofili commented on LUCENE-3671: - A very basic TypeTokenFilter ca

[jira] [Updated] (SOLR-2983) Unable to load custom MergePolicy

2012-01-17 Thread Tommaso Teofili (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2983?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tommaso Teofili updated SOLR-2983: -- Attachment: SOLR-2983.patch simple patch which just removes the (always failing) try clause

[jira] [Commented] (SOLR-2983) Unable to load custom MergePolicy

2012-01-17 Thread Tommaso Teofili (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13187762#comment-13187762 ] Tommaso Teofili commented on SOLR-2983: --- that probably depends on migrations

[jira] [Commented] (SOLR-2983) Unable to load custom MergePolicy

2012-01-17 Thread Tommaso Teofili (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13187733#comment-13187733 ] Tommaso Teofili commented on SOLR-2983: --- it looks like it's a cyclic d

[jira] [Created] (SOLR-3021) Minor code performance improvements in SolrJ

2012-01-10 Thread Tommaso Teofili (Created) (JIRA)
Reporter: Tommaso Teofili Priority: Minor Fix For: 3.6, 4.0 Attachments: SOLR-3021.patch Remove string concatenations and use Collections.addAll instead of looping to add elements to Iterables. -- This message is automatically generated by JIRA. If you think it was

[jira] [Updated] (SOLR-3021) Minor code performance improvements in SolrJ

2012-01-10 Thread Tommaso Teofili (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3021?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tommaso Teofili updated SOLR-3021: -- Attachment: SOLR-3021.patch attached patch > Minor code performa

[jira] [Created] (SOLR-3014) Improve UIMA UpdateRequestProcessor performances by providing UIMA-AS support

2012-01-08 Thread Tommaso Teofili (Created) (JIRA)
Issue Type: Improvement Components: update Affects Versions: 3.5 Reporter: Tommaso Teofili Priority: Minor Fix For: 3.6, 4.0 The current implementation uses in memory mechanism for instantiating UIMA pipelines. Allowing the use of the UIMA-AS based

[jira] [Created] (SOLR-3013) Add UIMA based tokenizers / filters that can be used in the schema.xml

2012-01-08 Thread Tommaso Teofili (Created) (JIRA)
: Improvement Components: update Affects Versions: 3.5 Reporter: Tommaso Teofili Priority: Minor Fix For: 3.6, 4.0 Add UIMA based tokenizers / filters that can be declared and used directly inside the schema.xml. Thus instead of using the UIMA

maxFieldLength clarifications

2011-11-09 Thread Tommaso Teofili
Hi all, I am using Solr 3.4 and I am indexing 10KB to 10MB size documents and I've realized some of them hit the maxFieldLength settings in solrconfig. I see from previous threads [1] some people solve this issue splitting the document in smaller chunks and "rebuilding" it at query time with field

[jira] [Created] (SOLR-2746) Use the released UIMA addons 2.3.1 in Solr-UIMA

2011-09-07 Thread Tommaso Teofili (JIRA)
Reporter: Tommaso Teofili Fix For: 4.0 UIMA Addons 2.3.1 has been released so the -SNAPSHOT dependencies can be migrated to it. The following contrib/uima libs need to be switched: - AlchemyAPIAnnotator - OpenCalaisAnnotator - WhitespaceTokenizer - HmmTagger see here for an example

Re: [VOTE] Drop Java 5 support for trunk (Lucene 4.0)

2011-06-28 Thread Tommaso Teofili
+1 Tommaso 2011/6/27 Simon Willnauer > This issue has been discussed on various occasions and lately on > LUCENE-3239 (https://issues.apache.org/jira/browse/LUCENE-3239) > > The main reasons for this have been discussed on the issue but let me > put them out here too: > > - Lack of testing on J

Re: [VOTE] release 3.3

2011-06-23 Thread Tommaso Teofili
+1 Tommaso 2011/6/23 Robert Muir > Artifacts here: > > http://s.apache.org/lusolr33rc0 > > working release notes here: > > http://wiki.apache.org/lucene-java/ReleaseNote33 > http://wiki.apache.org/solr/ReleaseNote33 > > I ran the automated release test script in > trunk/dev-tools/scripts/smokeT

Re: Related project link to ManifoldCF from Solr site?

2011-06-17 Thread Tommaso Teofili
I think also Tika (tika.apache.org) and UIMA (uima.apache.org) could be added. Tommaso 2011/6/16 Mark Miller > > On Jun 16, 2011, at 2:00 PM, Simon Willnauer wrote: > > > a link in the related projects section seems possible, what do other > think? > > Seems fine to me - for open source projects

[jira] [Commented] (SOLR-2582) UIMAUpdateRequestProcessor error handling with small texts

2011-06-09 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13046544#comment-13046544 ] Tommaso Teofili commented on SOLR-2582: --- I think they're related but the

[jira] [Commented] (SOLR-2582) UIMAUpdateRequestProcessor error handling with small texts

2011-06-09 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13046370#comment-13046370 ] Tommaso Teofili commented on SOLR-2582: --- A possible fix which still allows an

[jira] [Created] (SOLR-2582) UIMAUpdateRequestProcessor error handling with small texts

2011-06-09 Thread Tommaso Teofili (JIRA)
: 3.2 Reporter: Tommaso Teofili Fix For: 3.3 In UIMAUpdateRequestProcessor the catch block in processAdd() method can have a StringIndexOutOfBoundsException while composing the error message if the logging field is not set and the text being processed is shorter than 100

[jira] [Updated] (SOLR-2581) UIMAToSolrMapper wrongly instantiates Type with reflection

2011-06-08 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tommaso Teofili updated SOLR-2581: -- Attachment: SOLR-2581.patch > UIMAToSolrMapper wrongly instantiates Type with reflect

[jira] [Created] (SOLR-2581) UIMAToSolrMapper wrongly instantiates Type with reflection

2011-06-08 Thread Tommaso Teofili (JIRA)
Reporter: Tommaso Teofili the UIMAToSolrMapper create a mock Type with reflection while the Type should be retrieved using the JCas.getTypeSystem().getType() method. This must be changed to allow also the deploy of annotators whose typeSystem classes have not explicitly generated (with JCasGen

[jira] [Commented] (SOLR-2512) uima: add an ability to skip runtime error in AnalysisEngine

2011-05-13 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13033060#comment-13033060 ] Tommaso Teofili commented on SOLR-2512: --- +1 > uima: add an ability to skip

[jira] [Commented] (SOLR-2512) uima: add an ability to skip runtime error in AnalysisEngine

2011-05-12 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13032483#comment-13032483 ] Tommaso Teofili commented on SOLR-2512: --- One more thing I'd change

[jira] [Commented] (SOLR-2512) uima: add an ability to skip runtime error in AnalysisEngine

2011-05-12 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13032357#comment-13032357 ] Tommaso Teofili commented on SOLR-2512: --- bq. I think that users who set ignoreEr

[jira] [Updated] (SOLR-2501) [contrib/uima] Make it possible to load AE descriptors both from filesystem and classpath

2011-05-12 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tommaso Teofili updated SOLR-2501: -- Attachment: SOLR-2501.patch first draft patch which handles relative/absolute file paths to

[jira] [Updated] (SOLR-2512) uima: add an ability to skip runtime error in AnalysisEngine

2011-05-12 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2512?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tommaso Teofili updated SOLR-2512: -- Attachment: SOLR-2512.patch first patch which adds a configuration parameter to decide if

[jira] [Issue Comment Edited] (SOLR-2512) uima: add an ability to skip runtime error in AnalysisEngine

2011-05-12 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13032265#comment-13032265 ] Tommaso Teofili edited comment on SOLR-2512 at 5/12/11 8:1

[jira] [Issue Comment Edited] (SOLR-2512) uima: add an ability to skip runtime error in AnalysisEngine

2011-05-12 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13032265#comment-13032265 ] Tommaso Teofili edited comment on SOLR-2512 at 5/12/11 8:0

[jira] [Commented] (SOLR-2512) uima: add an ability to skip runtime error in AnalysisEngine

2011-05-11 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13032265#comment-13032265 ] Tommaso Teofili commented on SOLR-2512: --- Hello Koji, in the first implementat

[jira] [Created] (SOLR-2501) [contrib/uima] Make it possible to load AE descriptors both from filesystem and classpath

2011-05-06 Thread Tommaso Teofili (JIRA)
Project: Solr Issue Type: Improvement Reporter: Tommaso Teofili AE can be loaded only from jars (via classpath) while it'd be good to make it possible to load an AnalysisEngine (specified in the analysisEngine element of UIMA configuration inside solrconfig.xml)

Re: Highlighting in fields other than content

2011-04-29 Thread Tommaso Teofili
I think your issue may depend on the keyword field having stored="false" or the field type not defining a Tokenizer. You may find the following useful: http://wiki.apache.org/solr/FieldOptionsByUseCase My 2 cents, Tommaso 2011/4/29 Pavel Kukačka > Hello, > >I've got a (probably trivial)

[jira] [Commented] (SOLR-2436) move uimaConfig to under the uima's update processor in solrconfig.xml

2011-04-24 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13024668#comment-13024668 ] Tommaso Teofili commented on SOLR-2436: --- Thanks Joji :) > move uimaConfig t

[jira] [Issue Comment Edited] (SOLR-2436) move uimaConfig to under the uima's update processor in solrconfig.xml

2011-04-24 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13024668#comment-13024668 ] Tommaso Teofili edited comment on SOLR-2436 at 4/24/11 7:1

Re: PipeLine for Solr

2011-04-18 Thread Tommaso Teofili
Hello Roland, I think a nice option would be using UIMA [1] which supports a pipeline architecture to analyze unstructured information. With that you can use CollectionReaders to get documents from various sources, Annotators to eventually extract metadata from documents [2] and then a Solr CAS Co

[jira] [Commented] (SOLR-2436) move uimaConfig to under the uima's update processor in solrconfig.xml

2011-04-14 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13019713#comment-13019713 ] Tommaso Teofili commented on SOLR-2436: --- Thanks Uwe for the useful clarifica

[jira] [Updated] (SOLR-2436) move uimaConfig to under the uima's update processor in solrconfig.xml

2011-04-13 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tommaso Teofili updated SOLR-2436: -- Attachment: SOLR-2436-3.patch > move uimaConfig to under the uima's update proc

[jira] [Commented] (SOLR-2436) move uimaConfig to under the uima's update processor in solrconfig.xml

2011-04-13 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13019377#comment-13019377 ] Tommaso Teofili commented on SOLR-2436: --- Hello Koji, your patch seems fine t

Re: termInfosIndexDivisor typo in the Solr-UIMA config?

2011-04-12 Thread Tommaso Teofili
Hi Otis, you're right, that can be safely changed to setTermIndexDivisor (note that line's commented so it's just for the matter of consistency I think). Tommaso 2011/4/11 Otis Gospodnetic > Hi, > > I was looking at term index divisor and spotted this: > > .../lucene-solr-3.1$ ffxg -i IndexDivis

[jira] [Issue Comment Edited] (SOLR-2436) move uimaConfig to under the uima's update processor in solrconfig.xml

2011-03-23 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13010112#comment-13010112 ] Tommaso Teofili edited comment on SOLR-2436 at 3/23/11 1:2

[jira] [Updated] (SOLR-2436) move uimaConfig to under the uima's update processor in solrconfig.xml

2011-03-23 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tommaso Teofili updated SOLR-2436: -- Attachment: SOLR-2436_2.patch Hello Koji, I've tested your patch, I needed to align

[jira] Commented: (SOLR-2436) move uimaConfig to under the uima's update processor in solrconfig.xml

2011-03-19 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13008793#comment-13008793 ] Tommaso Teofili commented on SOLR-2436: --- Thanks Koji, this was on my TODO list

[jira] Commented: (SOLR-2427) UIMA jars are missing version numbers

2011-03-15 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13007078#comment-13007078 ] Tommaso Teofili commented on SOLR-2427: --- Hello Steven, I found the problem b

[jira] Commented: (SOLR-2427) UIMA jars are missing version numbers

2011-03-15 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13006951#comment-13006951 ] Tommaso Teofili commented on SOLR-2427: --- That is unexpected as UIMA should

[jira] Commented: (SOLR-2427) UIMA jars are missing version numbers

2011-03-15 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13006946#comment-13006946 ] Tommaso Teofili commented on SOLR-2427: --- bq. That makes little sense, though,

[jira] Commented: (SOLR-2427) UIMA jars are missing version numbers

2011-03-15 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13006936#comment-13006936 ] Tommaso Teofili commented on SOLR-2427: --- The mentioned jars have the follo

[jira] Commented: (LUCENE-2957) generate-maven-artifacts target should include all non-Mavenized Lucene & Solr dependencies

2011-03-10 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13004993#comment-13004993 ] Tommaso Teofili commented on LUCENE-2957: - Regarding UIMA artifacts (items

Re: Solr Exception

2011-03-09 Thread Tommaso Teofili
Did you double check the element in your solrconfig.xml which points to the Tika jar you're using? 2011/3/9 Deepak Singh > > downloaded apache-solr-3.1 still it giving TIKA Exception > > > On Wed, Mar 9, 2011 at 5:11 PM, Deepak Singh wrote: > >> oh, thanks for the better solution. >> >> >> On W

[jira] Commented: (SOLR-2387) UIMA tests are unstable

2011-03-04 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13002697#comment-13002697 ] Tommaso Teofili commented on SOLR-2387: --- Ok Robert, that sounds good. > UIM

[jira] Updated: (SOLR-2387) UIMA tests are unstable

2011-03-04 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tommaso Teofili updated SOLR-2387: -- Attachment: SOLR2387_2b.patch Forgot to 'svn add' some files, this is the c

[jira] Updated: (SOLR-2387) UIMA tests are unstable

2011-03-04 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tommaso Teofili updated SOLR-2387: -- Attachment: SOLR2387_2.patch Hi all, I've prepared this patch which completely removes r

[jira] Commented: (SOLR-2387) UIMA tests are unstable

2011-03-02 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13001742#comment-13001742 ] Tommaso Teofili commented on SOLR-2387: --- Hi Hoss, At the moment tests make call

[jira] Updated: (SOLR-2387) UIMA tests are unstable

2011-02-26 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tommaso Teofili updated SOLR-2387: -- Attachment: SOLR2387.patch Hello Robert, this is due to an issue on the alchemy remote service

Re: Facet search

2011-02-23 Thread Tommaso Teofili
+1 (I've just crossed path with a Lucene faceting requirement) Tommaso 2011/2/23 Uwe Schindler > Strong +1!!! > > - > Uwe Schindler > H.-H.-Meier-Allee 63, D-28213 Bremen > http://www.thetaphi.de > eMail: u...@thetaphi.de > > > -Original Message- > > From: Simon Willnauer [mailto:sim

Re: Problems with Solr UIMA contrib maven dependencies [was: RE: Solr-3.x - Build # 238 - Failure]

2011-01-24 Thread Tommaso Teofili
l repo via the > “bootstrap” profile in the top-level POM. > > > > Steve > > > > *From:* Steven A Rowe [mailto:sar...@syr.edu] > *Sent:* Monday, January 24, 2011 9:38 AM > *To:* dev@lucene.apache.org > *Subject:* RE: Solr-3.x - Build # 238 - Failure >

Re: Solr-3.x - Build # 238 - Failure

2011-01-24 Thread Tommaso Teofili
Hi Steve, please let me know if I can help you any way. Cheers, Tommaso 2011/1/24 Steven A Rowe > I'm working on it now. - Steve > > > -Original Message- > > From: Uwe Schindler [mailto:u...@thetaphi.de] > > Sent: Monday, January 24, 2011 2:59 AM > > To: dev@lucene.apache.org > > Subject

Re: Solr-trunk - Build # 1387 - Failure

2011-01-24 Thread Tommaso Teofili
Hi Uwe, I think that is due to the patch being prepared before Steve committed the new Maven tooling, I'd be able to arrange time to work on fixing it before tomorrow. Regards, Tommaso 2011/1/24 Uwe Schindler > Same problem with UIMA. > > - > Uwe Schindler > H.-H.-Meier-Allee 63, D-28213 Bre

[jira] Commented: (SOLR-2129) Provide a Solr module for dynamic metadata extraction/indexing with Apache UIMA

2011-01-23 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12985537#action_12985537 ] Tommaso Teofili commented on SOLR-2129: --- Thanks Robert for taking care :-) >

[jira] Updated: (SOLR-2129) Provide a Solr module for dynamic metadata extraction/indexing with Apache UIMA

2011-01-23 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tommaso Teofili updated SOLR-2129: -- Description: Provide components to enable Apache UIMA automatic metadata extraction to be

[jira] Updated: (SOLR-2129) Provide a Solr module for dynamic metadata extraction/indexing with Apache UIMA

2011-01-23 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tommaso Teofili updated SOLR-2129: -- Description: Provide components to enable Apache UIMA automatic metadata extraction to be

[jira] Updated: (SOLR-2129) Provide a Solr module for dynamic metadata extraction/indexing with Apache UIMA

2011-01-11 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tommaso Teofili updated SOLR-2129: -- Attachment: SOLR-2129-version-6.patch Each UIMAException (wrapping both

[jira] Commented: (SOLR-2129) Provide a Solr module for dynamic metadata extraction/indexing with Apache UIMA

2011-01-11 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12980010#action_12980010 ] Tommaso Teofili commented on SOLR-2129: --- bq. Please do not hide errors in any

[jira] Issue Comment Edited: (SOLR-2129) Provide a Solr module for dynamic metadata extraction/indexing with Apache UIMA

2011-01-08 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12979144#action_12979144 ] Tommaso Teofili edited comment on SOLR-2129 at 1/8/11 11:0

[jira] Issue Comment Edited: (SOLR-2129) Provide a Solr module for dynamic metadata extraction/indexing with Apache UIMA

2011-01-08 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12979144#action_12979144 ] Tommaso Teofili edited comment on SOLR-2129 at 1/8/11 11:0

[jira] Updated: (SOLR-2129) Provide a Solr module for dynamic metadata extraction/indexing with Apache UIMA

2011-01-08 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tommaso Teofili updated SOLR-2129: -- Attachment: SOLR-2129-version-5.patch Changes are: # drop StringBuffer for StringBuilder in

[jira] Commented: (SOLR-2129) Provide a Solr module for dynamic metadata extraction/indexing with Apache UIMA

2011-01-04 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12977226#action_12977226 ] Tommaso Teofili commented on SOLR-2129: --- Just forgot to say: I'll create a

[jira] Commented: (SOLR-2129) Provide a Solr module for dynamic metadata extraction/indexing with Apache UIMA

2011-01-04 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12977177#action_12977177 ] Tommaso Teofili commented on SOLR-2129: --- bq. StringBuffer usag

[jira] Commented: (SOLR-2129) Provide a Solr module for dynamic metadata extraction/indexing with Apache UIMA

2010-12-23 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12974630#action_12974630 ] Tommaso Teofili commented on SOLR-2129: --- Maybe a dedicated page on the wiki c

[jira] Commented: (SOLR-2129) Provide a Solr module for dynamic metadata extraction/indexing with Apache UIMA

2010-12-22 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12974114#action_12974114 ] Tommaso Teofili commented on SOLR-2129: --- Hi Kamil, can you please take a look at

[jira] Commented: (SOLR-1979) Create LanguageIdentifierUpdateProcessor

2010-12-14 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12971400#action_12971400 ] Tommaso Teofili commented on SOLR-1979: --- bq. Keep it basic in first version. A

[jira] Commented: (SOLR-2129) Provide a Solr module for dynamic metadata extraction/indexing with Apache UIMA

2010-12-08 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12969425#action_12969425 ] Tommaso Teofili commented on SOLR-2129: --- I'm glad you appreciated! And thank

<    3   4   5   6   7   8   9   >