Help!

2011-03-01 Thread Sundus Hassan
I am doing MS-Thesis on content-based text categorization. For This purpose I intend to use LUCENE.I need some help/tutorial/guide regarding: 1) How to build and deploy LUCENE? 2) Some basic information regarding working of Lucene? 3) How to use LUCENE in my project? Will be looking forward for

help!!!!

2007-03-10 Thread ashwin kumar
d an internal error () that prevented it from fulfilling this request.* *exception* javax.servlet.ServletException: Servlet execution threw an exception filters.ExampleFilter.doFilter(ExampleFilter.java:101) *root cause* java.lang.NoClassDefFoundError: org/apache/lucene/analysis/Analyzer mainpage.doGet(mainpage.java:54) javax.servlet.http.HttpServlet.service(HttpServlet.java:689) javax.servlet.http.HttpServlet.service(HttpServlet.java:802) filters.ExampleFilter.doFilter(ExampleFilter.java:101) *note* *The full stack trace of the root cause is available in the Apache Tomcat/5.5.8 logs.* -- Apache Tomcat/5.5.8 pls help me debug this error thanks regards ashwin

InstantiatedIndex help

2008-11-16 Thread Darren Govoni
Hi gang, I am trying to trace the 2.4 API to create an InstantiatedIndex, but its rather difficult to connect directory,reader,search,index etc just reading the javadocs. I have a (POI - plain old index) directory already and want to create a faster InstantiatedIndex and IndexSearcher to q

Help Needed...

2009-05-28 Thread Gaurav Kumar
Hi everyone, I am doing a project using Lucene where i need to index HTML files. I am using Tika to parse HTML files. But i need to index files according to their tags which means that every text present in different HTML tag (like ) should be stored in different fields. Can i do that. If yes how

Help needed

2007-11-23 Thread Liaqat Ali
I m facing problem while using a small indexing example; IndexWriter writer = new IndexWriter(indexDir, analyzer, createFlag); Document document = new Document(); document.add(Field.Text("fieldname", text)); writer.addDocument(document)

help required

