search-engine

Filtering results of Lucene search

那年仲夏 提交于 2019-12-11 06:07:31
问题 Let me explain my problem. I am using Lucene to search and display the results in asp.net web page. When I am searching, the Lucene is displaying all the records associated with my search. For Example I have 5000 records with name John. If I type John it is displaying all this 5000 records. I want to restrict this 5000 records based on some other attribute. I have four attributes namely First Name, Last Name, DOB and ID. Out those 5000 records I want it to display only the ones with the

MySQL Full-text search - search for short words

萝らか妹 提交于 2019-12-11 05:09:25
问题 I have a problem. I made a simple search engine which searches by brand and model of car. For reasons of query performance and a lot of data in database, I decided to use full-text search. It's ok, but now I come across the problem: I would like to find all cars with brand "Audi" and with model "Q7". For now, I have this SQL query, but it doesn't work right, because of word length "Q7": SELECT `a`.`id`, `a`.`title`, `a`.`askprice`, `a`.`description`, `a`.`picture` FROM (`mm_ads` as a) WHERE

How do search engines obtain unlinked pages?

醉酒当歌 提交于 2019-12-11 04:34:37
问题 I noticed that quite a lot Dropbox pages are indexed by Google, Bing, etc. and was wondering how these search engines obtain for instance links like these: https://dl.dropboxusercontent.com/s/85cdji4d5pl5qym/37-71.pdf https://dl.dropboxusercontent.com/u/11421929/larin2014.pdf Given that there are no links on dl.dropboxusercontent.com to follow and the path structure is not that easy to guess, how is it possible that a search engine obtains such a link? One solution might be that it was posted

google search trends

ⅰ亾dé卋堺 提交于 2019-12-11 03:54:00
问题 we can get google's hot trends based on location. is it possible to extract search trends on google based on specific terms say iphone. we search history of terms related to iphone. is this facility provided by google or any other search engine. Edit: is it possible to get data on search history categorized by topic? 回答1: found my answer google insight thanks! 回答2: http://www.google.com/trends 来源: https://stackoverflow.com/questions/1621156/google-search-trends

Lucene/Solr - Query Analysis working, but Select handler not

与世无争的帅哥 提交于 2019-12-11 01:59:54
问题 I have an issue with my solr settings. its NOT searching for "canaDa" in select handler as it is for "canada". here is the schema for fieldtype text_en_splitting (they all are important): <fieldType name="text_en_splitting" class="solr.TextField" positionIncrementGap="100" autoGeneratePhraseQueries="true"> <analyzer type="index"> <tokenizer class="solr.WhitespaceTokenizerFactory"/> <filter class="solr.StopFilterFactory" ignoreCase="true" words="lang/stopwords_en.txt" enablePositionIncrements=

can google crawl javascript generated links? [closed]

风流意气都作罢 提交于 2019-12-10 23:28:59
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 6 years ago . I know that this question has been asked many times ( but in different varuations), but I got totally confused... I have a website with a right panel displaying some content - a set of links to news/inner articles. This is the same list for all site's pages. Thus, every time there is a new link/line in th news

Integrating search on a website where the backend is MYSQL

孤街醉人 提交于 2019-12-10 22:17:02
问题 I have a location search website for a city, we started out with collecting data for all possible categories in the city like Schools, Colleges, Departmental Stores etc and stored their information in a separate table, as each entry had different details apart from their name, address and phone number. We had to integrate search in the website to enable people to find information, so we built an index table where in we stored the categories and related keywords for the same category and the

Forcemerge function in Indexwriter class

流过昼夜 提交于 2019-12-10 19:09:15
问题 I wanted to know about a function in Solr3.5.0 in the IndexWriter class. can anyone let me know what exactly the forceMerge() function does. Does it optimize the segments? Thanks, Jeyaprakash 回答1: Yes, forceMerge is the successor of optimize . There are two main reasons for this renaming: Lucene multi-segment performance has increased a lot over the last years, Giving a less cool name to this method will prevent users from thinking that this method does some kind of magic and that any index

When will my site's CSS affect my search engine ranking?

自古美人都是妖i 提交于 2019-12-10 18:16:15
问题 At first I thought css was used for absolutely nothing but styling the document when the user viewed it in a browser. But then I realized that css is also used by search engines in indexing pages. Search engines don't index content with display: hidden I believe, and heavily penalize sites that use keyword stacking (text that is never seen by the user, either the same color as its background or that appears far off the screen). Are my 2 assumptions correct? How else is CSS used by search

Will dynamically generated content via Javascript hurt SEO

独自空忆成欢 提交于 2019-12-10 17:34:08
问题 This is what I would like to do. I would like to load content dynamically. Everything except the actual content will be rendered by javascript. I will place all the required information in a javascript variable or array at the bottom of the page. Then I will use javascript to place the content in the designated area. These are the types of things I would like javascript to render: Login menu Header and logo info Side bar info Footer info Dialog popups Ads All of the MEAT content will not be