FAQ

Search Discussions

76 discussions - 280 posts

  • how can i do this query (searching with a leading star in the querystring) ? -- To unsubscribe, e-mail: For additional commands, e-mail:
    ProPro
    Oct 24, 2002 at 11:20 am
    Nov 4, 2002 at 8:34 pm
  • Tomcat and Lucene users, Hello, I am trying to implement the lucene search web demo run under Tomcat 4.1.10, Lucene 1.2, Apache 1.3.27 on a Solaris 8 system. I've been able to build the lucene index ...
    Brian CuttlerBrian Cuttler
    Oct 28, 2002 at 7:05 pm
    Nov 4, 2002 at 4:02 pm
  • Some content I'm indexing contains certain HTML tags, like <p , <b , <i , etc. What I find is that when a term I'm searching for touches one of these tags (which is fairly typical), the term isn't ...
    Terry SteichenTerry Steichen
    Oct 18, 2002 at 3:41 pm
    Oct 22, 2002 at 2:57 pm
  • Hi all, I am indexing the filepath with the below: Document doc = new Document(); doc.add(Field.UnIndexed("path", f.getAbsolutePath())); I then try to run the following after building the index: ...
    Rob OutarRob Outar
    Oct 23, 2002 at 9:48 pm
    Dec 31, 2002 at 7:14 am
  • Hi, I need to develop search java stand alone application, which takes "SearchString" and "URL/URLS" "SearchString": string to be searched in web URL/URLS" : List of URLs where string needs to ...
    Nandkumar rayankerNandkumar rayanker
    Oct 18, 2002 at 6:20 pm
    Dec 31, 2002 at 7:22 am
  • Hi all. Sorry about this, but this may seem like a silly question. (I have read the FAQs, the mailing list archive, and I am just _not quite_ sure!) Firstly, an admission. I am not a good java coder, ...
    Stray ToasterStray Toaster
    Oct 23, 2002 at 4:11 pm
    Oct 24, 2002 at 10:49 am
  • Hi, I am currently starting work on a project that requires indexing and searching on potentially thousands, maybe tens of thousands, of text documents. I'm hoping that someone has a great success ...
    Tim JonesTim Jones
    Oct 29, 2002 at 8:01 pm
    Dec 31, 2002 at 7:19 am
  • Hi, My application requires a facility to have security build into the documents so that when i search for a given word depending on the security credentials stored in a field in the document the ...
    HarpreetHarpreet
    Oct 31, 2002 at 5:45 pm
    Nov 2, 2002 at 2:47 pm
  • Hi, I want to use Danish for my search engine. Hereby I have to use characters like: æ, å, Ø, ø, Å, Æ. My search engine is finished, but when I search for a word with one of those characters in it, ...
    DominatorDominator
    Oct 7, 2002 at 7:00 am
    Oct 14, 2002 at 10:18 am
  • I just found about lucene, and would like to know if it's possible to do a search engine in an Tomcat application i'm developing using Lucene... Thanks in advance! -- Felipe Schnack Analista de ...
    Felipe SchnackFelipe Schnack
    Oct 31, 2002 at 4:28 pm
    Oct 31, 2002 at 7:56 pm
  • Hi All, I am building a search engine based on Lucene. Recently I created a test simulating multiple users searching in the same index simultaneously and found out that quite often JVM crashes with ...
    Stas ChetvertkovStas Chetvertkov
    Oct 1, 2002 at 4:17 pm
    Oct 14, 2002 at 9:05 am
  • My company, Epiphany, has decided to integrate our products with Lucene. I'm leading this effort, and for this I have developed a solution around Lucene that allows concurrent processes to search, ...
    Kiril ZackKiril Zack
    Oct 16, 2002 at 10:45 pm
    Oct 18, 2002 at 5:21 pm
  • Hi all, I'm building a web crawler, and would like to use Lucene to extend some of the indexng capabilities. I am using Jetty, but the documentation only talks about TomCat configuration. Can anyone ...
    Nathan AnderNathan Ander
    Oct 11, 2002 at 9:11 pm
    Oct 13, 2002 at 8:44 pm
  • Hi, I've used lucene and indexed the whole database where I savd the mail headers and some files where I saved the mail contents.I would like to to a search on email ids.I'm using a Boolean Query to ...
    Suneetha RaoSuneetha Rao
    Oct 5, 2002 at 5:02 am
    Oct 7, 2002 at 4:42 am
  • Hi, I've performed some tests with Lucene for german indexation/search but I don't get the results I expected: - Umlaut: search for: - "Geschäft" - x results - "Geschaeft" - no result Is there an ...
    Marc GuillemotMarc Guillemot
    Oct 1, 2002 at 7:41 am
    Oct 2, 2002 at 1:08 pm
  • What is the cleanest way in Lucene to add documents to an index, if the entire document is not readily available at one time? E.g., I want to index the text as well as the anchor-text of a stream of ...
    Taher H. HaveliwalaTaher H. Haveliwala
    Oct 13, 2002 at 2:18 am
    Oct 31, 2002 at 3:27 pm
  • Hi Kajal, Could you please tell me how did you implement search on your intranet? I would like to know the steps. Thanks & Regards, Murthy -----Original Message----- From: ...
    Murthy, Suryanarayana (MED, TCS)Murthy, Suryanarayana (MED, TCS)
    Oct 29, 2002 at 9:17 am
    Oct 29, 2002 at 3:51 pm
  • I am planning to upgrade from Lucene 1.0 to Jakarta Lucene 1.2. My current implementation uses Jason Pell's URLDirectory class so that Lucene can access the search index while running in an applet. I ...
    Schaeffer, DavidSchaeffer, David
    Oct 16, 2002 at 9:02 pm
    Oct 16, 2002 at 10:14 pm
  • Greetings Everyone, I'm thinking of trying to build something that manipulates a query score in order to achieve a sort order other then the default relevance sort. The idea is to create a new type ...
    Dmitry SerebrennikovDmitry Serebrennikov
    Oct 15, 2002 at 2:16 am
    Oct 16, 2002 at 8:45 pm
  • This is my first post to this mailing list, so I hope it works... We've been trying to use Lucene as our search solution, but every so often we get a ton of the following in our log files: ...
    Craig WallsCraig Walls
    Oct 11, 2002 at 4:02 pm
    Oct 11, 2002 at 5:37 pm
  • Hello, I just downloaded the lucene-1.2-src jar but to my suprise it only contains the analysis and queryParser packages in org/apache/lucene. Is the source jar incomplete or am I looking in the ...
    Ype KingmaYpe Kingma
    Oct 2, 2002 at 7:03 pm
    Oct 3, 2002 at 5:15 pm
  • There is currently no way to delete fields from a Document. I wondered if this was evil, in any way, and looking at the source of Document.java, found no evidence that it is so. Document maintains a ...
    Kelvin TanKelvin Tan
    Oct 31, 2002 at 7:32 am
    Nov 12, 2002 at 7:03 pm
  • I'm trying a compound query using ISOGEN's XML package for Lucene and I am consistently getting 0 hits when I know ahead of time I should be getting one hit. This query returns lots of hits. query1 = ...
    David KendigDavid Kendig
    Oct 30, 2002 at 1:25 pm
    Oct 31, 2002 at 7:00 am
  • Hi Kelvin, Could you please tell me the steps how to implement search engine for the intranet site with Lucene. I have gone through the documentation at the site. This is a starting problem for me. ...
    Murthy, Suryanarayana (MED, TCS)Murthy, Suryanarayana (MED, TCS)
    Oct 29, 2002 at 3:19 pm
    Oct 29, 2002 at 4:14 pm
  • Hi Gurus I manage to get the content form the PDF file using the JPedal libraries. Now i need to use this content to Index inside Lucene, so that PDF (binaries) files can be searched/indexed by ...
    Vinod BhagatVinod Bhagat
    Oct 17, 2002 at 12:42 pm
    Oct 17, 2002 at 2:37 pm
  • -- To unsubscribe, e-mail: For additional commands, e-mail:
    Richard DoorduinRichard Doorduin
    Oct 15, 2002 at 6:57 am
    Oct 16, 2002 at 1:50 pm
  • Greetings, I know that the FAQ says that they are, but in at least one instance in my index it appears to be equal to 1.94something. Are the scores guaranteed to be between 0 and 1, and if not, what ...
    Dmitry SerebrennikovDmitry Serebrennikov
    Oct 15, 2002 at 2:15 am
    Oct 15, 2002 at 12:32 pm
  • Dear People I am using Lucene and one of the requirement is to index PDF. I am using JPEDAL's API to extract text from PDF. Till now i manage to get the text of the first page, I am using the ...
    Vinod BhagatVinod Bhagat
    Oct 14, 2002 at 9:32 am
    Oct 15, 2002 at 10:17 am
  • I'm currently using mysql for storing file which I index previously with lucene. I've seen there is a new function in mysql which consists in full text searching. I'd like to know which is best ...
    Cédric GrunCédric Grun
    Oct 11, 2002 at 7:04 pm
    Oct 12, 2002 at 6:40 am
  • I am just getting started with Lucene and I think I have a problem understanding some basic concepts. I am using two-part identifiers to uniquely identify a document in the index. So whenever I want ...
    Lucene UserLucene User
    Oct 9, 2002 at 11:50 am
    Oct 9, 2002 at 4:58 pm
  • Hi, I use lucene 1.2 and I index a text document wich size is near 500 ko. (I use Field.UnStored method) It seems that only the beginning of this document is indexing ! If I search a term that is at ...
    Christophe GOGUYER DESSAGNESChristophe GOGUYER DESSAGNES
    Oct 9, 2002 at 8:07 am
    Oct 9, 2002 at 9:24 am
  • Dear Friends , I am using lucene-1.2 . When I am trying to create a html index from java org.apache.lucene.demo.IndexHTML -create -index /opt/index /webdev It start creating index but after some time ...
    Ravi KothiyalRavi Kothiyal
    Oct 5, 2002 at 6:52 am
    Oct 6, 2002 at 3:18 pm
  • Is there a way to arrange indexing and searching so that when searching for "Lucene", the term "Lucene" would be given more boost than the term "lucene", and ideally "lucene" would have more boost ...
    Michael McDonaldMichael McDonald
    Oct 30, 2002 at 7:58 pm
    Oct 31, 2002 at 4:35 am
  • Hi I would like to implement a search with date range. Can anyone explain how do i go about implementing this. I have enabled search on our intranet site and want to make changes to results.jsp so as ...
    KbharwadaKbharwada
    Oct 29, 2002 at 9:06 am
    Oct 29, 2002 at 8:55 pm
  • I/O buffering would certainly be handled by the OS but in theory the application can do its own buffering -and in a sense RAMDirectory is an extreme example of this. Having an app w/ an adjustable ...
    Spencer, DaveSpencer, Dave
    Oct 17, 2002 at 8:50 pm
    Oct 29, 2002 at 4:02 pm
  • Check out the java docs on the Filter class. http://jakarta.apache.org/lucene/docs/api/org/apache/lucene/search/ Filter.html --Peter -- To unsubscribe, e-mail: For additional commands, e-mail:
    Peter CarlsonPeter Carlson
    Oct 28, 2002 at 5:22 am
    Oct 28, 2002 at 1:42 pm
  • Just a question for the group. Is anyone using or have benchmarked a pooled IndexSearcher setup? (Especially the Jakarta Commons POOL implementations) I am looking to increase the concurrent search ...
    Jonathan PaceJonathan Pace
    Oct 17, 2002 at 3:08 pm
    Oct 17, 2002 at 5:54 pm
  • Are the string positions of the terms in the original document stored in the index? How can I access them (preferably during the search process)? -- To unsubscribe, e-mail: For additional commands, ...
    Stephan GrimmStephan Grimm
    Oct 17, 2002 at 9:01 am
    Oct 17, 2002 at 5:14 pm
  • Is there a way to retrieve the original term positions during the search process invoked by Searcher.search()? In addition to the documents and their scores we want to have access to the positions of ...
    Stephan GrimmStephan Grimm
    Oct 15, 2002 at 8:59 am
    Oct 16, 2002 at 6:14 pm
  • Hello, is it possible to index and search only the content, not the tags, of a XML-File. The result should be the name of the XML-File. Is that possible with Lucene??? Made anyone expierence with ...
    Richly, GerhardRichly, Gerhard
    Oct 15, 2002 at 7:51 am
    Oct 15, 2002 at 3:14 pm
  • I want to write a function countIndexEntries(key) to find out how many entries are there in the index database for a key. I read the faq entry about counting number of hits, but somehow it doesnt ...
    Dr. Lothar SimonDr. Lothar Simon
    Oct 15, 2002 at 6:48 am
    Oct 15, 2002 at 12:38 pm
  • Hello,I've installed Lucene on my Linux server and I use it for index and search my web site. can I make an advanced search with Lucene that gives me the documents between sach date and other ...
    Friaa NafaaFriaa Nafaa
    Oct 31, 2002 at 8:30 am
    Oct 31, 2002 at 4:58 pm
  • The Lucene Website has been updated with some new content. A Lucene File Format that was originally just an attachement from Doug Cutting was transformed to xml/html by Otis Gospodnetic. This ...
    Peter CarlsonPeter Carlson
    Oct 30, 2002 at 7:12 pm
    Oct 30, 2002 at 8:17 pm
  • With Lucene 1.0, I implemented a crude feature for identifying the first location in a document (selected from the search result set) which matched the query. I used class QueryTokenManager, which no ...
    Schaeffer, DavidSchaeffer, David
    Oct 28, 2002 at 5:10 pm
    Oct 28, 2002 at 5:15 pm
  • I've just released an open source highlighter for XML documents, written in Java, that works great for Lucene search results. You can download a copy at ...
    Ian DallasIan Dallas
    Oct 21, 2002 at 11:35 pm
    Oct 22, 2002 at 7:25 am
  • Hi, is it possible to use meta tags in HTML pages for keyworded search using Lucene? That means I would like to search in documents not using full-text search but a I would like to search ccording to ...
    Richard GregorRichard Gregor
    Oct 18, 2002 at 1:34 pm
    Oct 18, 2002 at 1:37 pm
  • Thanks for the suggestion and a good point. I didn't think of this. However, I still don't think I can use this trick because the code I am writing will run in a HitCollector that receives hits from ...
    Dmitry SerebrennikovDmitry Serebrennikov
    Oct 15, 2002 at 5:13 pm
    Oct 16, 2002 at 6:02 am
  • Hello, I am currently trying to use the etymon.pj PDF parser with Lucene, and I can't find how to use it (the documentation is not explicit at all). Has anyone got a sample and commented code I could ...
    PERRIN GOURON OlivierPERRIN GOURON Olivier
    Oct 14, 2002 at 9:17 am
    Oct 14, 2002 at 10:53 am
  • Why this query: _published:[200101010000 - 200201010000] returns an error like this: Encountered "200201010000" at line 1, column 27. Was expecting: "]" ...? whats wrong with syntax? if I query with ...
    Philipp ChudinovPhilipp Chudinov
    Oct 14, 2002 at 12:09 am
    Oct 14, 2002 at 12:55 am
  • I would like the phrase "search for st*" to return matches which expand the wildcard... but it doesn't seem to work. right now I can get "search for stuff" and "search for stars" to return hits, but ...
    Eoin O'TooleEoin O'Toole
    Oct 10, 2002 at 4:40 pm
    Oct 10, 2002 at 6:07 pm
Group Navigation
period‹ prev | Oct 2002 | next ›
Group Overview
groupjava-user @
categorieslucene
discussions76
posts280
users92
websitelucene.apache.org

92 users for October 2002

Otis Gospodnetic: 34 posts Peter Carlson: 18 posts Terry Steichen: 14 posts Ype Kingma: 10 posts Rob Outar: 9 posts Brian Cuttler: 8 posts Dominator: 7 posts Karl øie: 6 posts Stas Chetvertkov: 6 posts Vinod Bhagat: 6 posts David Kendig: 5 posts Doug Cutting: 5 posts Spencer, Dave: 5 posts Clemens Marschner: 4 posts Cox, Charlie: 4 posts Craig Walls: 4 posts David Birtwell: 4 posts Dmitry Serebrennikov: 4 posts Harpreet S Walia: 4 posts Jonathan Pace: 4 posts
show more
Archives