2007-11-23 Thread Shakti_Sareen
Hi Can anyone help me with a code having a class which extends the StandardAnalyzer and that analyzer should not tokenize the word across hyphen SHAKTI SAREEN -Original Message- From: Shai Erera [mailto:[EMAIL PROTECTED] Sent: Thursday, November 22, 2007 9:53 PM To: java-user

Lucene help?

2008-01-22 Thread Itamar Syn-Hershko
Hi all, Yesterday I sent an email to this group querying about some very important (to me...) features of Lucene. I'm giving it another chance before it goes unnoticed or forgotten. If it was too long please let me know and I will email a shorter list of questions The original post can be f

Help unsubscribing

2008-06-23 Thread William Thimbleby
I've tried everything I can think of and I still can't unsubscribe from java-user@lucene.apache.org . None of my unsubscribe or emails to java-user-unsubscribe or java-user-help seem to do anything. Any help would be appreciated. than

Regex Help

2009-12-15 Thread Weiwei Wang
I want to split this parsed result string: name:"zhong guo" name:friend server:172.16.65.79 into name:"zhong guo" name:friend server:172.16.65.79 how can I write a regular pattern to do that? I'm not familiar with regex and tried a few patterns which didn't work -- Weiwei Wang Alex Wang 王巍巍 R

Please Help

2011-01-20 Thread Ashish Pancholi
results : amazon amazon s3 amazon s3 amazon s3 amazon simpledb amazon simpledb amazon simpledb amazon aws Any help will be appreciated. -- View this message in context: http://lucene.472066.n3.nabble.com/Please-Help

Re: Help!

2011-03-01 Thread Lance Norskog
Check out the Mahout project: mahout.apache.org -> there is a lucene-based text classifier project in there. Lance On Tue, Mar 1, 2011 at 9:25 PM, Sundus Hassan wrote: > I am doing MS-Thesis on content-based text categorization. > For This purpose I intend to use LUCENE.I need so

Help wanted

2006-09-19 Thread S R
Hello, I have just downloaded LUCENE. I am not an expert in Java. Could someone lead me in the first few steps.. Thank you - Do you Yahoo!? Get on board. You're invited to try the new Yahoo! Mail.

Re: help!!!!

2007-03-11 Thread Grant Ingersoll
on threw an exception filters.ExampleFilter.doFilter(ExampleFilter.java:101) *root cause* java.lang.NoClassDefFoundError: org/apache/lucene/analysis/Analyzer mainpage.doGet(mainpage.java:54) javax.servlet.http.HttpServlet.service(HttpServlet.java:689) javax.servlet.

Re: help!!!!

2007-03-11 Thread Michael Wechner
(ExampleFilter.java:101) *note* *The full stack trace of the root cause is available in the Apache Tomcat/5.5.8 logs.* -- Apache Tomcat/5.5.8 pls help me debug this error have you got the library containing the class above within your lib dir (WEB-INF/lib)? HTH

spannearquery help

2007-06-29 Thread Akanksha Baid
Is there some way to do this without having to chop string1 into multiple terms and adding them to a SpanQuery[]? Thanks for the help. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

please help

2013-05-25 Thread mary meriem
there is my code for getting in position for all term index and I'm stuck on this problem anyone has an idea about this error??ar = (AtomicReader)readre;System.out.print(ar); boolean withOffsets = false; Fields fields = MultiFields.getFields(readre); Term t= new Term("contents");

need help

2011-06-13 Thread Marlen
hello I´m new with lucene.. I wold like to know if I can use it to make searchs on my web site and FTP.. and know if it v¡can make search over pdf,*.doc, and any other non plane text Thanks - To unsubscribe, e-mail: java-user-u

need help

2011-06-21 Thread Marlen
I need to create a search engine that searches on a intranet and my FTP .. .. I want to use Lucene as search engine .. my question is: which best fits my needs .. Nutch or Solr? thank a lot cheta On 13/06/2011 9:17, Ian Lea wrote: Hello Lucene can be used for searching pretty much anything.

please help

2011-07-21 Thread Vahideh Reshadat
ve ability implement your examples and finally  my program.  My OS is windows xp sp2. Please help me, I really need your help, plese help me 

Indexing Help

2005-11-01 Thread msftblows
Hey- I currently have an index with user information...one of the fields that I have in a document is CurrentJob...I was asked to add in past jobs as wellbut the rules are that I can configure the weighting (mainly boosting) for absolute jobs (that this is a current job or a not current jo

Search Help

2005-11-09 Thread Daniel . Clark
Is there a way to limit the number of hits I want returned? Sometimes I just want one document. ~ Daniel Clark, Senior Consultant Sybase Federal Professional Services 6550 Rock Spring Drive, Suite 800 Bethesda, MD 20817 Office - (301) 896-1103 Office Fax

Lucene Help

2006-04-13 Thread Shajahan
Hi all, i am new to Lucene. i want to work indexing for PDF,word,txt files. can any one tell me how to dun indexing by Lucene. please give some informetion. Thanking you shaik -- View this message in context: http://www.nabble.com/Lucene-Help-t1442764.html#a3896122 Sent from the Lucene - Java

Syntax help

2006-04-14 Thread Bill Snyder
Hello, We am using Lucene to facilitate searching of our applications log files. I am noticing some inconsistencies in result sets when searching on certain fields. One field we index is the file path. I am using a simple query like "location:Z:\logs\someLogFile.log". However, I can never get pat

transition 2.4 -> 3.0 (please help me to help myself)

2009-11-27 Thread Helmut Jarausch
Hi, could anybody please point me to some documention with (more detailed) information about the API change. E.g. (in PyLucene) Q=lucene.TermQuery(lucene.Term('@URI',BookNr)) FSDir= lucene.SimpleFSDirectory(lucene.File('/home/jarausch/Bib_Dev/DIR/')) index_reader= lucene.IndexReader.open(FSDir)

help camelcase tokenizer

2016-11-16 Thread Andres Fernando Wilches Riano
Hello I am indexing java source code files. I need to know how indexi or tokenize camel case words in identifiers, method names, clases , etc. e.g. getSystemRequirements. I am using lucene 3.0.1. Thank you, -- Atentamente, *Andrés Fernando Wilches Riaño* Ingeniero de Sistemas y Computación E

who can help?

2017-11-22 Thread wujun
IndexSearcher searcher = new IndexSearcher(DirectoryReader.open(dir)); List leafReaderContextList = searcher.getTopReaderContext().leaves(); for (LeafReaderContext leafReaderContext : leafReaderContextList) { long min = leafReaderContext.docBase; long count = leafReaderContext

Re:who can help?

2017-11-22 Thread wujun
6.6.2 -- Original -- From: "wujun"; Date: Thu, Nov 23, 2017 02:23 PM To: "java-user"; Subject: who can help? IndexSearcher searcher = new IndexSearcher(DirectoryReader.open(dir)); List leafReaderContextList = searcher.getTopRe

Help regarding BM25Similarity

2018-01-04 Thread Parit Bansal
Hi, I am trying to tweak BM25Similarity for my use case wherein, I want to avoid the effects of field-length normalization for certain fields (return a constant value irrespective of how long was the document). Currently, both computeWeight and computeNorm methods are defined final in BM25Sim

Please help me

2019-01-23 Thread Ayuketah David Tabi
as search parameter, i recieve  results. Please help.

search optimization - help

2005-05-25 Thread Kapil Chhabra
1. My application requires documents to be sorted on one of my indexed fields everytime. I use the hits.setSort() method to specify the field. In short my application will never use the scores generated by lucene search. Is calculating scores a overhead? Can I skip the process somehow? 2. let C

Re: InstantiatedIndex help

2008-11-16 Thread Mark Miller
Check out the docs at: http://lucene.apache.org/java/2_4_0/api/contrib-instantiated/index.html There is a performance graph there to check out. The code should be fairly straightforward - you can make an InstantiatedIndex thats empty, or seed it with an IndexReader. Then you can make an Inst

Re: InstantiatedIndex help

2008-11-16 Thread Darren Govoni
Hi Mark, Thanks for the tips. Here's what I will try (psuedo-code) endirectory = RAMDirectory("index/dictionary.en") ensearcher = IndexSearcher(endirectory) // Adding these reader = ensearcher.getIndexReader() iindex = InstantiatedIndex(reader) ireader = iindex.indexReade

Re: InstantiatedIndex help

2008-11-16 Thread Mark Miller
Can you start with an empty index? Then how about: // Adding these iindex = InstantiatedIndex() ireader = iindex.indexReaderFactory() isearcher = IndexSearcher(ireader) If you want a copy from another IndexReader though, you have to get that reader from somewhere right? - Mark D

Re: InstantiatedIndex help

2008-11-16 Thread Darren Govoni
Yeah. That makes sense. Its not too hard to wrap those extra steps so I can end up with something simpler too. Like: iindex = InstantiatedIndex("path/to/my/index") I'm lazy so the intermediate hoops to jump through clutter my code. Hehe. :) Darren On Sun, 2008-11-16 at 11:46 -0500, Mark Miller

help: java.lang.ArrayIndexOutOfBoundsException ScorerDocQueue.downHeap

2008-12-16 Thread 1world1love
en the various bug reports on similar issue, but I did a checkindex on one of my indexes and it returned 'true'. I also just upgraded to 2.4 and it still happens. I am desperate and on a deadline. There will be some serious karma coming to anyone with ideas. Thanks. -- View this m

BooleanQuery Performance Help

2008-12-20 Thread Prafulla Kiran
Hi Everyone, I have an index of relatively small size (400mb) , containing roughly 0.7 million documents. The index is actually a copy of an existing database table. Hence, most of my queries are of the form " +field1:value1 +field2:value2 +field3:value3. ~20 fields" I have been running

need scoring help

2009-03-20 Thread m.harig
this for a week. Could anyone help me to improve my scoring for the search results.. Tell me which one make my results better , Similarity , Filter , Boost , please anyone help me , if possible anyone please explain me whats all these. -- View this message in cont

Need help : SpanNearQuery

2009-04-16 Thread Radhalakshmi Sreedharan
r this approach gives me puzzling scores eg If my document has only ( ab,bc,cd) the penalty for the missing ef is very high and my score comes down quite a bit. < the score value is of importance as I am using it further down the line for other calculations> It would be great if yo

Re: Help Needed...

2009-05-28 Thread Paul Libbrecht
Kumar, you'll have to make your own documents with after parsing yourself the HTML (e.g. with Nekohtml to dom). As for the weights of tokens, supplementarily to IDF, you can do that per field, i.e. when you add a field into the document. paul Le 28-mai-09 à 12:22, Gaurav Kumar a écrit :

Re: Help Needed...

2009-05-28 Thread Alexander Aristov
you will need to develop parser and indexer. but remember that in current implementation content is not stored in lucene index, indexed - yes nut not stored. Best Regards Alexander Aristov 2009/5/28 Gaurav Kumar > Hi everyone, > > I am doing a project using Lucene where i need to index HTML

Re: Help Needed...

2009-05-28 Thread Anshum
Indexing/Storing are at developers discretion. You may choose to store or not store a field as per your requirement. -- Anshum Gupta Naukri Labs! http://ai-cafe.blogspot.com The facts expressed here belong to everybody, the opinions to me. The distinction is yours to draw On Thu, Ma

Re: Help Needed...

2009-05-28 Thread Karl Wettin
28 maj 2009 kl. 12.22 skrev Gaurav Kumar: Hi everyone, I am doing a project using Lucene where i need to index HTML files. I am using Tika to parse HTML files. But i need to index files according to their tags which means that every text present in different HTML tag (like ) should be s

help required urgent!!!!!!!!!!!

2007-11-22 Thread Shakti_Sareen
ble quotes ("). But enclosing the word in a double quotes (") means the exact word search. How can I perform the like search on a word containing hyphen??? Please help. Regards, Shakti Sareen DISCLAIMER: This email (including any attachments) is intended for the sole use of the

Help on FuzzyLikeThisQuery

2007-11-23 Thread Cool Coder
Hello, I am trying to use FuzzyLikeThisQuery to search my help system and show set of help entries for user selected Help topic. For any selected Help topic, System needs to display all related topics. This works somehow, but if query contains generic terms then result returned by

Re: Help needed

2007-11-23 Thread Hasan Diwan
On 23/11/2007, Liaqat Ali <[EMAIL PROTECTED]> wrote: > *Can not find symbol: method Text (java.lang.String, java.lang.String) > location: class org.apache.lucene.document.Field > document.add(Field.Text("fieldname", text)); > * If you're using Lucene 2.x.x, the static methods of the Field class

Re: help required

2007-11-23 Thread Mark Miller
Copy the current Standard Analyzer and add '-' to the definition of a LETTER. You might work with the StandardAnazlyer on the trunk which uses JFlex rather than the current JavaCC flavor...the new one is something like 6-10 times faster. - Mark Shakti_Sareen wrote: Hi Can anyo

help required ... ~ operator

2007-12-10 Thread Shakti_Sareen
am using QueryParser. Please help on this issue. Thanks Shakti Sareen DISCLAIMER: This email (including any attachments) is intended for the sole use of the intended recipient/s and may contain material that is CONFIDENTIAL AND PRIVATE COMPANY INFORMATION. Any review or reliance by others or copy

help required ... ~ operator

2007-12-11 Thread Shakti_Sareen
ng a hit. WHY???it should work I am using QueryParser. Please help on this issue. Thanks Shakti Sareen DISCLAIMER: This email (including any attachments) is intended for the sole use of the intended recipient/s and may contain material that is CONFIDENTIAL AND PRIVATE COMPANY INFORMAT

Need help searching

2008-08-08 Thread Brittany Jacobs
I want to search all the documents for a string. So I have the following. But Hits isn't returning anything. What am I doing wrong? Thanks in advance. File f = new File("AddressData.txt"); IndexWriter writer; try { writer = new IndexWriter("C:\\", new StandardAnalyzer(), true); FileInputStream

Re: Regex Help

2009-12-15 Thread Ghazal Gharooni
Hello, Why don't you use String Tokenizer for splitting the result? On Tue, Dec 15, 2009 at 9:45 PM, Weiwei Wang wrote: > I want to split this parsed result string: name:"zhong guo" name:friend > server:172.16.65.79 > > into > > name:"zhong guo" > name:friend > server:172.16.65.79 > > how can I

Re: Regex Help

2009-12-15 Thread Weiwei Wang
Same reason, i do not know which delimiter regex to use:-( On Wed, Dec 16, 2009 at 3:02 PM, Ghazal Gharooni wrote: > Hello, > Why don't you use String Tokenizer for splitting the result? > > > On Tue, Dec 15, 2009 at 9:45 PM, Weiwei Wang wrote: > > I want to split this parsed result string: name

Re: Regex Help

2009-12-16 Thread Ghazal Gharooni
Is it what you want? StringTokenizer stk = new StringTokenizer("name:'zhong-guo' name:friend server:172.16.65.79"," ", false); for (int i = 0; i <= stk.countTokens()+1; i++) { result.add(stk.nextToken()); } On Tue, Dec 15, 2009 at 11:04 PM, Weiwei Wang wrote: > Same

custom scoring help

2010-04-02 Thread Christopher Tignor
Hello, I'm having a hard time implementing / understanding a very simple custom scoring situation. I have created my Similarity class for testing which overrides all the relevant (I think) methods below, returning 1 for all but coord(int, int) which returns q / maxOverlap so scores are scaled bet

Not query help.

2010-11-23 Thread Nabib El-Rahman
Hi, What I need is a Not TermQuery. I did not see one in the API, so I did the following: Query query = new BooleanQuery(new BooleanClause(new TermQuery(..), BooleanClause.Occur.MUST_NOT))); This did not produce the correct search result. Does anyone have any idea on how to accomplish this? And

Re: Please Help

2011-01-20 Thread Anshum
pharses we are supposed to get results : > > amazon amazon s3 > amazon s3 amazon > s3 amazon simpledb > amazon simpledb amazon > simpledb amazon aws > > Any help will be appreciated. > -- > View this mes

Re: Help wanted

2006-09-19 Thread Yonik Seeley
On 9/19/06, S R <[EMAIL PROTECTED]> wrote: I have just downloaded LUCENE. I am not an expert in Java. Could someone lead me in the first few steps.. The first few steps to what? First, figure out if you want straight lucene-java, or another application using lucene. Lucene is a library that

Re: Help wanted

2006-09-19 Thread S R
en-source Lucene search server - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - Get your own web address for just $1.99/1st yr. We'll help. Yahoo! Small Business.

Re: Help wanted

2006-09-19 Thread Simon Willnauer
open-source Lucene search server - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - Get your own web address for just $1.99/1st yr. W

Re: Help wanted

2006-09-19 Thread Mark Miller
e, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - Get your own web address for just $1.99/1st yr. We'll help. Yahoo! Small Business. - To unsubscribe, e

Re: Help wanted

2006-09-19 Thread Michael McCandless
Mark Miller wrote: I'll one up you: http://www.manning.com/hatcher2/ Might as well save yourself a whole lot of time and just buy the book. If you're going to use Lucene it might as well be required. There is also "Getting Started" on the Lucene web site: http://lucene.apache.org/java/doc

Re: Help wanted

2006-09-20 Thread Steven Rowe
The Resources page on the Lucene Wiki has a collection of articles that may be useful to you: Michael McCandless wrote: > Mark Miller wrote: >> I'll one up you: >> >> http://www.manning.com/hatcher2/ >> >> Might as well save yourself a whole lot o

Help with design

2006-10-17 Thread Patrick Turcotte
Hi, I'm trying to come up with the best design for a problem. I want to search texts for expressions that shouldn't be found in them. My bad expressions list is quite stable. But the texts that I want to scan change often. Design I Index my texts, and then loop on my expressions list to see i

Help on search

2006-11-07 Thread Alice
and I search those tokens in every field. As "Brown" was indexed, the user's registry is found. But if the user enters "Fred", no user is found. Why is that? I thought it would return the user "Frederich Brown" either. Can someone help? Thanks!

Please Help me

2007-02-13 Thread Saroja Kanta Maharana
Hi All, "When i searched for "AND", "OR", "NOT" as query, it gives me the following Exception" Exception in thread "main" org.apache.lucene.queryParser.ParseException: Encountered "" at line 1, column 3. Was expecting one of: "(" ... ... ... ... ... "[" ... "{" ... .

Need a help

2007-03-10 Thread Chaminda Amarasinghe
Hi all, I'm new to this group, I'm using lucene for indexing. I have a problem. Any help gratly appreciate. Please see the following code // three fields MultiFieldQueryParser parser = new MultiFieldQueryParser(new String[]{"title", "tags", &q

Need a help

2007-03-11 Thread Chaminda Amarasinghe
Note: forwarded message attached. - Don't be flakey. Get Yahoo! Mail for Mobile and always stay connected to friends.--- Begin Message --- Hi all, I'm new to this group, I'm using lucene for indexing. I have a problem. Any help gr

pdf box help

2007-03-11 Thread ashwin kumar
(Exception e) { e.printStackTrace(); } } } now i want to index this text information with lucene . wat is code required for that pls help regards ashwin

Indexing help needed

2007-05-25 Thread jim shirreffs
here. It is kind of important that I learn how to add different files types like OO or AutoCad, so we can make a build (with Lucene) or buy call. Thanks to all that try to help me out Jim S P.S. If I get it working I will be happy to email post the code. -

Re: spannearquery help

2007-06-29 Thread Mark Miller
a fuzzy search on String1. Is there some way to do this without having to chop string1 into multiple terms and adding them to a SpanQuery[]? Thanks for the help. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: please help

2013-05-27 Thread Brendan Grainger
Java is telling you the issue there. You're trying to cast a StandardDirectoryReader to an AtomicReader. I think AtomicReaders are per segment readers and in this case you actually want to get a view of all the terms in the index (i.e. over all segments), so I think you could wrap the reader you ha

RE: please help

2013-05-27 Thread mary meriem
thank you very much :) > Date: Mon, 27 May 2013 16:19:18 -0400 > Subject: Re: please help > From: brendan.grain...@gmail.com > To: java-user@lucene.apache.org > > Java is telling you the issue there. You're trying to cast a > StandardDirectoryReader to an AtomicReader.

