Re: is there any practice to load index into RAM to accelerate solr performance?

2012-02-07 Thread Lance Norskog
method like to load the index file in RAM and keep the RAM index and disk index synchronized. Then I can search on the RAM index. -- Lance Norskog goks...@gmail.com

Re: Indexing failover and replication

2012-01-29 Thread Lance Norskog
to have more than one node for indexing to guarantee failover feature for indexing. MultiMaster is the best way to guarantee failover feature for indexing? Thanks -- Lance Norskog goks...@gmail.com

Re: Permgen Space - GC

2012-01-28 Thread Lance Norskog
:+UseParNewGC -XX:MaxTenuringThreshold=0 -XX:SurvivorRatio=128 Will enabling permgen GC help here  XX:+CMSPermGenSweepingEnabled? Will the classes not be unloaded unless we do a server restart? Regards Sujatha -- Lance Norskog goks...@gmail.com

Re: SolrCloud on Trunk

2012-01-28 Thread Lance Norskog
(as opposed to replicas), so we'll need to start doing it sooner or later. -Yonik http://www.lucidimagination.com -- Lance Norskog goks...@gmail.com

Re: Solr Warm-up performance issues

2012-01-28 Thread Lance Norskog
146 GB SAS 3 Gb/s 15K RPM disk configured in RAID mirror One thing that does seem to take a long time is un-inverting a set of multivalued fields, are there any optimizations we might be able to use here? Thanks for your help. Dan -- Lance Norskog goks...@gmail.com

Re: DataImportHandler fails silently

2012-01-27 Thread Lance Norskog
-- Lance Norskog goks...@gmail.com

Re: JSON response truncated

2012-01-27 Thread Lance Norskog
/str str name=stateIowa/str str name=titleThe Arrow/str str name=xmlfileArrow/19160518_19200415//str /doc /result /response -- Sean -- Lance Norskog goks...@gmail.com

Re: Solr Cloud Indexing

2012-01-17 Thread Lance Norskog
with for solr Cloud Indexing ? Any good and tried services? Regards Sujatha -- Lance Norskog goks...@gmail.com

Re: Trying to understand SOLR memory requirements

2012-01-17 Thread Lance Norskog
to the bare minimum. Thanks for any assistance! Dave -- lucidimagination.com -- lucidimagination.com -- Lance Norskog goks...@gmail.com

Re: GermanAnalyzer

2012-01-14 Thread Lance Norskog
-- Lance Norskog goks...@gmail.com

Re: solr keep old docs

2011-12-28 Thread Lance Norskog
Regards Alexander Aristov -- Sincerely yours Mikhail Khludnev Lucid Certified Apache Lucene/Solr Developer Grid Dynamics -- Lance Norskog goks...@gmail.com

Re: How to run the solr dedup for the document which match 80% or match almost.

2011-12-28 Thread Lance Norskog
, Vibhor -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-run-the-solr-dedup-for-the-document-which-match-80-or-match-almost-tp3614239p3615787.html Sent from the Solr - User mailing list archive at Nabble.com. -- Lance Norskog goks...@gmail.com

Re: Migration from Solr 1.4 to Solr 3.5

2011-12-28 Thread Lance Norskog
are using various features of Solr like, searching, faceting, spellcheck and highlighting. Will migrating from 1.4 to 3.5 cause any break in functionality? is there anything changed in response XML format of here mentioned features?  Thanks in advance, Bhavnik ** -- Lance Norskog

Re: Solr Distributed Search vs Hadoop

2011-12-28 Thread Lance Norskog
Hadoop to analyse and transform the data in a performant manner, however it's probably best to do some research on this on the relevant technical forums for those technologies. Nick -- Lance Norskog goks...@gmail.com

Re: Identifying common text in documents

2011-12-24 Thread Lance Norskog
in this area that they would be willing to share? Thanks, Mike -- Lance Norskog goks...@gmail.com

Re: UUID field changed when document is updated

2011-12-07 Thread Lance Norskog
-existant. Thanks again, Blaise -- Lance Norskog goks...@gmail.com

Re: UUID field changed when document is updated

2011-12-07 Thread Lance Norskog
http://www.lucidimagination.com/search/link?url=http://wiki.apache.org/solr/UniqueKey On Wed, Dec 7, 2011 at 5:04 PM, Lance Norskog goks...@gmail.com wrote: Yes, the SignatureUpdateProcessor is what you want. The 128-bit hash is exactly what you want to use in this situation. You will never

