We need to index very small strings in Lucene... I'm sure there's a setting for the minimum word size to index, but I can't recall or find it. Any help ...
Some of this is a little over my head right now, but I am planning to attend the 2007 Search Summit. I hope I will be able to comprehend more. I've been...
... Ultraseek does this out of the box with no programming. See www,ultraseek.com It doesn't fetch metadata from Notes, because that isn't a database. wunder ...
Walter, We have a client that wants us to do Ultraseek work, so I've been looking into Ultraseek capabilities. Could you give a little more detail on how this...
Very nice. As usual, when Ultraseek supports something, it makes it very simple. Congrats. I just can't help asking . . . am I wrong in concluding that...
The underlying Ultra engine does not support sorting by fields. Sorting by field is more browse-like than search-like. I find it a pretty clumsy interface when...
From my experience, you can sort by relevancy, or by date. But you cannot sort by any other field. You might be able to pull something like this off using the...
Yes, I've noticed in this line of work that it is a rather common solution to pull ALL the results or even some subset into the application layer and do...
Sorting is one of those places where you can quickly find yourself moving from the O(1) speed of full-text search engines into the O(n*log[n]) world of...
chris.biow@...
Mar 21, 2007 9:11 pm
274
Hello Ultraseek Users - Does anyone know what the indexer status of "bigdoc_lock_wait" means? Is that Ultraseek hanging while trying to index a large file? ...
we have a client who wnats to consider a project that requires the features of the K2 recommendation engine - probably in K2V6. We;'ve seen some smaller...
Hi Folks, We're aware of the duplicates from Miles Kehoe, trust me he's not spammer! :-) We don't know if the problem is on his end or with Yahoo; yahoo did ...
Yahoo has told moderators that there was a problem with 'multiple posts in some groups' as we now know. They claim it was fixed, so we're moving forward...
Hiya, I'm doing a talk on tuning search at the Enterprise Search Summit and thought gather any advice you all would care to share. I'm going to talk about...
I hate to say it, but don't forget to mention the fundamental mistakes you would never make on your implementations. It's my experience that the biggest...
Right. Don¹t treat it like an RDBMS. You can¹t fetch the whole set then sort or filter. You must deal with paged results. For intranet search, I think it is...
Re: [search_dev] tuning search - any tips? At 1:25 PM -0600 3/30/07, Sam Mefford wrote: I hate to say it, but don't forget to mention the fundamental mistakes...
Brian, We have an opportunity which would require us to know how to integrate Autonomy with LDAP. I have a call tomorrow morning to get more information (MS...
Sorry for the spam, my Thunderbird auto-complete added the search_dev group before I realized it. Previous message was obviously accidental. Sam Mefford ...
Hi, Sam, When you find out, let me know because we're going to have to get Autonomy to work with LDAP and SAP as well as TopSecret. Thanks, Alan B. ... decide ...
There are a couple of different ways you can integrate Autonomy with LDAP. Do you want to use it for document level security or just to authenticate users? ...
Hi all, I'm wondering what you think of Lucene's stemming? As far as I can tell, the choice is to store the stemmed form of each word in the index so you can...
Google and nonlinear creations are hosting a free online webinar event on Thursday, April 26th at 2:00pm Eastern Time. For those of you who are considering or...
Hi folks, One of the areas we continue ping search vendors on is how they allow a user to tell the engine what subject domain they are talking about. Some...
Many of the major search engine portals have endorsed the new XML sitemaps standard. It’s great to have them agree on something. But for those of you used...
Setting aside the issue of whether or not it's a good idea to get all results for a query (and the fact that there are other ways of getting these such as the...
This is all from memory, but maybe it will help. 1. seek.allhits is not a supported API call. If it works differently in the next release and breaks your code,...
Walter: Thanks for the reply. I'm aware that getting all hits is not recommended for the reasons you mention (lack of relevance order, performance, etc.). ...