please help me

2013-09-30 Thread sajad naderi
hi i want run code sample of "lucene in action"book by eclipse please tell me how configure eclipse to run those code

Unit test help

2013-12-20 Thread Scott Schneider
at shouldn't be blocking the deletion. And I don't see how any other code could open a handle to this file, since it's created in a temp directory created by Lucene Transform. I can't think of any reason for the difference between ant and eclipse! Please help! Thanks, Scott

Help retrieving BinaryDocValues

2014-02-05 Thread Xavier Sanchez Loro
Hi, I have some problems working with BinaryDocValues. The code below works well with a few thousands of documents, but with more than 65000 documents it does not return the correct BinaryDocValues after the docId (with docBase rebasing) reaches a certain id. From this point on, it cycles retu

EarlyTerminatingSortingCollector help needed..

2014-06-20 Thread Ravikumar Govindarajan
introduced as a trade-off b/n memory & disk? Any help is much appreciated -- Ravi

Re: need help

2011-06-13 Thread Ian Lea
Hello Lucene can be used for searching pretty much anything. But it is a library, not an application, and you'll have to write code to make it do what you want. You might be better off using Solr. It uses lucene but provides lots of stuff on top. http://lucene.apache.org/solr/features.html -

Re: need help

2011-06-13 Thread Marlen
thank you very much Ian. On 13/06/2011 9:17, Ian Lea wrote: Hello Lucene can be used for searching pretty much anything. But it is a library, not an application, and you'll have to write code to make it do what you want. You might be better off using Solr. It uses lucene but provides lots of