Re: is there a way using 1.4 index at 4.0 trunk?

2011-11-30 Thread Lance Norskog
.html Sent from the Solr - User mailing list archive at Nabble.com. -- Lance Norskog goks...@gmail.com

Re: Stream still in memory after tika exception? Possible memoryleak?

2011-11-06 Thread Lance Norskog
! Kind regards, Marc -- Lance Norskog goks...@gmail.com

Re: [Profiling] How to profile/tune Solr server

2011-11-06 Thread Lance Norskog
increase to 4GB. And I need to do something to prevent performance downgrade. Is there any solr official monitoring profiling tool for this? Spark -- Lance Norskog goks...@gmail.com

Re: DIH doesn't handle bound namespaces?

2011-11-05 Thread Lance Norskog
there was a DIH FAQ about this, but if not there really should be. -Hoss -- Lance Norskog goks...@gmail.com

Re: SOLR HttpCache Qtime

2011-10-04 Thread Lance Norskog
solr when I use http caching On. thanks -- Lance Norskog goks...@gmail.com

Re: Bug in DIH?

2011-10-01 Thread Lance Norskog
(DataImporter.java:421) -- Lance Norskog goks...@gmail.com

Re: strange performance issue with many shards on one server

2011-09-28 Thread Lance Norskog
by REDUCING the number of cores/threads each query was allowed to use (making sense of our customer investment) maybe you can get a similar effect by reducing the number of pieces your distributed search has to merge my 2 eurocents federico -- Lance Norskog goks...@gmail.com

Re: Generating large datasets for Solr proof-of-concept

2011-09-15 Thread Lance Norskog
crawling even though it started out as innocent DIH usage. - Pulkit -- Lance Norskog goks...@gmail.com

Re: ClassCastException: SmartChineseWordTokenFilterFactory to TokenizerFactory

2011-09-15 Thread Lance Norskog
SEVERE: java.lang.ClassCastException: org.apache.solr.analysis.SmartChineseWordTokenFilterFactory cannot be cast to org.apache.solr.analysis.TokenizerFactory Any thought? -- Lance Norskog goks...@gmail.com

Re: MMapDirectory failed to map a 23G compound index segment

2011-09-09 Thread Lance Norskog
I remember now: by memory-mapping one block of address space that big, the garbage collector has problems working around it. If the OOM is repeatable, you could try watching the app with jconsole and watch the memory spaces. Lance On Thu, Sep 8, 2011 at 8:58 PM, Lance Norskog goks...@gmail.com

Re: MMapDirectory failed to map a 23G compound index segment

2011-09-08 Thread Lance Norskog
) ... Caused by: java.lang.OutOfMemoryError: Map failed at sun.nio.ch.FileChannelImpl.map0(Native Method) ... -- Lance Norskog goks...@gmail.com

Re: category tree navigation with the help of solr

2011-09-05 Thread Lance Norskog
to index and query data based on the above architecture. Thanks, Priti -- Lance Norskog goks...@gmail.com

Re: Solr Geodist

2011-08-30 Thread Lance Norskog
from the Solr - User mailing list archive at Nabble.com. -- Lance Norskog goks...@gmail.com

Re: how to differentiate multiple datasources when building solr query....

2011-08-26 Thread Lance Norskog
.nabble.com/how-to-differentiate-multiple-datasources-when-building-solr-query-tp3286309p3286309.html Sent from the Solr - User mailing list archive at Nabble.com. -- Lance Norskog goks...@gmail.com

Re: Query vs Filter Query Usage

2011-08-25 Thread Lance Norskog
... so if the number of documents in the set were 100, then it would only take up 400 bytes. -Yonik http://www.lucidimagination.com -- Lance Norskog goks...@gmail.com

Re: Problem using stop words

2011-08-24 Thread Lance Norskog
and the solrconfig file. -- View this message in context: http://lucene.472066.n3.nabble.com/Problem-using-stop-words-tp3274598p3280319.html Sent from the Solr - User mailing list archive at Nabble.com. -- Lance Norskog goks...@gmail.com

Re: Optimize requires 50% more disk space when there are exactly 20 segments