RE: need help

2011-06-21 Thread Vinaya Kumar Thimmappa
Hello Cheta, Check this site : http://www.lucidimagination.com/blog/2009/03/09/nutch-solr/ Vinaya -Original Message- From: Marlen [mailto:zmach...@facinf.uho.edu.cu] Sent: Tuesday, June 21, 2011 7:19 PM To: java-user@lucene.apache.org Subject: need help I need to create a search

RE: need help

2011-06-21 Thread karl.wright
You might want to look at ManifoldCF too. http://incubator.apache.org/connectors/ Karl -Original Message- From: ext Marlen [mailto:zmach...@facinf.uho.edu.cu] Sent: Tuesday, June 21, 2011 9:49 AM To: java-user@lucene.apache.org Subject: need help I need to create a search engine that

Re: please help

2011-07-21 Thread Donna L Gresh
java related NOT be asked here. If you want a real development environment (rather than a text editor) you might look into Eclipse http://www.eclipse.org/. But again-- no Eclipse questions here please! Vahideh Reshadat wrote on 07/21/2011 01:19:30 PM: > [image removed] > > pl

Re: please help

2011-07-21 Thread Mihai Caraman
Before you get into Java, you should know that it's posible to find a lucene implementation for your language. Lucene is available in python, c# .net, etc... Search for that first. If you chose Java, you'll need to make baby steps. Install yourself an IDE (eclipse, netbeans...) to get rid of all t