2011-08-24 Thread Lance Norskog
TieredMergePolicy help me here, or some other config I can change? -Michael -- Lance Norskog goks...@gmail.com

Re: Solr DIH import - Date Question

2011-08-04 Thread Lance Norskog
-tp3227720p3227720.html Sent from the Solr - User mailing list archive at Nabble.com. -- Lance Norskog goks...@gmail.com

Re: Best practices for Calculationg QPS

2011-07-18 Thread Lance Norskog
, SIDDHESH SHIRODE Technical Consultant M +1 240 274 5183 SEARCH TECHNOLOGIES THE EXPERT IN THE SEARCH SPACE www.searchtechnologies.comhttp://www.searchtechnologies.com -- Lance Norskog goks...@gmail.com

Re: ' invisible ' words

2011-07-11 Thread Lance Norskog
.nabble.com/invisible-words-tp3158060p3161306.html Sent from the Solr - User mailing list archive at Nabble.com. -- Lance Norskog goks...@gmail.com

Re: Solr sentiment analysis

2011-07-09 Thread Lance Norskog
on March 16 2010 about integrating Solr with Mahout). Your reply will be appreciated. Thanks. -- Lance Norskog goks...@gmail.com

Re: Local Search – Rank results by businesses density

2011-07-09 Thread Lance Norskog
. I'm writing to see whether some of you have already faced this problem. If so, I'd be thankful if you could share your thoughts with me. May thanks, -SR -- Lance Norskog goks...@gmail.com

Join and Range Queries

2011-07-09 Thread Lance Norskog
Does the Join feature work with Range queries? Given a time series of events stored as documents with time ranges, is it possible to do a search that finds certain events, and then add other documents whose time ranges overlap? -- Lance Norskog goks...@gmail.com

Re: How to import dynamic fields

2011-07-01 Thread Lance Norskog
at Nabble.com. -- Lance Norskog goks...@gmail.com

Re: Using RAMDirectoryFactory in Master/Slave setup

2011-06-28 Thread Lance Norskog
Sent from the Solr - User mailing list archive at Nabble.com. -- Lance Norskog goks...@gmail.com

Re: SolrCloud Feedback

2011-06-11 Thread Lance Norskog
Miller -- lucidimagination.com - Mark Miller lucidimagination.com -- Lance Norskog goks...@gmail.com

Re: 400 MB Fields

2011-06-07 Thread Lance Norskog
and TermVectorComponent... -- Lance Norskog goks...@gmail.com

Re: SOLR Custom datasource integration

2011-05-19 Thread Lance Norskog
.nabble.com/SOLR-Custom-datasource-integration-tp2960475p2960475.html Sent from the Solr - User mailing list archive at Nabble.com. -- Lance Norskog goks...@gmail.com

Re: upper limit to boost weight/value ?

2011-05-08 Thread Lance Norskog
and work as expected ? Thanks, ~Ravi Gidwani -- Lance Norskog goks...@gmail.com

Re: How to take differential backup of Solr Index

2011-05-02 Thread Lance Norskog
, Gaurav -- Lance Norskog goks...@gmail.com

Re: Searching performance suffers tremendously during indexing

2011-05-01 Thread Lance Norskog
an issue at all. I was expecting Solr to handle concurrent indexing/searching quite well, in fact this was one of the main reasons for chosing Solr over the searching capabilities of our RDMS. Is searching performance *supposed* to drop while documents are being indexed? -- Lance

Re: solr sorting problem

2011-05-01 Thread Lance Norskog
. -- Lance Norskog goks...@gmail.com

Re: Searching performance suffers tremendously during indexing

2011-05-01 Thread Lance Norskog
http://lucene.apache.org/java/3_0_3/api/contrib-misc/org/apache/lucene/index/BalancedSegmentMergePolicy.html Look in solrconfig.xml for where MergePolicy is configured. On Sun, May 1, 2011 at 6:31 PM, Lance Norskog goks...@gmail.com wrote: Yes, indexing generally slows down querying. Most sites

Re: Automatic synonyms for multiple variations of a word

2011-04-25 Thread Lance Norskog
about right? Thanks, Otis Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch Lucene ecosystem search :: http://search-lucene.com/ -- Lance Norskog goks...@gmail.com