RE: Help requested

2005-10-31 Thread Peter Kim
I just wanted to clarify... I don't believe the following statement is accurate: > > The "contents" field searches on the entire document, > including all indexes. There is no default field named "contents" that automatically combines the contents of all your fields. As Erik mentioned, you nee

RE: Help requested

2005-11-01 Thread Daniel . Clark
cc AM Subject RE: Help requested Please respond to

Re: Search Help

2005-11-09 Thread Erik Hatcher
On 9 Nov 2005, at 19:54, [EMAIL PROTECTED] wrote: Is there a way to limit the number of hits I want returned? Sometimes I just want one document. Is there an issue with just accessing hits.doc(0) in this case? Erik

Re: Search Help

2005-11-10 Thread Daniel . Clark
cc PM Subject Re: Search Help

Re: Search Help

2005-11-10 Thread Erik Hatcher
To java-user@lucene.apache.org 11/09/2005 08:44 cc PM Subject Re: Search

Re: Search Help

2005-11-10 Thread Chris Hostetter
: That's what I'm doing now, but I was thinking that if I limit the number of : results I get back, I can save query time. Maybe I'm wrong? one thing that does slightly bug me about the way the Hits class works, is that the constructor (which is called by the Searcher.search(Query) calls getMore

Help interpreting explanation

2006-03-02 Thread Eugene
Hi All, I'm not sure how to interpret the result of the toString method of Explanation. I'm trying to see the values of each component of the Default Similarity formula for a particular query and a doc. Given below is a sample of my Explanation output. Many thanks if anyone c

Help on Similarity

2006-03-06 Thread Eugene
Hi, I tried implementing my own Similarity and setting it in IndexWriter.setSimilarity(new CosSimilarity()). But, there's something weird, it doesn't seem to call the methods in my Similarity. For example, when I set the idf to return 0.0f the Similarity still gives me a score > 0.0f. How

RE: Lucene Help

2006-04-13 Thread Krovi, DVSR_Sarma
ou can use that. PPT/PPS -> Apache POI's PowerPointExtractor RTF -> Java Swing has RTFEditorKit which we use to read RTF documents. Krovi. -Original Message- From: Shajahan [mailto:[EMAIL PROTECTED] Sent: Thursday, April 13, 2006 1:19 PM To: java-user@lucene.apach

Re: Lucene Help

2006-04-13 Thread Erick Erickson
I really, really recommend buying a copy of "Lucene In Action", especially if you don't already have a good grasp of what indexing and searching is all about. It's well worth the effort to read. Sure, you'll have a ton of questions after you're done with it (I certainly had/do), but at least you'll