Re: Vetting Our Architecture: 2 Repeaters and Slaves.

2011-04-14 Thread Lance Norskog
-- Lance Norskog goks...@gmail.com

Re: tika/pdfbox knobs levers

2011-04-14 Thread Lance Norskog
/pdfbox/util/TextNor malize.html -- Lance Norskog goks...@gmail.com

Re: DIH: Enhance XPathRecordReader to deal with //body(FLATTEN=true) and //body/h1

2011-04-11 Thread Lance Norskog
anyone else need this feature? Best regards  Karsten http://lucene.472066.n3.nabble.com/DIH-Enhance-XPathRecordReader-to-deal-with-body-FLATTEN-true-and-body-h1-td2799005.html -- Lance Norskog goks...@gmail.com

Re: Solr under Tomcat

2011-04-11 Thread Lance Norskog
on Windows Single Solr app). Thanks, Mike -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-under-Tomcat-tp2613501p2805970.html Sent from the Solr - User mailing list archive at Nabble.com. -- Lance Norskog goks...@gmail.com

Re: Indexing Best Practice

2011-04-11 Thread Lance Norskog
data and have a common id field for both as a link between them, *and results are treated as one Document*? -- Lance Norskog goks...@gmail.com

Re: Tika, Solr running under Tomcat 6 on Debian

2011-04-11 Thread Lance Norskog
Single Solr app). Thanks, Mike -- View this message in context: http://lucene.472066.n3.nabble.com/Tika-Solr-running-under-Tomcat-6-on-Debian-tp993295p2805974.html Sent from the Solr - User mailing list archive at Nabble.com. -- Lance Norskog goks...@gmail.com

Re: Solr 3.1 performance compared to 1.4.1

2011-04-11 Thread Lance Norskog
not be working out for you for some reason). -Yonik http://www.lucenerevolution.org -- Lucene/Solr User Conference, May 25-26, San Francisco -- Lance Norskog goks...@gmail.com

Re: DIH: Enhance XPathRecordReader to deal with //body(FLATTEN=true) and //body/h1

2011-04-10 Thread Lance Norskog
-- Lance Norskog goks...@gmail.com

Re: Solr architecture diagram

2011-04-10 Thread Lance Norskog
, and that the analyzers align 1:1. At this stage in the digram I often explain the importance of matching up the analysis on both sides to get a match in the index. -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com -- Lance Norskog goks...@gmail.com

Re: Lucid Works

2011-04-10 Thread Lance Norskog
to the timeline of such a release though]        Erik -- Lance Norskog goks...@gmail.com

Re: How to index PDF file stored in SQL Server 2008

2011-04-10 Thread Lance Norskog
is field mapping field column=id name=id / no need for TikaEntityProcessor  since you are not accessing pdf files -- Lance Norskog goks...@gmail.com

Re: Problems indexing very large set of documents

2011-04-10 Thread Lance Norskog
-committing as necessary.  I'm using the default : solrconfig.xml file included in apache-solr-1.4.1\example\solr\conf.  Once solr does no autocommitting by default, you need to check your solrconfig.xml -Hoss -- __ Ezequiel. Http://www.ironicnet.com -- Lance Norskog goks

Re: difference between geospatial search from database angle and from solr angle

2011-04-10 Thread Lance Norskog
geospatial search and PostGIS based geospatial search?          * scalability          * functionality richness          * incremental indexing (re-indexing) cost          * query cost          * sharding scheme support -- Lance Norskog goks...@gmail.com

Re: Solrj performance bottleneck

2011-04-10 Thread Lance Norskog
into it as a reference. Regards, Rahul. -- View this message in context: http://lucene.472066.n3.nabble.com/Solrj-performance-bottleneck-tp2682797p2779387.html Sent from the Solr - User mailing list archive at Nabble.com. -- Lance Norskog goks...@gmail.com

Re: Concatenate multivalued DIH fields

2011-04-10 Thread Lance Norskog
.nabble.com/Concatenate-multivalued-DIH-fields-tp2749988p2786506.html Sent from the Solr - User mailing list archive at Nabble.com. -- Lance Norskog goks...@gmail.com

Re: DIH OutOfMemoryError?

2011-04-10 Thread Lance Norskog
p11Protocol.java:588) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)      at java.lang.Thread.run(Thread.java:636) /str -- Lance Norskog goks...@gmail.com

Re: Very very large scale Solr Deployment = how to do (Expert Question)?

2011-04-06 Thread Lance Norskog
? Thanky very much!!! Jens -- Lance Norskog goks...@gmail.com

Re: Using MLT feature

2011-04-06 Thread Lance Norskog
050-8536620 / 06-50258350 -- Lance Norskog goks...@gmail.com

Re: SOLR - problems with non-english symbols when extracting HTML

2011-04-06 Thread Lance Norskog
. -- Lance Norskog goks...@gmail.com

Re: DIH Issue(newbie to solr)

2011-03-20 Thread Lance Norskog
to the structure of the XML in the Atom feed that it indexes. Regards, Gora -- Lance Norskog goks...@gmail.com

Re: DIH : modify document in sibling entity of root entity

2011-03-10 Thread Lance Norskog
used this, it could be that I have misunderstood its purpose. Regards, Gora -- Lance Norskog goks...@gmail.com

Re: NRT in Solr

2011-03-09 Thread Lance Norskog
.nabble.com/NRT-in-Solr-tp2652689p2654696.html Sent from the Solr - User mailing list archive at Nabble.com. -- Lance Norskog goks...@gmail.com

Re: StreamingUpdateSolrServer

2011-03-08 Thread Lance Norskog
as threadcount. Is it that it creates a new connection for every thread. -- Thanks Regards, Isan Fulia. -- Lance Norskog goks...@gmail.com

Re: memory leak during undeploying

2011-03-05 Thread Lance Norskog
by other classes and TimeLimitedCollector is no longer the culprit? (and if so: which other classes) FYI: LUCENE-2822 is realted to LUCENE-2237 and has attracted some more attention/comments (i suspect largely because it was filed as a bug instead of an improvement) -Hoss -- Lance

Re: Question Solr Index main in RAM

2011-02-27 Thread Lance Norskog
://hudson.apache.org/hudson/job/Solr-3.x/javadoc/org/apache/solr/core/RAMDirectoryFactory.html But I believe it is available 3.1 (to be released soon...). Koji -- http://www.rondhuit.com/en/ -- Lance Norskog goks...@gmail.com

Re: Blacklist keyword list on dataimporter

2011-02-27 Thread Lance Norskog
-- Lance Norskog goks...@gmail.com

Problems with JSP pages?

2011-02-25 Thread Lance Norskog
change? Or...? -- Lance Norskog goks...@gmail.com

Re: [ANN] new SolrMeter release

2011-02-23 Thread Lance Norskog
-- Lance Norskog goks...@gmail.com

Re: MailEntityProcessor

2011-02-23 Thread Lance Norskog
? (where to put which xml by which content). There is enough documentation about DBs, but I couldn't get it working for IMAP? Regards. -- Husrev Yilmaz +90 554 3304911 -- Lance Norskog goks...@gmail.com

Re: DIH threads

2011-02-20 Thread Lance Norskog
, at 4:47 PM, Mark static.void@gmail.com wrote: Has anyone applied the DIH threads patch on 1.4.1 (https://issues.apache.org/jira/browse/SOLR-1352)? Does anyone know if this works and/or does it improve performance? Thanks -- Lance Norskog goks...@gmail.com

Re: My Plan to Scale Solr

2011-02-17 Thread Lance Norskog
- this will mature quickly! Stijn Vanhoorelbeke -- Walter Underwood Venture ASM, Troop 14, Palo Alto -- Lance Norskog goks...@gmail.com

Re: Difference between Solr and Lucidworks distribution

2011-02-14 Thread Lance Norskog
, 2/12/11, Lance Norskog goks...@gmail.com wrote: From: Lance Norskog goks...@gmail.com Subject: Re: Difference between Solr and Lucidworks distribution To: solr-user@lucene.apache.org, markus.jel...@openindex.io Date: Saturday, February 12, 2011, 8:10 PM There are two distributions

Re: Which version of Solr?

2011-02-14 Thread Lance Norskog
for me. Any suggests are greatly appreciated. Thanks, Jeff On Feb 13, 2011, at 9:15 PM, Jeff Schmidt wrote: Hello again: Back to the javabin iissue: On Feb 12, 2011, at 6:07 PM, Lance Norskog wrote: --- But I'm unable to get SolrJ to work due to the 'javabin' version mismatch. I'm

Re: Which version of Solr?

2011-02-12 Thread Lance Norskog
-- Lance Norskog goks...@gmail.com

Re: Difference between Solr and Lucidworks distribution

2011-02-12 Thread Lance Norskog
. Lance Norskog On Fri, Feb 11, 2011 at 8:36 AM, Markus Jelsma markus.jel...@openindex.io wrote: It is not free for production environments. http://www.lucidimagination.com/lwe/subscriptions-and-pricing On Friday 11 February 2011 17:31:22 Greg Georges wrote: Hello all, I just started watching

Re: Monitor the QTime.

2011-02-12 Thread Lance Norskog
be a more natural interface for people used to web development. Regards, Gora -- Lance Norskog goks...@gmail.com

Re: prices

2011-02-05 Thread Lance Norskog
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=4501tag=nl.e036' EARTH has a Right To Life, otherwise we all die. -- Lance Norskog goks...@gmail.com

Re: Tika config in ExtractingRequestHandler

2011-01-27 Thread Lance Norskog
) 91380968, VIP: 31050 -- Lance Norskog goks...@gmail.com