Re: Syntax help

2006-04-14 Thread Rajesh Munavalli
It would be helpful to download Luke (http://www.getopt.org/luke/) and analyze whats getting indexed. Have you tried that? On 4/14/06, Bill Snyder <[EMAIL PROTECTED]> wrote: > > Hello, > > We am using Lucene to facilitate searching of our applications log files. > I > am noticing some inconsistenc

Re: Syntax help

2006-04-14 Thread karl wettin
14 apr 2006 kl. 16.37 skrev Bill Snyder: One field we index is the file path. I am using a simple query like "location:Z:\logs\someLogFile.log". However, I can never get path searches like this to come back with any results. Tried escaping the backslashes and colon. Nothing seems to work.

Re: Syntax help

2006-04-14 Thread Bill Snyder
Oh, cool. Look at that. A neat tool made with thinlets. I had not heard of this...I'll see if it helps me figure out whats going on. --Bill On 4/14/06, Rajesh Munavalli <[EMAIL PROTECTED]> wrote: > > It would be helpful to download Luke (http://www.getopt.org/luke/) and > analyze whats getting in

Re: Syntax help

2006-04-14 Thread Bill Snyder
AHA! I am using the Search tab and have enteres the query : location:Z:\install\logs\archive.log.D20060406.T141958 the query details says the query was parsed to location:z so if I escape the colon I see the new parsed query as location:"z installlogsarchive.log.d20060406.t141958" So, lucenc

Re: Syntax help

2006-04-14 Thread karl wettin
14 apr 2006 kl. 17.11 skrev Bill Snyder: so if I escape the colon I see the new parsed query as location:"z installlogsarchive.log.d20060406.t141958" So, lucence does not store the file path exactly?! It converts it all lower case! Is there some property I should turn on? It is the Anal

Re: Syntax help

2006-04-14 Thread Rajesh Munavalli
On 4/14/06, Bill Snyder <[EMAIL PROTECTED]> wrote: > > AHA! I am using the Search tab and have enteres the query : > > location:Z:\install\logs\archive.log.D20060406.T141958 > > the query details says the query was parsed to > > location:z > > so if I escape the colon I see the new parsed query as

Re: Syntax help

2006-04-14 Thread Bill Snyder
Thanks! OK, how do I get the file separator to be part of the term? Luke shows the parsed query as ignoring the file separator. so location:Z\:\\/install/logs\\jetspeedservices.log becomes location:"z install logs jetspeedservices.log" --Bill On 4/14/06, Rajesh Munavalli <[EMAIL PROTECTED]> w

Re: Syntax help

2006-04-14 Thread karl wettin
14 apr 2006 kl. 17.22 skrev karl wettin: It is the Analyzer that does that. Try creating your IndexSearcher with a KeywordAnalyzer (it think). err It is the Analyzer that does that. Try using a KeywordAnalyzer (it think).

Re: Syntax help

2006-04-14 Thread Bill Snyder
oops, thought that you were just referring to the lowercase... :) On 4/14/06, karl wettin <[EMAIL PROTECTED]> wrote: > > > 14 apr 2006 kl. 17.22 skrev karl wettin: > > > > It is the Analyzer that does that. Try creating your IndexSearcher > > with a KeywordAnalyzer (it think). > > err > > It is th

  1   2   3   4   5   6   7   8   9   >