Re: Solr for noSQL

2011-01-27 Thread Lance Norskog
. Jianbin -- Lance Norskog goks...@gmail.com

Re: SolrCloud Questions for MultiCore Setup

2011-01-27 Thread Lance Norskog
-Setup-tp2309443p2363396.html Sent from the Solr - User mailing list archive at Nabble.com. -- Lance Norskog goks...@gmail.com

Re: Delta Import occasionally missing records.

2011-01-26 Thread Lance Norskog
a timestamp field to our index. However i'm struggling to work out a query to get the max value od the timestamp field and does the SolrEntityProcessor entity appear before the root entity or does it wrap around the root entity. On 22 January 2011 07:24, Lance Norskog-2 [via Lucene] ml

Re: SolrCloud Questions for MultiCore Setup

2011-01-22 Thread Lance Norskog
-Questions-for-MultiCore-Setup-tp2309443p2309443.html Sent from the Solr - User mailing list archive at Nabble.com. -- Lance Norskog goks...@gmail.com

Re: Is solr 4.0 ready for prime time? (or other ways to use geo distance in search)

2011-01-21 Thread Lance Norskog
in advance, Alex -- Lance Norskog goks...@gmail.com

Re: Document level security

2011-01-21 Thread Lance Norskog
-security-tp2298066p2300117.html Sent from the Solr - User mailing list archive at Nabble.com. -- Lance Norskog goks...@gmail.com

Re: Delta Import occasionally missing records.

2011-01-21 Thread Lance Norskog
the INTERVAL to something larger. Regards Barry Tucker -- View this message in context: http://lucene.472066.n3.nabble.com/Delta-Import-occasionally-missing-records-tp2300877p2300877.html Sent from the Solr - User mailing list archive at Nabble.com. -- Lance Norskog goks...@gmail.com

Re: [POLL] Where do you get Lucene/Solr from? Maven? ASF Mirrors?

2011-01-21 Thread Lance Norskog
[] ASF Mirrors (linked in our release announcements or via the Lucene website) [] Maven repository (whether you use Maven, Ant+Ivy, Buildr, etc.) [] I/we build them from source via an SVN/Git checkout. [] Other (someone in your company mirrors them internally or via a downstream project) [X]

Re: SolrJ Tutorial

2011-01-21 Thread Lance Norskog
resources to them? Thanks so much! LB -- Lance Norskog goks...@gmail.com

Re: Solr: using to index large folders recursively containing lots of different documents, and querying over the web

2011-01-17 Thread Lance Norskog
detects changes to the files within the indexed folder and updates the index? If so, how? Thanks for your help Cathy Hemsley -- Markus Jelsma - CTO - Openindex http://www.linkedin.com/in/markus17 050-8536620 / 06-50258350 -- Lance Norskog goks...@gmail.com

Re: Problem with Tika and ExtractingRequestHandler (How to from lucidimagination)

2011-01-16 Thread Lance Norskog
?ext.idx.attr=true\ext.def.fl=text; -F myfile=@test.txt some ideas? -- Lance Norskog goks...@gmail.com

<    1   2   3   4   5   6   7   8   9   10   >